Creating instant test
POST https://{{base_url}}/v6/endpoint-instant/{{testType}}.json
Creating instant test
Creates and runs a new Endpoint Instant test in ThousandEyes, based on properties provided in the POST data. In order to create and run an Instant test, the user attempting the creation must have Edit endpoint tests permission.
Request
- {testType} corresponds to any of the following options:
- agent-to-server - endpoint network test
- http-server - endpoint http test
- Request body should contain fields to be set during creation.
Request Body
{"authType"=>"NONE", "flagPing"=>true, "flagTraceroute"=>true, "groupId"=>130096, "httpTimeLimit"=>5000, "maxMachines"=>5, "sslVersion"=>0, "targetResponseTime"=>5000, "testName"=>"Postman DevNet Instant HTTP test", "url"=>"developer.cisco.com", "verifyCertHostname"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |