{"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":{"properties":{"location":{"description":"Location of the endpoint agent.","example":["San Francisco Bay Area","Germany"],"items":{"type":"string"},"type":"array"},"connection":{"items":{"enum":["unknown","wireless","ethernet","modem","virtual","loopback","other"],"example":"wireless","type":"string","$$ref":"#/components/schemas/InterfaceHardwareType"},"type":"array"},"platform":{"items":{"description":"OS platform types. Platform \"linux\" was recently renamed to \"roomos\".","enum":["windows","roomos","phoneos","elux","linux","mac","unknown"],"example":"mac","type":"string","$$ref":"#/components/schemas/Platform"},"type":"array"},"gateway":{"description":"Endpoint agent default gateway IP address.","example":["78.153.54.204","78.153.54.206"],"items":{"type":"string"},"type":"array"},"proxyTarget":{"description":"Endpoint agent proxy IP address.","example":["78.153.54.204","78.153.54.206"],"items":{"type":"string"},"type":"array"},"vpnTarget":{"description":"Endpoint agent VPN endpoint IP address.","example":["78.153.54.204","78.153.54.206"],"items":{"type":"string"},"type":"array"},"agentId":{"description":"Endpoint agent ID.","example":["3fde6422-f119-40e1-ae32-d08a1243c038","236e6f18-9637-4a2f-b15f-7aa6a29c9fce"],"items":{"format":"uuid","type":"string"},"type":"array"},"networkId":{"description":"Network ID.","example":["660b34109d12","660b34109d15"],"items":{"type":"string"},"type":"array"},"ssid":{"description":"WiFi SSID.","example":["wifi-name","other-room-wifi"],"items":{"type":"string"},"type":"array"},"bssid":{"description":"WiFi BSSID.","example":["8c:68:c8:a5:0a:8c","0c:51:01:e4:3e:d0"],"items":{"type":"string"},"type":"array"},"type":{"description":"Web site base domain visited during the session.","example":["vpn","proxy"],"items":{"enum":["vpn","proxy","gateway"],"example":"vpn","type":"string","$$ref":"#/components/schemas/NetworkTopologyType"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/EndpointNetworkTopologyResultRequestFilter","title":"EndpointNetworkTopologyResultRequestFilter"}}