Get Synthetic Tests

get

/serviceapi/apm.dataserver/api/v1/synthetic/tests

Retrieve a list of Synthetic Tests. For more information see Synthetic Tests.

Request

Supported Media Types
Query Parameters
  • Maximum number of elements in the result set, useful for paging [default = all, max = 1000]. For more information see Paging.
  • Offset into result set at which to start returning data, useful for paging [default = 0].
  • Comma-separated list of one or more attributes by which the result set is ordered [default = null]. For more information see Sorting. Use attribute or attribute:asc or attribute:desc. Valid attributes can be found by using Get resource metadata with metadataType = OrderBy and metadataQuery resource = /tests
  • Query clause of one or more predicates to restrict the result set to those objects satisfying the clause [default = null]. For more information see Filtering. Use query like predicates, such as attribute<=value< code>. Multiple predicates should be parenthesized and joined by AND or OR. Valid attributes can be found by using Get resource metadata with metadataType = Filter and metadataQuery resource = /tests
  • Retrieve results from start of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' (e.g. 2015-11-23T22:11:05.000Z). For more information see Since and Until Time Range.
  • Retrieve results until end of time period, format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
Back to Top

Response

Supported Media Types

200 Response

Completed successfully, list may be empty. See Status Codes for information about other possible HTTP response status codes.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SynTest
Type: object
Information about a synthetic test
Show Source
Nested Schema : addresses
Type: array
Show Source
Nested Schema : apps
Type: array
Show Source
Nested Schema : beaconPools
Type: array
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : locs
Type: array
Show Source
Nested Schema : opts
Type: array
Show Source
Nested Schema : TimeRange
Type: object
Show Source
Nested Schema : RestWSAuthentication
Type: object
Information about authentication for Rest WS test type
Show Source
Nested Schema : RestWSRequestConfig
Type: object
Show Source
Nested Schema : RestWSResponseConfig
Type: object
Information about reponse config for Rest WS test type
Show Source
Nested Schema : tags
Type: array
Show Source
Nested Schema : testLocationDetails
Type: array
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : BeaconPool
Type: object
Information about beacon pool where the synthetic test will be run
Show Source
Nested Schema : bpAgents
Type: array
Show Source
Nested Schema : bpBeacons
Type: array
Show Source
Nested Schema : compatibleTests
Type: array
Unique Items Required: true
Show Source
Nested Schema : linkCollection
Type: array
See Links to Related Resources for more information
Show Source
Nested Schema : locationWarningList
Type: array
Show Source
Nested Schema : warnings
Type: array
Informational or Error messages
Show Source
Nested Schema : ErrorMessage
Type: object
An error message
Show Source
Nested Schema : SyntheticLocation
Type: object
Information about the test locations
Show Source
Back to Top