Object containing results for your Synthetic API test.

Hierarchy

  • SyntheticsAPITestResultData

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 SSL certificate used for a Synthetic test.

Status of a Synthetic test.

The API test failure details.

httpStatusCode?: number

The API test HTTP status code.

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

Request header object used for the API test.

Type declaration

  • [key: string]: any
responseBody?: string

Response body returned for the API test.

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

Response headers returned for the API test.

Type declaration

  • [key: string]: any
responseSize?: number

Global size in byte of the API test response.

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

Generated using TypeDoc