{"type":"model","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":{"required":["category","results"],"type":"object","properties":{"category":{"required":["description","displayName","name"],"type":"object","properties":{"description":{"type":"string","example":"Search in config groups names"},"displayName":{"type":"string","example":"Config groups"},"name":{"type":"string","example":"ConfigGroup"}},"description":"This is used to return the search categories.","$$ref":"#/components/schemas/SearchCategory"},"results":{"type":"array","description":"search results for the category","items":{"required":["value"],"type":"object","properties":{"details":{"type":"array","description":"Name-Value pair to shown as details","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string","description":"Name of the property"},"value":{"type":"object","description":"Value of the property"}},"description":"Links to cross launch on UI","$$ref":"#/components/schemas/SearchKeyValuePair"}},"identifier":{"type":"string","description":"Identifier for record"},"links":{"type":"array","description":"Links to cross launch on UI","items":{"required":["name","value"],"type":"object","properties":{"name":{"type":"string","description":"Name of the property"},"value":{"type":"object","description":"Value of the property"}},"description":"Links to cross launch on UI","$$ref":"#/components/schemas/SearchKeyValuePair"}},"value":{"type":"string","description":"This is the text vManage has searched"}},"description":"search results for the category","$$ref":"#/components/schemas/SearchCategoryResult"}}},"description":"This is used to return the search results.","$$ref":"#/components/schemas/SearchResponse","title":"SearchResponse"}}