Object returned describing a browser test result.

Hierarchy

  • SyntheticsBrowserTestResultFull

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 browser test configuration.

checkTime?: number

When the browser test was conducted.

checkVersion?: number

Version of the browser test used.

probeDc?: string

Location from which the browser test was performed.

Object containing results for your Synthetic browser test.

resultId?: string

ID of the browser test result.

The status of your Synthetic monitor.

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

Generated using TypeDoc