origin_failure_recovery_method
- Property Manager name: Origin Failure Recovery Method
- Behavior version: The
v2024-10-21
rule format supports theorigin_failure_recovery_method
behavior v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Origin Failover requires that you set up a separate rule containing origin failure recovery methods. You also need to set up the Origin Failure Recovery Policy behavior in a separate rule with a desired match criteria, and select the desired failover method. You can do this using Property Manager. Learn more about this process in Adaptive Media Delivery Implementation Guide. You can use the origin_failure_recovery_policy
member to edit existing instances of the Origin Failure Recover Policy behavior.
Option | Type | Description | Requires | |
---|---|---|---|---|
recovery_method | enum | Specifies the recovery method. | {"displayType":"enum","options":["RETRY_ALTERNATE_ORIGIN","RESPOND_CUSTOM_STATUS"],"tag":"select"} | |
RETRY_ALTERNATE_ORIGIN | Retry with the alternate origin. | |||
RESPOND_CUSTOM_STATUS | Customize the response. | |||
custom_status_code | string | Specifies the custom status code to be sent to the client. | recovery_method is RESPOND_CUSTOM_STATUS | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"recoveryMethod","op":"eq","value":"RESPOND_CUSTOM_STATUS"}} |
Updated 17 days ago