{"type":"api","title":"Cellular Health Dashlet","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":["Overview - Cellular"],"description":"Cellular Health Dashlet","operationId":"cellularHealthDashlet","parameters":[{"name":"type","in":"query","description":"type","schema":{"type":"string","enum":["rat","carrier"]}},{"name":"lastNHours","in":"query","description":"last N hours","schema":{"type":"string","enum":["1","3","6","12","24"]}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"carrier":{"type":"string","example":"ATT"},"excellent":{"type":"integer","format":"int32","example":2},"fair":{"type":"integer","format":"int32","example":1},"good":{"type":"integer","format":"int32","example":3},"poor":{"type":"integer","format":"int32","example":0},"rat":{"type":"string","example":"4G"}},"$$ref":"#/components/schemas/CellularHealth"}},"examples":{"Carrier health":{"description":"Carrier health","value":[{"carrier":"ATT","excellent":0,"poor":0,"fair":1,"good":0},{"carrier":"Verizon","excellent":0,"poor":0,"fair":0,"good":1}],"$$ref":"#/components/examples/CellularHealthByCarrier"},"Rat health":{"description":"Rat health","value":[{"rat":"LTE","excellent":0,"poor":0,"fair":1,"good":1}],"$$ref":"#/components/examples/CellularHealthByRat"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Device Monitoring-read,Device Monitoring-write","__originalOperationId":"cellularHealthDashlet","method":"get","path":"/device/cellular/health"}}