Object returned describing a API test result.

Hierarchy

  • SyntheticsAPITestResultFull

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Object describing the API test configuration.

checkTime?: number

When the API test was conducted.

checkVersion?: number

Version of the API test used.

probeDc?: string

Locations for which to query the API test results.

Object containing results for your Synthetic API test.

resultId?: string

ID of the API test result.

The status of your Synthetic monitor.

  • O for not triggered
  • 1 for triggered
  • 2 for no data

Generated using TypeDoc