{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/85928a65-da17-3012-a6df-bb224dd8278a","info":{"description":"Retrieve results for scheduled and dynamic tests on endpoint agents.","title":"Endpoint Test Results API","version":"7.0.34"},"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":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"description":"Contains parameters representing results of a trace route test performed against the target.","properties":{"destination":{"description":"The target IP address.","example":"13.32.22.232","readOnly":true,"type":"string"},"error":{"description":"Only present when there is an error","example":"An operation timed out.","readOnly":true,"type":"string"},"infoFlags":{"example":["TE_INFO_ICMP_BLOCKED_BY_FIREWALL"],"items":{"type":"string"},"readOnly":true,"type":"array"},"internalErrors":{"example":["TE_INFO_ICMP_BLOCKED_BY_FIREWALL"],"items":{"type":"string"},"readOnly":true,"type":"array"},"hops":{"items":{"properties":{"hop":{"description":"The hop index.","example":1,"readOnly":true,"type":"integer"},"ipAddress":{"description":"IP address of the hop.","example":"196.40.106.237","readOnly":true,"type":"string"},"prefix":{"description":"Prefix of IP address shown in CIDR.","example":"196.40.96.0/20","readOnly":true,"type":"string"},"asn":{"description":"Unique number assigned to an organization (also referred to as service provider).","example":34779,"readOnly":true,"type":"integer"},"delay":{"description":"Hop delay","example":5,"readOnly":true,"type":"integer"},"mpls":{"description":"Hop Multiprotocol Label Switching.","example":["L=301472,E=0,S=1,T=1"],"items":{"type":"string"},"readOnly":true,"type":"array"},"name":{"description":"The hop name.","example":"89-210-88-65.access.t-2.net","readOnly":true,"type":"string"}},"type":"object","$$ref":"#/components/schemas/TracerouteHop"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/TargetTraceroute","title":"TargetTraceroute"}}