ai-network-llms / datasets /llm_t_dataset_500.jsonl
JoeiBanana's picture
Upload batch 6/8
b6cb568 verified
Raw
History Blame Contribute Delete
260 kB
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show lldp neighbors", "show vlan brief", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show vlan brief", "show interfaces", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show ip nat translations", "show ip ospf neighbor", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show mac address-table", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip bgp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip route", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show ip ospf neighbor", "show lldp neighbors", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show interfaces", "show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show access-lists", "show ip route", "show conn", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip ospf interface", "show ip ospf database", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show mac address-table", "show ip nat translations", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show vlan brief", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip ospf interface", "show ip bgp summary", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show ip ospf neighbor", "show lldp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show mac address-table", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show ip ospf interface", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show access-lists", "show ip ospf neighbor", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip nat translations", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show ip ospf neighbor", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show ip route", "show access-lists", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show vlan brief", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show access-lists", "show vlan brief", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show vlan brief", "show ip bgp summary", "show ip ospf database", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip bgp summary", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip route", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show access-lists", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show ip ospf database", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip route", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show mac address-table", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf neighbor", "show ip route", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip route", "show ip ospf neighbor", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show access-lists", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip ospf interface", "show vlan brief", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip ospf neighbor", "show interfaces", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show mac address-table", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show access-lists", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show lldp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show ip cef", "show ip route", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip route", "show ip bgp summary", "show interfaces", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip bgp summary", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip nat translations", "show ip route", "show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show ip bgp summary", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip ospf interface", "show ip ospf neighbor", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show lldp neighbors", "show ip ospf neighbor", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show ip ospf database", "show ip bgp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip ospf database", "show access-lists", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show ip bgp summary", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show ip ospf neighbor", "show mac address-table", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show mac address-table", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show access-lists", "show ip ospf neighbor", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show lldp neighbors", "show ip bgp neighbors", "show ip ospf neighbor", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show vlan brief", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip bgp summary", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show ip ospf neighbor", "show ip bgp summary", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show ip route", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show vlan brief", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show ip bgp summary", "show ip nat translations", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show ip cef", "show lldp neighbors", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show mac address-table", "show ip ospf neighbor", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip cef", "show conn", "show ip bgp neighbors", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show interfaces", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show lldp neighbors", "show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip bgp summary", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show ip nat translations", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show vlan brief", "show interfaces", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip cef", "show mac address-table", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show ip ospf database", "show mac address-table", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show interfaces", "show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show vlan brief", "show ip route", "show ip bgp neighbors", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip bgp summary", "show ip nat translations", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show ip route", "show ip ospf neighbor", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show ip ospf database", "show conn", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show ip ospf database", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip nat translations", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip route", "show ip ospf neighbor", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show conn", "show ip nat translations", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show ip route", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show lldp neighbors", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip route", "show vlan brief", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip nat translations", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show vlan brief", "show ip bgp neighbors", "show ip route", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show access-lists", "show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show vlan brief", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip nat translations", "show ip bgp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip nat translations", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf database", "show access-lists", "show conn", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip route", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show mac address-table", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show interfaces", "show access-lists", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show interfaces", "show ip ospf neighbor", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip route", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show lldp neighbors", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show ip nat translations", "show ip bgp neighbors", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show ip ospf interface", "show lldp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show ip cef", "show interfaces", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip cef", "show ip bgp summary", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip nat translations", "show ip route", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp summary", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show ip ospf neighbor", "show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show ip ospf interface", "show ip route", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show mac address-table", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip bgp neighbors", "show ip ospf neighbor", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip cef", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show vlan brief", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip bgp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show ip bgp neighbors", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show vlan brief", "show access-lists", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show conn", "show ip bgp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp summary", "show ip ospf database", "show ip ospf neighbor", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show conn", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show ip nat translations", "show ip route", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show lldp neighbors", "show ip nat translations", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show ip bgp summary", "show ip ospf interface", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show mac address-table", "show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip bgp neighbors", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip nat translations", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show lldp neighbors", "show access-lists", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip route", "show ip cef", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show conn", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show lldp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show vlan brief", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show ip ospf database", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip nat translations", "show ip route", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show vlan brief", "show mac address-table", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show access-lists", "show conn", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show mac address-table", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip nat translations", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip cef", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip ospf database", "show vlan brief", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show lldp neighbors", "show conn", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show ip ospf interface", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show vlan brief", "show ip ospf database", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show mac address-table", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show mac address-table", "show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show mac address-table", "show ip nat translations", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip ospf interface", "show vlan brief", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show interfaces", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip ospf interface", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip ospf interface", "show ip route", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show ip ospf neighbor", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip ospf database", "show ip ospf interface", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show access-lists", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip nat translations", "show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show ip ospf database", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show ip ospf interface", "show ip route", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip cef", "show ip bgp summary", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show vlan brief", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show interfaces", "show vlan brief", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show ip nat translations", "show ip bgp neighbors", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show ip bgp summary", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip bgp neighbors", "show interfaces", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip bgp summary", "show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show access-lists", "show ip route", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show vlan brief", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show vlan brief", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip ospf neighbor", "show ip route", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show ip nat translations", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show ip nat translations", "show conn", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp summary", "show vlan brief", "show conn", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip nat translations", "show mac address-table", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip nat translations", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show access-lists", "show ip nat translations", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show access-lists", "show lldp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip bgp summary", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show mac address-table", "show interfaces", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show interfaces", "show ip nat translations", "show ip route", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show ip cef", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip cef", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show ip route", "show ip nat translations", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show ip ospf database", "show conn", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show lldp neighbors", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show vlan brief", "show ip ospf neighbor", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show ip ospf interface", "show ip ospf neighbor", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show ip ospf interface", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show mac address-table", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip nat translations", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show conn", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show ip cef", "show ip route", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show access-lists", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip ospf neighbor", "show ip ospf database", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip cef", "show ip route", "show interfaces", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show ip ospf interface", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show ip cef", "show interfaces", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip route", "show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show ip bgp summary", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show vlan brief", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip nat translations", "show ip ospf interface", "show access-lists", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show ip bgp neighbors", "show ip route", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show mac address-table", "show ip ospf database", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show ip bgp summary", "show access-lists", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show lldp neighbors", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show conn", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show mac address-table", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show mac address-table", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show access-lists", "show ip ospf database", "show ip bgp summary", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show ip cef", "show mac address-table", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show interfaces", "show ip ospf database", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show lldp neighbors", "show vlan brief", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip ospf interface", "show vlan brief", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip ospf database", "show ip ospf neighbor", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show lldp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show conn", "show mac address-table", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp neighbors", "show ip route", "show lldp neighbors", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show vlan brief", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show interfaces", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show mac address-table", "show interfaces", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip ospf database", "show ip route", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show access-lists", "show lldp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf database", "show ip nat translations", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip cef", "show ip ospf database", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip route", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show ip ospf neighbor", "show ip bgp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show access-lists", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show ip ospf interface", "show mac address-table", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp summary", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show vlan brief", "show mac address-table", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp summary", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show ip nat translations", "show conn", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip nat translations", "show ip route", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show ip ospf interface", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show ip route", "show interfaces", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip ospf database", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf interface", "show ip bgp neighbors", "show ip nat translations", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show lldp neighbors", "show mac address-table", "show ip ospf database", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show access-lists", "show ip route", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf database", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show access-lists", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show vlan brief", "show access-lists", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show access-lists", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip nat translations", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip route", "show ip bgp summary", "show mac address-table", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show ip ospf interface", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show ip bgp neighbors", "show ip ospf neighbor", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show ip cef", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show conn", "show ip ospf interface", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show mac address-table", "show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show vlan brief", "show ip bgp summary", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show ip cef", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show conn", "show ip bgp summary", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show access-lists", "show lldp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show mac address-table", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show ip nat translations", "show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show mac address-table", "show lldp neighbors", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show ip bgp neighbors", "show ip route", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show vlan brief", "show access-lists", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show vlan brief", "show conn", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show access-lists", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show ip cef", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show ip nat translations", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show lldp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf interface", "show ip cef", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip ospf interface", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip cef", "show mac address-table", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show ip ospf database", "show ip ospf interface", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip ospf neighbor", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp summary", "show ip ospf interface", "show vlan brief", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show mac address-table", "show ip bgp summary", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show vlan brief", "show ip ospf interface", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf neighbor", "show mac address-table", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip route", "show ip cef", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show ip nat translations", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip ospf interface", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show mac address-table", "show lldp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip route", "show mac address-table", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show vlan brief", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show interfaces", "show access-lists", "show mac address-table", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip cef", "show lldp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip nat translations", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show ip route", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf neighbor", "show conn", "show interfaces", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show mac address-table", "show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip ospf interface", "show access-lists", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip cef", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show interfaces", "show ip ospf database", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip bgp summary", "show interfaces", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show conn", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip bgp summary", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show lldp neighbors", "show ip nat translations", "show ip route", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf neighbor", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf neighbor", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf database", "show vlan brief", "show mac address-table", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show vlan brief", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show ip ospf interface", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show lldp neighbors", "show ip bgp summary", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show mac address-table", "show vlan brief", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip nat translations", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show ip bgp summary", "show access-lists", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show conn", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show ip nat translations", "show ip bgp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip nat translations"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp neighbors", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf interface", "show ip ospf neighbor", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show vlan brief", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show mac address-table", "show ip ospf neighbor", "show ip bgp neighbors", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show ip route", "show ip bgp summary", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show access-lists", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show lldp neighbors", "show ip ospf interface", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf neighbor", "show access-lists", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show interfaces", "show ip cef", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show ip nat translations", "show vlan brief", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf database", "show ip ospf interface", "show access-lists", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show ip ospf neighbor", "show lldp neighbors", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show vlan brief", "show access-lists", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip cef", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp summary", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show ip ospf neighbor", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show vlan brief", "show mac address-table", "show ip cef", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show conn", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip nat translations", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show ip route", "show access-lists", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show access-lists", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip nat translations", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show vlan brief", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show vlan brief", "show ip bgp summary", "show conn", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show mac address-table", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip bgp neighbors", "show ip nat translations", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip bgp summary", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip nat translations", "show lldp neighbors", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show interfaces", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip nat translations", "show ip ospf interface", "show conn", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf database", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip bgp neighbors", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show interfaces", "show ip ospf interface", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf neighbor", "show mac address-table", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip route", "show lldp neighbors", "show mac address-table", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip ospf database", "show ip bgp summary", "show interfaces", "show vlan brief"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show access-lists", "show lldp neighbors", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf interface", "show mac address-table", "show ip bgp neighbors", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show access-lists", "show ip ospf database", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show interfaces", "show ip bgp neighbors", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip cef", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show ip route", "show ip bgp neighbors", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip nat translations", "show ip ospf neighbor", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip ospf interface", "show ip ospf neighbor"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show conn", "show ip nat translations", "show ip cef", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show lldp neighbors", "show ip cef", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show ip bgp neighbors", "show ip route", "show lldp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show access-lists", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show lldp neighbors", "show ip ospf neighbor", "show mac address-table", "show access-lists"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show mac address-table", "show interfaces", "show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show interfaces", "show vlan brief", "show lldp neighbors", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip route", "show ip ospf neighbor", "show vlan brief", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show access-lists", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip ospf database", "show mac address-table", "show ip route", "show ip bgp summary"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp", "description": "Retrieve BGP configuration"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW1", "show_commands": ["show access-lists", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show ip bgp neighbors", "show mac address-table", "show ip cef", "show interfaces"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-interfaces:interfaces", "description": "Get interface info"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip ospf database", "show conn", "show ip nat translations", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-nat:nat", "description": "Get NAT translations"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "BRANCH-RTR1", "show_commands": ["show conn", "show ip ospf database"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf/database", "description": "Get OSPF LSDB"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show conn", "show vlan brief", "show access-lists", "show mac address-table"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-switch:mac-table", "description": "Get MAC address table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show lldp neighbors", "show ip route"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "ACCESS-SW2", "show_commands": ["show ip route", "show ip ospf interface"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf-oper:ospf-oper-data", "description": "Get OSPF operational interface state"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip ospf neighbor", "show access-lists", "show ip cef"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-ospf:ospf", "description": "Get OSPF config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-acl:acl", "description": "Get ACL config"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-cef:cef", "description": "Retrieve CEF status"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "CORE-R1", "show_commands": ["show ip route", "show conn"], "api_output": [{"method": "GET", "url": "/restconf/data/ietf-routing:routing", "description": "Retrieve routing table"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-fw:connections", "description": "Get active firewall connections"}]}
{"instruction": "Convert show commands to RESTCONF API calls.", "device": "EDGE-FW1", "show_commands": ["show lldp neighbors", "show vlan brief", "show ip bgp neighbors"], "api_output": [{"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-lldp:lldp-neighbors", "description": "Get LLDP neighbors"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-vlan:vlans", "description": "List VLANs"}, {"method": "GET", "url": "/restconf/data/Cisco-IOS-XE-bgp:bgp/neighbors", "description": "List BGP neighbors"}]}