Test list by type
GET https://{{base_url}}/v6/tests/{{testType}}.json
Test list by type
Returns a list of all tests of the type specified, configured in ThousandEyes. Also returns data for saved events, which are indicated by a boolean field, savedEvent
: 1
Optional (Querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information
Request
- {testType} corresponds to any of the following options:
- agent-to-server
- agent-to-agent
- bgp
- http-server
- page-load
- transactions
- web-transactions
- ftp-server
- dns-trace
- dns-server
- dns-dnssec
- dnsp-domain
- dnsp-server
- sip-server
- voice (RTP Stream)
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |