RESTCONF
Number of APIs: 14
-
Retrieve the Server Module Information GET https://{{host}}:{{port}}/restconf/data/ietf-yang-library:modules-state
-
Retrieve RESTCONF Monitoring Capabilities GET https://{{host}}:{{port}}/restconf/data/ietf-restconf-monitoring:restconf-state/capabilities
-
IOS XE Save Configuration RPC POST https://{{host}}:{{port}}/restconf/operations/cisco-ia:save-config/
-
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
-
Operational State interfaces GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces-state/
-
Read the top level REST resource GET https://{{host}}:{{port}}/.well-known/host-meta
-
Configure ietf-interfaces single interface PUT https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2
-
Read models implemented by the device GET https://{{host}}:{{port}}/restconf/data/netconf-state/capabilities
-
Read ietf-interfaces list of interfaces GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces
-
Read ietf-interfaces single interface GET https://{{host}}:{{port}}/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2