Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateOnDemandPingProbeDetails

The request body used to create an on-demand ping probe.

Properties

compartmentId

compartmentId: string

The OCID of the compartment.

Optional port

port: undefined | number

The port on which to probe endpoints. If unspecified, probes will use the default port of their protocol. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

protocol

targets

targets: Array<string>

A list of targets (hostnames or IP addresses) of the probe.

Optional timeoutInSeconds

timeoutInSeconds: undefined | number

The probe timeout in seconds. Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to {@code intervalInSeconds} for monitors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional vantagePointNames

vantagePointNames: Array<string>

A list of names of vantage points from which to execute the probe.

Functions

getDeserializedJsonObj

getJsonObj