{"type":"api","title":"Create Status Summary","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":["Real-Time Monitoring - Hardware"],"description":"Get hardware status summary from device","operationId":"createStatusSummary","parameters":[{"name":"deviceId","in":"query","description":"deviceId - Device IP","required":true,"schema":{"pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$","type":"string","example":"169.254.10.10"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"},"examples":{"Hardware status summary":{"description":"Hardware status summary","value":{"data":[{"vdevice-name":"10.0.0.121","createTimeStamp":1611557599955,"current-reading":"1015","vdevice-host-name":"Router","sensor-name":"voltage","vdevice-dataKey":"10.0.0.121-V:Vcore-A-R0","@rid":927,"vmanage-system-ip":"10.0.0.121","sensor-units":"millivolts","name":"V:Vcore-A","lastupdated":1652152463462,"location":"R0","state":"Normal"},{"vdevice-name":"10.0.0.121","createTimeStamp":1611557593593,"current-reading":"31","vdevice-host-name":"Router","sensor-name":"temperature","vdevice-dataKey":"10.0.0.121-Temp:Temp1-P0","@rid":1731,"vmanage-system-ip":"10.0.0.121","sensor-units":"celsius","name":"Temp:Temp1","lastupdated":1651807463843,"location":"P0","state":"Normal"},{"vdevice-name":"10.0.0.121","createTimeStamp":1611557593651,"current-reading":"25","vdevice-host-name":"Router","sensor-name":"temperature","vdevice-dataKey":"10.0.0.121-Temp:Temp2-P0","@rid":1760,"vmanage-system-ip":"10.0.0.121","sensor-units":"celsius","name":"Temp:Temp2","lastupdated":1652152463462,"location":"P0","state":"Normal"},{"vdevice-name":"10.0.0.121","createTimeStamp":1611557599821,"current-reading":"1508","vdevice-host-name":"Router","sensor-name":"voltage","vdevice-dataKey":"10.0.0.121-V:1.5v-A-R0","@rid":1881,"vmanage-system-ip":"10.0.0.121","sensor-units":"millivolts","name":"V:1.5v-A","lastupdated":1652152463462,"location":"R0","state":"Normal"},{"vdevice-name":"10.0.0.121","createTimeStamp":1611557593684,"current-reading":"28","vdevice-host-name":"Router","sensor-name":"temperature","vdevice-dataKey":"10.0.0.121-Temp:Temp3-P0","@rid":2044,"vmanage-system-ip":"10.0.0.121","sensor-units":"celsius","name":"Temp:Temp3","lastupdated":1651999921808,"location":"P0","state":"Normal"}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"System-read,System-write","method":"get","path":"/device/hardware/status/summary"}}