{"type":"api","title":"Generate Reboot Device List","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Configuration - Device Actions"],"description":"Get list of rebooted devices","operationId":"generateRebootDeviceList","parameters":[{"name":"deviceType","in":"path","description":"Device type","required":true,"schema":{"type":"string"},"example":"vedge"},{"name":"groupId","in":"query","description":"groupId","required":true,"schema":{"type":"string"},"example":"all"}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"availableServices":{"type":"array","example":[],"items":{"type":"string","example":"[]"}},"device-model":{"type":"string","example":"vsmart"},"device-os":{"type":"string","example":"next"},"device-type":{"type":"string","example":"vsmart"},"host-name":{"type":"string","example":"vm10"},"layoutLevel":{"type":"integer","format":"int32","example":2},"local-system-ip":{"type":"string","example":"172.16.255.20"},"personality":{"type":"string","example":"vsmart"},"platform":{"type":"string","example":"x86_64"},"reachability":{"type":"string","example":"reachable"},"site-id":{"type":"string","example":"200"},"system-ip":{"type":"string","example":"172.16.255.20"},"uptime-date":{"type":"integer","format":"int32","example":1683651060000},"uuid":{"type":"string","example":"3ee91f17-fc89-4d25-9e31-684e823d5eba"},"version":{"type":"string","example":"20.13.999-2847"}},"$$ref":"#/components/schemas/GenerateRebootDeviceListData"}}},"$$ref":"#/components/schemas/GenerateRebootDeviceList"},"examples":{"Example":{"description":"Example","value":{"data":[{"device-model":"vsmart","device-os":"next","local-system-ip":"172.16.255.20","system-ip":"172.16.255.20","host-name":"vm10","site-id":"200","uuid":"3ee91f17-fc89-4d25-9e31-684e823d5eba","version":"20.13.999-2847","platform":"x86_64","layoutLevel":2,"personality":"vsmart","device-type":"vsmart","reachability":"reachable","uptime-date":1683651060000,"availableServices":[]}]},"$$ref":"#/components/examples/GetRebootDevicesResp"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Device Reboot-read,Device Reboot-write,Device Reboot \u003e Edge-read,Device Reboot \u003e Edge-write,Device Reboot \u003e Controller-read","__originalOperationId":"generateRebootDeviceList","method":"get","path":"/device/action/reboot/devices/{deviceType}"}}