{"type":"api","title":"Cellular Health Dashlet","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":["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/ComViptelaVmanageServerDeviceCellularCellularrestfulresourceResponseExampleCellularhealthbycarrier"},"Rat health":{"description":"Rat health","value":[{"rat":"LTE","excellent":0,"poor":0,"fair":1,"good":1}],"$$ref":"#/components/examples/ComViptelaVmanageServerDeviceCellularCellularrestfulresourceResponseExampleCellularhealthbyrat"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Device Monitoring-read,Device Monitoring-write","method":"get","path":"/device/cellular/health"}}