{"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","loss","latency","jitter","cpu","memory","signal-quality"],"example":"round-id","type":"string","$$ref":"#/components/schemas/EndpointTestsDataSearchSortKey"},"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/EndpointTestsDataSearchSort"},"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":["loss","latency","jitter","cpu","memory","signal-quality"],"example":"loss","type":"string","$$ref":"#/components/schemas/ThresholdFilterName"},"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/EndpointTestsDataThresholdFilter"},"type":"array"},"conditionalOperator":{"enum":["and","or"],"example":"and","type":"string","$$ref":"#/components/schemas/ConditionalOperator"}},"type":"object","$$ref":"#/components/schemas/EndpointTestsDataThresholdFilters"},"searchFilters":{"properties":{"agentId":{"description":"Filter using the `agent-id`.","items":{"example":"52455b09-ff1b-4849-8194-99026cc890e0","format":"uuid","type":"string"},"type":"array"},"webexConferenceId":{"description":"Filter using the `conference-id` of the webex call.","items":{"example":"52455b09-ff1b-4849-8194-99026cc890e0","format":"uuid","type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/DynamicEndpointTestsDataSearchFilter"}},"type":"object","$$ref":"#/components/schemas/DynamicEndpointTestsDataRoundSearch","title":"DynamicEndpointTestsDataRoundSearch"}}