Object containing IDs of Synthetic tests and a timeframe.

Hierarchy

  • SyntheticsFetchUptimesPayload

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
fromTs: number

Timestamp in seconds (Unix epoch) for the start of uptime.

publicIds: string[]

An array of Synthetic test IDs you want to delete.

toTs: number

Timestamp in seconds (Unix epoch) for the end of uptime.

Generated using TypeDoc