{"type":"api","title":"List All Device Models","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2f02ba2-fd0d-3a26-bcc5-feafc8f24d17","info":{"title":"Monitoring and Troubleshooting","description":"Includes API operations for the following:\n- Real-time monitoring\n- Accessing statistics APIs and statistics bulk APIs\n- Retrieving device state\n- Managing alarms and events\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Monitoring - Device Details"],"description":"Get all device models supported by the vManage","operationId":"listAllDeviceModels","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"cpuCountAttribute":{"type":"object","properties":{"attributeField":{"type":"string","example":"total_cpu_count"},"enable":{"type":"boolean","example":true}},"$$ref":"#/components/schemas/DeviceCpuCount"},"deviceClass":{"type":"string","example":"cisco-router"},"deviceType":{"type":"string","example":"vedge"},"displayName":{"type":"string","example":"ISR4461"},"interfaces":{"type":"object","properties":{"day0":{"type":"array","example":["GigabitEthernet0/0/0"],"items":{"type":"string","example":["GigabitEthernet0/0/0"]}},"lan":{"type":"array","example":["GigabitEthernet","TenGigabitEthernet","Loopback"],"items":{"type":"string","example":["GigabitEthernet","TenGigabitEthernet","Loopback"]}},"mgmt":{"type":"array","example":["GigabitEthernet","TenGigabitEthernet","Loopback"],"items":{"type":"string","example":["GigabitEthernet","TenGigabitEthernet","Loopback"]}},"wan":{"type":"array","example":["GigabitEthernet","TenGigabitEthernet","Loopback"],"items":{"type":"string","example":["GigabitEthernet","TenGigabitEthernet","Loopback"]}}},"$$ref":"#/components/schemas/DeviceInterface"},"isCliSupported":{"type":"boolean","example":true},"name":{"type":"string","example":"vedge-ISR-4461"},"onboardCert":{"type":"boolean","example":true},"templateClass":{"type":"string","example":"cedge"},"templateSupported":{"type":"boolean","example":true}},"$$ref":"#/components/schemas/DeviceModelsData"}},"header":{"type":"object","properties":{"generatedOn":{"type":"integer","format":"int64","example":1635224742597}},"$$ref":"#/components/schemas/DeviceResponseHeader"}},"$$ref":"#/components/schemas/DeviceModelsResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/device/models"}}