- Start your Apidog journey
- Sample APIs
- Selamat datangGET
- List PerangkatGET
- 01-Office (Juniper)GET
- 101-Office-configGET
- 102-Office-interfacesGET
- 103-Office-vlansGET
- 104-Office-arp-tableGET
- 105-Office-interfaces_ipGET
- 106-Office-environmentGET
- 107-Office-usersGET
- 02-Branch (Cisco)GET
- 201-Branch-configGET
- 202-Branch-interfacesGET
- 203-Branch-interfaces_ipGET
- 204-Branch-arp_tableGET
- 205-Branch-mac_address_tableGET
- 206-Branch-snmpGET
- 207-Branch-environmentGET
- 03-Home (Mikrotik)GET
- 04-Ruko (Mikrotik)GET
- 401-Ruko-interfacesGET
- 402-Ruko-interfaces_ipGET
- 403-Ruko-get_mac_address_tableGET
- 404-Ruko-snmpGET
- 405-Ruko-usersGET
02-Branch (Cisco)
Developing
GET
/devices/branch/napalm_get/facts
Request
None
Responses
🟢200Success
application/json
Body
branch
array [object {10}]Â
required
result
objectÂ
optional
host
objectÂ
optional
changed
booleanÂ
optional
diff
stringÂ
optional
failed
booleanÂ
optional
exception
nullÂ
optional
name
stringÂ
optional
severity_level
integerÂ
optional
stdout
nullÂ
optional
stderr
nullÂ
optional
Example
{
"branch": [
{
"result": {
"facts": {
"uptime": 5194020,
"vendor": "Cisco",
"os_version": "vios_l2 Software (vios_l2-ADVENTERPRISEK9-M), Experimental Version 15.2(20200924:215240) [sweickge-sep24-2020-l2iol-release 135]",
"serial_number": "9KJW1RJAUN7",
"model": "IOSv",
"hostname": "SWITCH-CORE",
"fqdn": "SWITCH-CORE.NETWORK.INTERNAL",
"interface_list": [
"GigabitEthernet0/0",
"GigabitEthernet0/1",
"GigabitEthernet0/2",
"GigabitEthernet0/3",
"GigabitEthernet1/0",
"GigabitEthernet1/1",
"GigabitEthernet1/2",
"GigabitEthernet1/3",
"Vlan1"
]
}
},
"host": {},
"changed": false,
"diff": "",
"failed": false,
"exception": null,
"name": "Get branch facts",
"severity_level": 20,
"stdout": null,
"stderr": null
}
]
}
Modified at 2025-02-21 23:32:21