{"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":{"application":{"description":"Which supported application to monitor, can be one of `webex`, `zoom`, `microsoft-teams`.","example":"webex","type":"string"},"protocol":{"default":"unknown","description":"Protocol used to perform the test.","enum":["icmp","tcp","udp","prefer-tcp","ast-autodetect","autodetect","unknown"],"example":"tcp","type":"string","$$ref":"#/components/schemas/EndpointTestResultProtocol"},"tcpProbeMode":{"default":"auto","description":"Probe mode used by network test, only valid when the protocol is set to TCP.","enum":["auto","sack","syn","unknown"],"example":"auto","type":"string","$$ref":"#/components/schemas/TestProbeModeResponse"},"udpProbeMode":{"default":"unknown","description":"Probe mode used by network test, only valid when the protocol is set to UDP.","enum":["stun-pcap","unknown"],"example":"unknown","readOnly":true,"type":"string","$$ref":"#/components/schemas/UdpProbeModeResponse"},"webex":{"description":"Contains object with webex information. Only returned for webex applications.","properties":{"conferenceId":{"description":"Webex conference ID.","example":"225817074608419375","readOnly":true,"type":"string"},"correlationId":{"description":"Webex conference correlation ID.","example":"22581707460321454","readOnly":true,"type":"string"},"localSipSessionId":{"description":"Webex calling local sip session ID.","example":"22581707460321454","readOnly":true,"type":"string"},"remoteSipSessionId":{"description":"Webex calling remote sip session ID.","example":"22581707460321454","readOnly":true,"type":"string"}},"type":"object","$$ref":"#/components/schemas/DynamicEndpointTestWebex"}},"type":"object","$$ref":"#/components/schemas/DynamicBaseEndpointTestResult","title":"DynamicBaseEndpointTestResult"}}