{"type":"api","title":"Get Vmanage Control Status","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Device - Network"],"description":"Retrieve vManage control status","operationId":"getVmanageControlStatus","parameters":[{"name":"isCached","in":"query","description":"Is cached flag","schema":{"type":"boolean","default":false}},{"name":"vpnId","in":"query","description":"VPN Id","schema":{"type":"array","items":{"type":"object","properties":{"vpn":{"type":"string"}},"description":"This is the valid list of VPN-IDs","$$ref":"#/components/schemas/VPNID"}}},{"name":"site-id","in":"query","description":"Optional site ID to filter devices","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"},"examples":{"vManage control status":{"description":"vManage control status","value":{"data":[{"name":"vSmart","count":2,"detailsURL":"/dataservice/device/reachable?personality=vsmart","status":"error","statusList":[{"name":"vSmart","status":"error","message":"Number of devices down","detailsURL":"/dataservice/device/unreachable?personality=vsmart","count":0}]},{"name":"WAN Edge","count":5,"detailsURL":"/dataservice/device/reachable?personality=vedge","status":"error","statusList":[{"name":"vEdge","status":"error","message":"Number of devices down","detailsURL":"/dataservice/device/unreachable?personality=vedge","count":0}]},{"name":"vBond","count":1,"detailsURL":"/dataservice/device/reachable?personality=vbond","status":"error","statusList":[{"name":"vBond","status":"error","message":"Number of devices down","detailsURL":"/dataservice/device/unreachable?personality=vbond","count":0}]}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"default,RBAC VPN-read","method":"get","path":"/network/connectionssummary"}}