{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/202e6e17-f3af-335e-a547-da4402ccdd8d","info":{"description":"The Instant Tests API operations lets you create and run new instant tests. You will need to be a regular user or have the following permissions:\n * `API Access`\n * `View tests`\n\nThe response does not include the immediate test results. Use the Test Results endpoints to get test results after creating and executing an instant test. You can find the URLs for these endpoints in the _links section of the test definition that is returned when you create the instant test.\n","title":"Instant Tests API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Instant Tests"},{"name":"Agent to Agent Instant Tests"},{"name":"Agent to Server Instant Tests"},{"name":"DNS Server Instant Tests"},{"name":"DNS Trace Instant Tests"},{"name":"DNSSEC Instant Tests"},{"name":"HTTP Server Instant Tests"},{"name":"HTTP Page Load Instant Tests"},{"name":"Web Transaction Instant Tests"},{"name":"API Instant Tests"},{"name":"FTP Server Instant Tests"},{"name":"SIP Server Instant Tests"},{"name":"Voice Instant Tests"}],"externalDocs":{"description":"Find out more about Instant Tests.","url":"https://docs.thousandeyes.com/product-documentation/internet-and-wan-monitoring/tests/working-with-instant-tests"},"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":{"codec":{"description":"Codec label","example":"G.711 @ 64 Kbps","readOnly":true,"type":"string"},"codecId":{"description":"Coded ID, [see the list of acceptable values](https://docs.thousandeyes.com/product-documentation/internet-and-wan-monitoring/tests/working-with-test-settings#rtp-stream-advanced-settings-tab)","example":"0","type":"string"},"dscp":{"description":"DSCP label.","example":"Best Effort (DSCP 0)","readOnly":true,"type":"string"},"dscpId":{"default":"0","description":"DSCP ID [to see list for acceptable values](https://docs.thousandeyes.com/product-documentation/tests/dscp-options-in-network-tests)","enum":["0","8","16","24","32","40","48","56","10","12","14","18","20","22","26","28","30","34","36","38","46","44"],"example":"0","type":"string","$$ref":"#/components/schemas/TestDscpId"},"duration":{"default":5,"description":"Duration of the test in seconds.","example":5,"maximum":30,"minimum":5,"type":"integer"},"jitterBuffer":{"default":40,"description":"De-jitter buffer size in seconds.","example":40,"maximum":150,"minimum":0,"type":"integer"},"numPathTraces":{"default":3,"description":"Number of path traces executed by the agent.","example":3,"maximum":10,"minimum":1,"type":"integer"},"port":{"description":"Port number for the chosen protocol.","example":1024,"maximum":65535,"minimum":1024,"type":"integer"},"randomizedStartTime":{"default":false,"description":"Indicates whether agents should randomize the start time in each test round.","example":false,"type":"boolean"},"targetAgentId":{"description":"Agent ID of the target agent for the test.","example":"281474976710706","type":"string"},"type":{"example":"voice","readOnly":true,"type":"string"}},"required":["targetAgentId"],"type":"object","$$ref":"#/components/schemas/VoiceProperties","title":"VoiceProperties"}}