OriginGroupUpdateParameters interface
Origin group properties needed for origin group creation or update.
Properties
health |
Health probe settings to the origin that is used to determine the health of the origin. |
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
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