{"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":{"searchSort":{"items":{"properties":{"sort":{"enum":["round-id","response-time","dns-time","connect-time","ssl-time","wait-time","response-code","wire-size"],"example":"round-id","type":"string","$$ref":"#/components/schemas/HttpEndpointTestsDataSearchSortKey"},"order":{"description":"Parameter indicates the ascending/descending order of the sorting, using either the asc or desc values.","enum":["asc","desc"],"example":"desc","type":"string","$$ref":"#/components/schemas/SortOrder"}},"type":"object","$$ref":"#/components/schemas/HttpEndpointTestsDataSearchSort"},"type":"array"},"thresholdFilter":{"description":"All filters are applied based on the conditional operator (and/or).","properties":{"filters":{"items":{"description":"The metric is filtered based on the threshold value and operator provided.","properties":{"name":{"description":"Metric on which the threshold filter is applied.","enum":["response-time","dns-time","connect-time","ssl-time","wait-time"],"example":"response-time","type":"string","$$ref":"#/components/schemas/HttpThresholdFilterName"},"value":{"description":"The threshold value.","example":10,"format":"double","type":"number"},"operator":{"enum":["gte","lte"],"example":"gte","type":"string","$$ref":"#/components/schemas/ThresholdFilterOperator"}},"type":"object","$$ref":"#/components/schemas/HttpEndpointTestsDataThresholdFilter"},"type":"array"},"conditionalOperator":{"enum":["and","or"],"example":"and","type":"string","$$ref":"#/components/schemas/ConditionalOperator"}},"type":"object","$$ref":"#/components/schemas/HttpEndpointTestsDataThresholdFilters"},"searchFilters":{"properties":{"testId":{"description":"Filter by test","items":{"example":"5","type":"string"},"type":"array"},"agentId":{"description":"Filter using the `agent-id`.","items":{"example":"52455b09-ff1b-4849-8194-99026cc890e0","format":"uuid","type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/HttpEndpointTestsDataSearchFilter"}},"type":"object","$$ref":"#/components/schemas/HttpEndpointTestsDataRoundsSearch","title":"HttpEndpointTestsDataRoundsSearch"}}