{"type":"model","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":{"title":"response_schema-2","description":"Schema for the response of a GET request to retrieve config group variables","type":"object","properties":{"family":{"type":"string","description":"Family of the configuration"},"devices":{"type":"array","items":{"type":"object","properties":{"device-id":{"type":"string","description":"Unique identifier for the device","pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"},"variables":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Name of the variable"},"value":{"type":"string","description":"Value of the variable"},"suggestions":{"type":"array","description":"List of suggestions for the variable","items":{"type":"string"}}},"required":["name"]}}},"required":["device-id","variables"]}},"groups":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Name of the group"},"group-variables":{"type":"array","description":"Variables associated with the group","items":{"type":"object"}}},"required":["name","group-variables"]}}},"required":["family","devices","groups"],"additionalProperties":false,"$$ref":"#/components/schemas/response_schema-2"}}