Class SyntheticsAPITestResultShortResult

Result of the last API test run.

Hierarchy

  • SyntheticsAPITestResultShortResult

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
passed?: boolean

Describes if the test run has passed or failed.

Object containing all metrics and their values collected for a Synthetic API test. See the Synthetic Monitoring Metrics documentation.

Generated using TypeDoc