{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/805c8c263288cb8b508ba6a258b72098eef57120/85928a65-da17-3012-a6df-bb224dd8278a","info":{"title":"Endpoint Test Results API","version":"7.0.91","description":"Retrieve results for scheduled and dynamic tests on endpoint agents."},"security":[{"BearerAuth":[]}],"tags":[{"name":"Network Endpoint Scheduled Test Results"},{"name":"HTTP Server Endpoint Scheduled Test Results"},{"name":"Network Dynamic Endpoint Test Results"},{"name":"Real User Endpoint Test Results"},{"name":"Local Network Endpoint Test Results"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","description":"Bearer authentication token"}}},"spec":{"type":"object","properties":{"loss":{"type":"number","format":"double","description":"Percentage of packets that failed to reach the destination.","example":50},"avgLatency":{"type":"integer","format":"int64","description":"Average latency in milliseconds.","example":3},"jitter":{"type":"integer","format":"int64","description":"Standard deviation of latency in milliseconds.","example":5},"errorMessage":{"type":"string","description":"Error message if an error occurred.","example":"ERR_NAME_NOT_RESOLVED"},"type":{"type":"string","description":"Type of ZTA segment.","enum":["zta_ingress","zta_service"],"example":"zta_service","$$ref":"#/components/schemas/EndpointZtaSegmentType"}},"$$ref":"#/components/schemas/EndpointZtaMetrics","title":"EndpointZtaMetrics"}}