Object with the results of a single Synthetic API test.

Hierarchy

  • SyntheticsAPITestResultShort

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
checkTime?: number

Last time the API test was performed.

probeDc?: string

Location from which the API test was performed.

Result of the last API test run.

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