{"type":"api","title":"Get Speed Test","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":{"tags":["Troubleshooting Tools - Diagnostics"],"operationId":"getSpeedTest","parameters":[{"name":"sessionId","in":"path","description":"sessionId","required":true,"schema":{"type":"object","properties":{"uuid":{"type":"string"}},"description":"This is valid uuid","$$ref":"#/components/schemas/Uuid"},"examples":{"sessionId":{"description":"sessionId","value":"5be3ee01-e7fb-4d4f-81b4-35dc14f4f50d"}}},{"name":"logId","in":"query","schema":{"type":"integer","format":"int64","default":0}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"destination_circuit":{"type":"string","example":"lte"},"destination_ip":{"type":"string","example":"172.16.255.21"},"destination_local_ip":{"type":"string","example":"172.16.255.21"},"device_uuid":{"type":"string","example":"C8K-63eadff3-fa6d-4779-add0-d712a36c6f73"},"down_bw":{"type":"string","example":"NA"},"down_speed":{"type":"integer","format":"int64","example":0},"entry_time":{"type":"integer","format":"int64","example":1692757301266},"error":{"type":"string","example":"None"},"logid":{"type":"integer","format":"int64","example":0},"port":{"type":"string","example":"80"},"session_id":{"type":"string","example":"de26406d-21f2-4d3d-bc82-6f36553c45bf"},"source_circuit":{"type":"string","example":"lte"},"source_ip":{"type":"string","example":"172.16.255.15"},"source_local_ip":{"type":"string","example":"172.16.255.15"},"status":{"type":"string","example":"progress"},"tenant":{"type":"string","example":"default"},"up_bw":{"type":"string","example":"NA"},"up_speed":{"type":"integer","format":"int64","example":0}},"description":"This is valid speedTestData","$$ref":"#/components/schemas/SpeedTestData"}},"description":"This is valid speedTestResultResponse","$$ref":"#/components/schemas/SpeedTestResultResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Tools-read","method":"get","path":"/stream/device/speed/{sessionId}"}}