<?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: Cannot get current IPsec policy. in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440521#M408</link>
    <description>&lt;P&gt;Sorry, I am unable to create a ticket with support. I can try to provide help here, but support is meant to interact with customers.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 13:46:02 GMT</pubDate>
    <dc:creator>RobertBlackhart</dc:creator>
    <dc:date>2022-12-13T13:46:02Z</dc:date>
    <item>
      <title>Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440488#M395</link>
      <description>&lt;P&gt;Created a new IPsec policy with API -&amp;nbsp;&lt;SPAN&gt;'security/ipsec/policies'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;body&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{'ipspace.name': 'Default',
'local_endpoint': {'address': '10.23.43.23',
'netmask': '24',
'port': '201-201'},
'name': 'ipsec_policy_psk',
'remote_endpoint': {'address': '10.23.43.26',
'netmask': '24',
'port': '201-201'},
'secret_key': 'DFRGTUJGNHFKDKS4553223',
'svm.name': 'svm4'}&lt;/LI-CODE&gt;&lt;P&gt;but when trying to get this IPsec policy using the query, it returns empty records.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{'ipspace.name': 'Default',
 'name': 'ipsec_policy_psk',
 'svm.name': 'svm4'}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;If I remove the ipspace.name in the query, I can get the IPsec policy good.&lt;BR /&gt;&lt;BR /&gt;is this bug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:54:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440488#M395</guid>
      <dc:creator>MOHANRAJB</dc:creator>
      <dc:date>2025-06-04T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440511#M399</link>
      <description>&lt;P&gt;This does sound like a bug. Can you provide the HTTP request/response to make it a little more clear? I think what you're sending is something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;curl -iku &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt; 'https://&amp;lt;mgmt_ip&amp;gt;/api/security/ipsec/policies?ipspace.name=Default&amp;amp;name=ipsec_policy_pstk&amp;amp;svm.name=svm4'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that look right?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 12:24:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440511#M399</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2022-12-13T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440515#M403</link>
      <description>&lt;P&gt;Sorry I had to delete the last post which was not clear, adding the curl call here.&lt;BR /&gt;&lt;BR /&gt;with Ipspace&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;curl -X GET &lt;/SPAN&gt;&lt;SPAN&gt;"https://mgmt-ip/api/security/ipsec/policies?name=ipsec_policy_psk&amp;amp;svm.name=svm4&amp;amp;ipspace.name=Default&amp;amp;fields=ipspace&amp;amp;return_records=true&amp;amp;return_timeout=15"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Response&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"records"&lt;/SPAN&gt;&lt;SPAN&gt;: [],&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"num_records"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;without IPspace&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;curl -X GET &lt;/SPAN&gt;&lt;SPAN&gt;"https://mgmt-ip/api/security/ipsec/policies?name=ipsec_policy_psk&amp;amp;svm.name=svm4&amp;amp;fields=&amp;amp;return_records=true&amp;amp;return_timeout=15"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Response&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"records"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;    {
      &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ipsec_policy_psk"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"svm"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"svm4"&lt;/SPAN&gt;
      }
    }
  ],
  &lt;SPAN class=""&gt;"num_records"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 12:58:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440515#M403</guid>
      <dc:creator>MOHANRAJB</dc:creator>
      <dc:date>2022-12-13T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440516#M404</link>
      <description>&lt;P&gt;Thanks for the clarification. In the second query (the one that returned a record), you have fields= and nothing after the equal sign. Is that a typo? If you set that to fields=ipspace, do you get the ipspace name populated in the response?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 13:02:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440516#M404</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2022-12-13T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440517#M405</link>
      <description>&lt;P&gt;ipspace key is never returned with fields: ipspace and also ipspace not returned for fields: *&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;curl -X GET &lt;/SPAN&gt;&lt;SPAN&gt;"https://mgmt-ip/api/security/ipsec/policies?name=ipsec_policy_psk&amp;amp;svm.name=svm4&amp;amp;fields=ipspace&amp;amp;return_records=true&amp;amp;return_timeout=15"&lt;/SPAN&gt;&lt;SPAN&gt; -H  &lt;/SPAN&gt;&lt;SPAN&gt;"accept: application/json"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;response&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"records"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;    {
      
      &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ipsec_policy_psk"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"svm"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"svm4"&lt;/SPAN&gt;
      }
    }
  ],
  &lt;SPAN class=""&gt;"num_records"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;with fields: **&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;curl -X GET &lt;/SPAN&gt;&lt;SPAN&gt;"https://mgmt-ip/api/security/ipsec/policies?name=ipsec_policy_psk&amp;amp;svm.name=svm4&amp;amp;fields=**&amp;amp;return_records=true&amp;amp;return_timeout=15"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;response&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;  &lt;SPAN class=""&gt;"records"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;    {
      
      &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ipsec_policy_psk"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"scope"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"svm"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"svm"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;        
        &lt;SPAN class=""&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"svm4"&lt;/SPAN&gt;
      },
      &lt;SPAN class=""&gt;"local_endpoint"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"address"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"10.23.43.23"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"netmask"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"24"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"port"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"201-201"&lt;/SPAN&gt;
      },
      &lt;SPAN class=""&gt;"remote_endpoint"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"address"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"10.23.43.30"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"netmask"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"24"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;        &lt;SPAN class=""&gt;"port"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"205-205"&lt;/SPAN&gt;
      },
      &lt;SPAN class=""&gt;"protocol"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"tcp"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"action"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"esp_transport"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"enabled"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;      &lt;SPAN class=""&gt;"authentication_method"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"psk"&lt;/SPAN&gt;
    }
  ],
  &lt;SPAN class=""&gt;"num_records"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 13:14:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440517#M405</guid>
      <dc:creator>MOHANRAJB</dc:creator>
      <dc:date>2022-12-13T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440519#M406</link>
      <description>&lt;P&gt;Given that it's never returned, I think that explains why the query returns 0 records when you query on it. The question now is, why isn't it set/returned?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried repeating your steps on my test cluster and I found that I could reproduce the same issue. Here are my logs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;~/$ curl -iku &amp;lt;user&amp;gt;:&amp;lt;pass&amp;gt; https://&amp;lt;mgmt_ip&amp;gt;/api/security/ipsec/policies -X POST -d '{"ipspace": {"name": "Default"}, "name": "ipsec_policy_psk", "local_endpoint": {"address": "10.23.43.23", "netmask": "24", "port": "201-201"}, "remote_endpoint": {"address": "10.23.43.26", "netmask": "24", "port": "201-201"}, "secret_key": "DFRGTUJGNHFKDKS4553223", "svm": {"name": "svm1"}}'
HTTP/1.1 201 Created
Date: Tue, 13 Dec 2022 13:29:24 GMT
Server: libzapid-httpd
X-Content-Type-Options: nosniff
Cache-Control: no-cache,no-store,must-revalidate
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors: 'self'
Location: /api/security/ipsec/policies/3e429290-7aea-11ed-ab9f-005056bb057f
Content-Length: 3
Content-Type: application/hal+json
Vary: Origin

{
}~/$
~/$ curl -iku &amp;lt;user&amp;gt;:&amp;lt;pass&amp;gt; https://&amp;lt;mgmt_ip&amp;gt;/api/security/ipsec/policies
HTTP/1.1 200 OK
Date: Tue, 13 Dec 2022 13:30:17 GMT
Server: libzapid-httpd
X-Content-Type-Options: nosniff
Cache-Control: no-cache,no-store,must-revalidate
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors: 'self'
Content-Length: 366
Content-Type: application/hal+json
Vary: Accept-Encoding,Origin

{
  "records": [
    {
      "uuid": "3e429290-7aea-11ed-ab9f-005056bb057f",
      "name": "ipsec_policy_psk",
      "_links": {
        "self": {
          "href": "/api/security/ipsec/policies/3e429290-7aea-11ed-ab9f-005056bb057f"
        }
      }
    }
  ],
  "num_records": 1,
  "_links": {
    "self": {
      "href": "/api/security/ipsec/policies"
    }
  }
}~/$
~/$ curl -iku &amp;lt;user&amp;gt;:&amp;lt;pass&amp;gt; https://&amp;lt;mgmt_ip&amp;gt;/api/security/ipsec/policies?fields=ipspace
HTTP/1.1 200 OK
Date: Tue, 13 Dec 2022 13:30:49 GMT
Server: libzapid-httpd
X-Content-Type-Options: nosniff
Cache-Control: no-cache,no-store,must-revalidate
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors: 'self'
Content-Length: 381
Content-Type: application/hal+json
Vary: Accept-Encoding,Origin

{
  "records": [
    {
      "uuid": "3e429290-7aea-11ed-ab9f-005056bb057f",
      "name": "ipsec_policy_psk",
      "_links": {
        "self": {
          "href": "/api/security/ipsec/policies/3e429290-7aea-11ed-ab9f-005056bb057f"
        }
      }
    }
  ],
  "num_records": 1,
  "_links": {
    "self": {
      "href": "/api/security/ipsec/policies?fields=ipspace"
    }
  }
}~/$

mycluster::&amp;gt; security ipsec policy show
        Policy                                           Cipher
Vserver Name       Local IP Subnet    Remote IP Subnet   Suite          Action
------- ---------- ------------------ ------------------ -------------- -------
svm1
        ipsec_policy_psk
                   10.23.43.23/24     10.23.43.26/24     SUITEB_GCM256  ESP_TRA

mycluster::&amp;gt; security ipsec policy show -instance

                                    Vserver: svm1
                                Policy Name: ipsec_policy_psk
                           Local IP Subnets: 10.23.43.23/24
                          Remote IP Subnets: 10.23.43.26/24
                                Local Ports: 201-201
                               Remote Ports: 201-201
                                  Protocols: any
                                     Action: ESP_TRA
                               Cipher Suite: SUITEB_GCM256
          IKE Security Association Lifetime: 86400
        IPsec Security Association Lifetime: 28800
IPsec Security Association Lifetime (bytes): 0
                          Is Policy Enabled: true
                             Local Identity: -
                            Remote Identity: -
                      Authentication Method: PSK
             Certificate for Local Identity: -

mycluster::&amp;gt; set diag

Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y

mycluster::*&amp;gt; debug smdb table ipsec_policy_rest show
uuid                                 name             scope ipspace.uuid ipspace.name svm.uuid                             svm.name local_endpoint.address local_endpoint.netmask local_endpoint.family local_endpoint.port remote_endpoint.address remote_endpoint.netmask remote_endpoint.family remote_endpoint.port protocol local_identity remote_identity action        enabled authentication-method certificate.name certificate.uuid certificate._links.self.href
------------------------------------ ---------------- ----- ------------ ------------ ------------------------------------ -------- ---------------------- ---------------------- --------------------- ------------------- ----------------------- ----------------------- ---------------------- -------------------- -------- -------------- --------------- ------------- ------- --------------------- ---------------- ---------------- ----------------------------
3e429290-7aea-11ed-ab9f-005056bb057f ipsec_policy_psk svm   -            -            b7a850a3-7ae4-11ed-ab9f-005056bb057f svm1     10.23.43.23            24                     -                     201-201             10.23.43.26             24                      -                      201-201              any      -              -               ESP_TRANSPORT true    PSK                   -                -                -

mycluster::*&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the next step would be to file a ticket with support and you can track any fix timeline or workaround that way.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 13:38:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440519#M406</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2022-12-13T13:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440520#M407</link>
      <description>&lt;P&gt;Thanks Robert, please share the ticket number if you are creating a ticket. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 13:42:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440520#M407</guid>
      <dc:creator>MOHANRAJB</dc:creator>
      <dc:date>2022-12-13T13:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get current IPsec policy.</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440521#M408</link>
      <description>&lt;P&gt;Sorry, I am unable to create a ticket with support. I can try to provide help here, but support is meant to interact with customers.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 13:46:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Cannot-get-current-IPsec-policy/m-p/440521#M408</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2022-12-13T13:46:02Z</dc:date>
    </item>
  </channel>
</rss>

