Object describing the request for a Network Path test.

Hierarchy

  • SyntheticsNetworkTestRequest

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
destinationService?: string

An optional label displayed for the destination host in the Network Path visualization.

e2eQueries: number

The number of packets sent to probe the destination to measure packet loss, latency and jitter.

host: string

Host name to query.

maxTtl: number

The maximum time-to-live (max number of hops) used in outgoing probe packets.

port?: number

For TCP or UDP tests, the port to use when performing the test. If not set on a UDP test, a random port is assigned, which may affect the results.

sourceService?: string

An optional label displayed for the source host in the Network Path visualization.

For TCP tests, the TCP traceroute strategy.

timeout?: number

Timeout in seconds.

tracerouteQueries: number

The number of traceroute path tracings.

Generated using TypeDoc