DeepCreatedOriginGroup interface
The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.
Properties
health |
Health probe settings to the origin that is used to determine the health of the origin. |
name | Origin group name which must be unique within the endpoint. |
origins | The source of the content being delivered via CDN within given origin group. |
response |
The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported. |
traffic |
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. |
Property Details
healthProbeSettings
Health probe settings to the origin that is used to determine the health of the origin.
healthProbeSettings?: HealthProbeParameters
Property Value
name
Origin group name which must be unique within the endpoint.
name: string
Property Value
string
origins
The source of the content being delivered via CDN within given origin group.
origins?: ResourceReference[]
Property Value
responseBasedOriginErrorDetectionSettings
The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.
responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters
Property Value
trafficRestorationTimeToHealedOrNewEndpointsInMinutes
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number
Property Value
number