RESTCONF

Number of APIs: 14

  1. Retrieve the Server Module Information GET https://{{host}}:{{port}}/restconf/data/ietf-yang-library:modules-state

  2. Retrieve RESTCONF Monitoring Capabilities GET https://{{host}}:{{port}}/restconf/data/ietf-restconf-monitoring:restconf-state/capabilities

  3. IOS XE Save Configuration RPC POST https://{{host}}:{{port}}/restconf/operations/cisco-ia:save-config/

  4. Filter Fields Returned in Response GET https://{{host}}:{{port}}/restconf/data/Cisco-IOS-XE-native:native/interface/GigabitEthernet=2?fields=Cisco-IOS-XE-native:GigabitEthernet(name;description;ip)&depth=unbounded

  5. Operational State interfaces GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces-state/

  6. Read the top level REST resource GET https://{{host}}:{{port}}/.well-known/host-meta

  7. Configure ietf-interfaces single interface PUT https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2

  8. Read models implemented by the device GET https://{{host}}:{{port}}/restconf/data/netconf-state/capabilities

  9. Read ietf-interfaces list of interfaces GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces

  10. Read ietf-interfaces single interface GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2