<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FMC Put API in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3331854#M926006</link>
    <description>The PUT operation is working as expected, it overwrites your existing object with input you provide. You will need to execute a GET and append your literal to the payload, then executing a PUT to update your object group.</description>
    <pubDate>Thu, 15 Feb 2018 16:40:59 GMT</pubDate>
    <dc:creator>Oliver Kaiser</dc:creator>
    <dc:date>2018-02-15T16:40:59Z</dc:date>
    <item>
      <title>FMC Put API</title>
      <link>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3328010#M926003</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just upgraded my FMCs to v.6.2.2.1 and I'm trying to work making our block IP automation a little cleaner. My initial plan was to put them in a security intel feed and have it update on a 5 min interval but unfortunately custom feeds can only update on a 30 min interval.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore my plan was to use the network groups PUT API and add a host to the "Malicious IPs" group and then have a second API to push policy. I got the PUT API code working fine but it always overwrites my previous objects instead of just adding to them. Has anyone else ran into this or do you have a better way of implementing it? Below is a portion of my PUT code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{
"id": "035F881Z-991S-0ed3-0000-038238327",
"name": "Malicious_IPs",
"type": "NetworkGroup",
"literals": [
{
"type": "Network",
"value": "1.2.3.4/30"
},
{
"type": "Host",
"value": "1.2.3.4"
}
]
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:19:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3328010#M926003</guid>
      <dc:creator>ericl42</dc:creator>
      <dc:date>2020-02-21T15:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Put API</title>
      <link>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3329045#M926004</link>
      <description>&lt;P&gt;You could use Security intelligence feeds using external feeds/list or AMP intelligence if your FMC is having additional memory. Have not tried the API method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vaibhav&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 20:42:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3329045#M926004</guid>
      <dc:creator>vaibhav.parlekar1</dc:creator>
      <dc:date>2018-02-11T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Put API</title>
      <link>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3329342#M926005</link>
      <description>&lt;P&gt;I would use the security intel feeds but custom feeds will only update on a 30 min basis and that's too long in these attack scenarios.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 14:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3329342#M926005</guid>
      <dc:creator>ericl42</dc:creator>
      <dc:date>2018-02-12T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: FMC Put API</title>
      <link>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3331854#M926006</link>
      <description>The PUT operation is working as expected, it overwrites your existing object with input you provide. You will need to execute a GET and append your literal to the payload, then executing a PUT to update your object group.</description>
      <pubDate>Thu, 15 Feb 2018 16:40:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-put-api/m-p/3331854#M926006</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2018-02-15T16:40:59Z</dc:date>
    </item>
  </channel>
</rss>

