<?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: Public ios-xe-mgmt.cisco.com API not responding in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274189#M11037</link>
    <description>&lt;P&gt;I'm currently using Postman to interact with the API, not Python just yet.&lt;/P&gt;&lt;P&gt;Might you give me a quick documentation to interact with this new URL in Postman? mainly to POST and DELETE, please.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Mar 2025 16:51:49 GMT</pubDate>
    <dc:creator>gianfranco-laroccam</dc:creator>
    <dc:date>2025-03-22T16:51:49Z</dc:date>
    <item>
      <title>Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5273738#M11030</link>
      <description>&lt;P&gt;Good night dear Cisco community,&lt;/P&gt;&lt;P&gt;I'm studying for my CCNP ENCOR, and I attempted to interact to the public device API (&lt;SPAN&gt;&lt;A href="https://ios-xe-mgmt.cisco.com:9443/restconf/data/ietf-interfaces:interfaces" target="_blank" rel="noopener"&gt;https://ios-xe-mgmt.cisco.com:9443/restconf/data/ietf-interfaces:interfaces&lt;/A&gt;&lt;/SPAN&gt;). However, the subdomain doesn't seem to be reachable and the URL itself is unresponsive.&lt;/P&gt;&lt;P&gt;Can you check the status of it and fix, or point me to an alternative URL for me to practice? Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 02:23:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5273738#M11030</guid>
      <dc:creator>gianfranco-laroccam</dc:creator>
      <dc:date>2025-03-21T02:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5273861#M11031</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1857938"&gt;@gianfranco-laroccam&lt;/a&gt;&amp;nbsp;i see a couple of issue here. You should use this information&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;devnetsandboxiosxe.cisco.com
Username: admin
Password: C1sco12345
RESTCONF port: 443&lt;/LI-CODE&gt;
&lt;P&gt;I ran this command&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Executing `curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" https://devnetsandboxiosxe.cisco.com/restconf/data/ietf-interfaces:interfaces`...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2336    0  2336    0     0   2305      0 --:--:--  0:00:01 --:--:--  2306
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "GigabitEthernet1",
        "description": "MANAGEMENT INTERFACE - DON'T TOUCH ME",
        "type": "iana-if-type:ethernetCsmacd",
        "enabled": true,
        "ietf-ip:ipv4": {
          "address": [
            {
              "ip": "10.10.20.48",
              "netmask": "255.255.255.0"
            }
          ]
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "GigabitEthernet2",
        "description": "Configured by Terraform",
        "type": "iana-if-type:ethernetCsmacd",
        "enabled": true,
        "ietf-ip:ipv4": {
          "address": [
            {
              "ip": "172.16.1.1",
              "netmask": "255.255.255.0"
            }
          ]
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "GigabitEthernet3",
        "description": "Network Interface",
        "type": "iana-if-type:ethernetCsmacd",
        "enabled": false,
        "ietf-ip:ipv4": {
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "Loopback0",
        "type": "iana-if-type:softwareLoopback",
        "enabled": true,
        "ietf-ip:ipv4": {
          "address": [
            {
              "ip": "10.0.0.1",
              "netmask": "255.255.255.0"
            }
          ]
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "Loopback10",
        "type": "iana-if-type:softwareLoopback",
        "enabled": true,
        "ietf-ip:ipv4": {
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "Loopback11",
        "description": "Configured by Luster",
        "type": "iana-if-type:softwareLoopback",
        "enabled": true,
        "ietf-ip:ipv4": {
          "address": [
            {
              "ip": "111.125.10.10",
              "netmask": "255.255.255.0"
            }
          ]
        },
        "ietf-ip:ipv6": {
        }
      },
      {
        "name": "VirtualPortGroup0",
        "type": "iana-if-type:propVirtual",
        "enabled": true,
        "ietf-ip:ipv4": {
          "address": [
            {
              "ip": "192.168.1.1",
              "netmask": "255.255.255.0"
            }
          ]
        },
        "ietf-ip:ipv6": {
        }
      }
    ]
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your error happens because the correct YANG model path is ietf-interfaces:interfaces (plural). The RESTCONF API follows the YANG data model structure, and in this case, the container is named "interfaces" (plural) in the YANG model.&amp;nbsp;So to correctly query the interfaces on the device, you should use: /restconf/data/ietf-interfaces:interfaces&lt;/P&gt;
&lt;P&gt;Hope this helps you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 12:02:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5273861#M11031</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-03-21T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274178#M11035</link>
      <description>&lt;P&gt;Thanks for your response,&lt;/P&gt;&lt;P&gt;Once more thing, I'm able to connect to the URL and make GET requests.&lt;/P&gt;&lt;P&gt;However, I'm getting a 504 Gateway Time-out error when looking to do POST and DELETE requests&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 15:32:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274178#M11035</guid>
      <dc:creator>gianfranco-laroccam</dc:creator>
      <dc:date>2025-03-22T15:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274185#M11036</link>
      <description>&lt;P&gt;That should not be an issue on this sandbox, can you share your code?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 16:20:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274185#M11036</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-03-22T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274189#M11037</link>
      <description>&lt;P&gt;I'm currently using Postman to interact with the API, not Python just yet.&lt;/P&gt;&lt;P&gt;Might you give me a quick documentation to interact with this new URL in Postman? mainly to POST and DELETE, please.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 16:51:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274189#M11037</guid>
      <dc:creator>gianfranco-laroccam</dc:creator>
      <dc:date>2025-03-22T16:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274198#M11038</link>
      <description>&lt;P&gt;You can try this document/collection&amp;nbsp;&lt;A href="https://www.postman.com/ciscodevnet/cisco-devnet-s-public-workspace/documentation/ovd3uvy/cisco-ios-xe" target="_blank"&gt;https://www.postman.com/ciscodevnet/cisco-devnet-s-public-workspace/documentation/ovd3uvy/cisco-ios-xe&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you are getting an error message can you share this?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 17:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274198#M11038</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-03-22T17:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Public ios-xe-mgmt.cisco.com API not responding</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274633#M11039</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1857938"&gt;@gianfranco-laroccam&lt;/a&gt;&amp;nbsp;i just tested for you, this is a PUT command.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -k -u admin:C1sco12345 -X PUT -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -d '{"ietf-interfaces:interface": {"name": "Loopback100", "description": "Created with RESTCONF", "type": "iana-if-type:softwareLoopback", "enabled": true, "ietf-ip:ipv4": {"address": [{"ip": "192.0.2.100", "netmask": "255.255.255.0"}]}}}' https://devnetsandboxiosxe.cisco.com:443/restconf/data/ietf-interfaces:interfaces/interface=Loopback100&lt;/LI-CODE&gt;
&lt;P&gt;The the command to check this which is a GET&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" https://devnetsandboxiosxe.cisco.com:443/restconf/data/ietf-interfaces:interfaces/interface=Loopback100

{
  "ietf-interfaces:interface": [
    {
      "name": "Loopback100",
      "description": "Created with RESTCONF",
      "type": "iana-if-type:softwareLoopback",
      "enabled": true,
      "ietf-ip:ipv4": {
        "address": [
          {
            "ip": "192.0.2.100",
            "netmask": "255.255.255.0"
          }
        ]
      },
      "ietf-ip:ipv6": {
      }
    }
  ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;I did a POST too&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -k -u admin:C1sco12345 -X POST -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -d '{"ietf-interfaces:interface": {"name": "Loopback200", "description": "Created with RESTCONF POST", "type": "iana-if-type:softwareLoopback", "enabled": true}}' https://devnetsandboxiosxe.cisco.com:443/restconf/data/ietf-interfaces:interfaces&lt;/LI-CODE&gt;
&lt;P&gt;You see this here with a GET&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" https://devnetsandboxiosxe.cisco.com:443/restconf/data/ietf-interfaces:interfaces/interface=Loopback200

{
  "ietf-interfaces:interface": [
    {
      "name": "Loopback200",
      "description": "Created with RESTCONF POST",
      "type": "iana-if-type:softwareLoopback",
      "enabled": true,
      "ietf-ip:ipv4": {
      },
      "ietf-ip:ipv6": {
      }
    }
  ]
}&lt;/LI-CODE&gt;
&lt;P&gt;Let me know if you have questions here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 16:59:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/public-ios-xe-mgmt-cisco-com-api-not-responding/m-p/5274633#M11039</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-03-24T16:59:13Z</dc:date>
    </item>
  </channel>
</rss>

