Class SyntheticsBrowserTestResultShort

Object with the results of a single Synthetic browser test.

Hierarchy

  • SyntheticsBrowserTestResultShort

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 browser test was performed.

probeDc?: string

Location from which the Browser test was performed.

Object with the result of the last browser test run.

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