Object containing details about a Network Path test.

Hierarchy

  • SyntheticsNetworkTest

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

Configuration object for a Network Path test.

locations: string[]

Array of locations used to run the test. Network Path tests can be run from managed locations to test public endpoints, or from a Datadog Agent to test private environments.

message: string

Notification message associated with the test.

monitorId?: number

The associated monitor ID.

name: string

Name of the test.

Object describing the extra options for a Synthetic test.

publicId?: string

The public ID for the test.

Define whether you want to start (live) or pause (paused) a Synthetic test.

Subtype of the Synthetic Network Path test: tcp, udp, or icmp.

tags?: string[]

Array of tags attached to the test.

Type of the Synthetic test, network.

Generated using TypeDoc