- Property Manager name: Origin Failure Recovery Method
- Behavior version: The
latest
rule format supports theoriginFailureRecoveryMethod
behavior v1.0. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
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 originFailureRecoveryPolicy
member to edit existing instances of the Origin Failure Recover Policy behavior.
Option | Type | Description | Requires | |
---|---|---|---|---|
recoveryMethod | 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. | |||
customStatusCode | string | Specifies the custom status code to be sent to the client. | recoveryMethod is RESPOND_CUSTOM_STATUS | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"recoveryMethod","op":"eq","value":"RESPOND_CUSTOM_STATUS"}} |