MonitorConfig interface

Class containing endpoint monitoring settings in a Traffic Manager profile.

Properties

customHeaders

List of custom headers.

expectedStatusCodeRanges

List of expected status code ranges.

intervalInSeconds

The monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.

path

The path relative to the endpoint domain name used to probe for endpoint health.

port

The TCP port used to probe for endpoint health.

profileMonitorStatus

The profile-level monitoring status of the Traffic Manager profile.

protocol

The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.

timeoutInSeconds

The monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.

toleratedNumberOfFailures

The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.

Property Details

customHeaders

List of custom headers.

customHeaders?: MonitorConfigCustomHeadersItem[]

Property Value

expectedStatusCodeRanges

List of expected status code ranges.

expectedStatusCodeRanges?: MonitorConfigExpectedStatusCodeRangesItem[]

Property Value

intervalInSeconds

The monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.

intervalInSeconds?: number

Property Value

number

path

The path relative to the endpoint domain name used to probe for endpoint health.

path?: string

Property Value

string

port

The TCP port used to probe for endpoint health.

port?: number

Property Value

number

profileMonitorStatus

The profile-level monitoring status of the Traffic Manager profile.

profileMonitorStatus?: string

Property Value

string

protocol

The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.

protocol?: string

Property Value

string

timeoutInSeconds

The monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.

timeoutInSeconds?: number

Property Value

number

toleratedNumberOfFailures

The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.

toleratedNumberOfFailures?: number

Property Value

number