<?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: Postman API calls to Cisco Secure Firewall not retrieving all obje in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235630#M1118152</link>
    <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1349468"&gt;@jaismith&lt;/a&gt;&amp;nbsp;I maybe missing your ask. You are now using the Python script and it’s give you the same results as Postman was/is?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2024 17:55:47 GMT</pubDate>
    <dc:creator>bigevilbeard</dc:creator>
    <dc:date>2024-12-11T17:55:47Z</dc:date>
    <item>
      <title>Postman API calls to Cisco Secure Firewall not retrieving all objects</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234947#M1118101</link>
      <description>&lt;P&gt;Cisco Secure Firewall&amp;nbsp;&lt;SPAN&gt;Version&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;7.4.2.1 (build 30)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I am trying to get all of our network objects using the following API call&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{protocol}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;://&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{hostname}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/api/fmc_config/v1/domain/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{domain_id}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/object/networks?expanded=true&amp;amp;limit=100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"paging"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"offset"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"limit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"count"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;70&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pages"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;We have 25 pages and nearly 500 objects, but when I try to run this it only shows 70 objects and will not allow me to offset any higher than 69. It appears there is some limitation preventing me from pulling the remaining objects. Is anyone able to assist with getting all objects pulled from Secure Firewall? Please let me know if you need any more information&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Secure Firewall, REST API, Cisco Firepower Management Center (FMC), API&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Dec 2024 15:59:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234947#M1118101</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-10T15:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234957#M1118105</link>
      <description>&lt;P&gt;According to the document for 7.x "&lt;SPAN&gt;The REST API will serve only 25 results per page. This can be increased up to 1000 using the limit query parameter"&amp;nbsp; There was an old thread on this here&amp;nbsp;&lt;A href="https://community.cisco.com/t5/network-security/fmc-api-maximum-objects-1000/td-p/3758869" target="_blank"&gt;https://community.cisco.com/t5/network-security/fmc-api-maximum-objects-1000/td-p/3758869&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See what happens if you start with &lt;CODE&gt;offset=0&lt;/CODE&gt; and then &lt;CODE&gt;offset=100&lt;/CODE&gt;, &lt;CODE&gt;offset=200&lt;/CODE&gt;, and so on, until you have fetched all pages.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 16:22:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234957#M1118105</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-12-10T16:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234962#M1118107</link>
      <description>&lt;P&gt;Thank you for the reply. When increasing the offset at 70 or higher it returns a 0 count&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"links"&lt;/SPAN&gt;&lt;SPAN&gt;: {},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"paging"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"offset"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"limit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"count"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pages"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here is offset set to 69&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"paging"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"offset"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;69&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"limit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1000&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"count"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;70&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"prev"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"pages"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Dec 2024 16:27:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234962#M1118107</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-10T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234988#M1118109</link>
      <description>&lt;P&gt;Interesting i wonder if this might be an issue with how the API handles offsets beyond the total number of objects? If i was doing this Python I would p&lt;SPAN&gt;rint out the count and length in each iteration and verify the exact number of objects given. Not sure how you do this in Postman tbh.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you seeing consistent behavior across different API calls too or just this one?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 17:24:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5234988#M1118109</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-12-10T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235445#M1118135</link>
      <description>&lt;P&gt;I tested with port objects and it appears to pull all of them. Oddly, it appears to only limit the network objects. The "count" is displayed at the bottom when I send a GET request through postman.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 13:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235445#M1118135</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-11T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235470#M1118140</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1349468"&gt;@jaismith&lt;/a&gt;&amp;nbsp;nice inconsistent pagination between different object types then, this suggests there might be a&amp;nbsp;potential API bug specific to network object, maybe some hidden configuration limiting network object retrieval or even some&amp;nbsp;unexpected constraint in the network object endpoint.&lt;/P&gt;
&lt;P&gt;Ive not found anything else, other than past bugs which said results between what the UI showed and API differed.I did find this code which implies it works (does not say the version tho)&amp;nbsp;&lt;A href="https://github.com/CiscoDevNet/fmc-rest-api/blob/master/labs/firepower-restapi-106/3.md" target="_blank"&gt;https://github.com/CiscoDevNet/fmc-rest-api/blob/master/labs/firepower-restapi-106/3.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Glancing over this - it shows the pagination Strategy as:&lt;/P&gt;
&lt;UL class="-mt-1 [li&amp;gt;&amp;amp;]:mt-2 list-disc space-y-2 pl-8"&gt;
&lt;LI class="whitespace-normal break-words"&gt;Loops 11 times&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;Retrieves 1000 objects per iteration&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;Uses offset calculation: &lt;CODE class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.3rem] px-1 py-px text-[0.9rem]"&gt;i * 1000&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;Attempts to retrieve all network objects&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 14:10:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235470#M1118140</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-12-11T14:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235493#M1118143</link>
      <description>&lt;P&gt;Getting in touch with my security team to allow this LOL.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 14:53:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235493#M1118143</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-11T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235503#M1118144</link>
      <description>&lt;P&gt;verry good.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 15:01:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235503#M1118144</guid>
      <dc:creator>gerard0796</dc:creator>
      <dc:date>2024-12-11T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235619#M1118151</link>
      <description>&lt;P&gt;Firstly, thank you for your suggestion. I was able to get my access and when running the script, I am receiving the same results, making me think this issue isn't with the API call itself. Do you happen to have any other ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 17:41:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235619#M1118151</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-11T17:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235630#M1118152</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1349468"&gt;@jaismith&lt;/a&gt;&amp;nbsp;I maybe missing your ask. You are now using the Python script and it’s give you the same results as Postman was/is?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 17:55:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235630#M1118152</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-12-11T17:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235663#M1118156</link>
      <description>&lt;P&gt;It only appears to get only 70 objects, when nearly 500 exist in Secure Firewall.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:01:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235663#M1118156</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-11T20:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235665#M1118157</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1349468"&gt;@jaismith&lt;/a&gt;&amp;nbsp;ok, so I think then there is an issue with the api endpoint here&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235665#M1118157</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2024-12-11T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Postman API calls to Cisco Secure Firewall not retrieving all obje</title>
      <link>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235667#M1118158</link>
      <description>&lt;P&gt;Thanks, I will move forward with a TAC case.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:14:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/postman-api-calls-to-cisco-secure-firewall-not-retrieving-all/m-p/5235667#M1118158</guid>
      <dc:creator>jaismith</dc:creator>
      <dc:date>2024-12-11T20:14:21Z</dc:date>
    </item>
  </channel>
</rss>

