Version: v2023-01-05 | Includes use: No |
---|
Behavior name: Phased Release Cloudlet
The Phased Release Cloudlet provides gradual and granular traffic management to an alternate origin in near real time. Use the Cloudlets API or the Cloudlets Policy Manager application within Control Center to set up your Cloudlets policies.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "phased_release" {
rules_v2025_02_18 {
name = "Phased Release Cloudlet"
comments = "Provides gradual and granular traffic management to an alternate origin in near real time."
behavior {
phased_release {
enabled = true
cloudlet_policy = ""
label = ""
population_cookie_type = "NONE"
failover_enabled = false
}
}
}
}
"behaviors": [
{
"name": "phasedRelease",
"options": {
"enabled": true,
"cloudletPolicy": "",
"label": "",
"populationCookieType": "NONE",
"failoverEnabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the Phased Release Cloudlet.
|
cloudlet_policy |
Identifies the cloudlet policy to use. Contains:
|
label |
A label to distinguish this Phased Release policy from any others within the same property.
|
population_cookie_type |
Select when to assign a cookie to the population of users the Cloudlet defines. If you select the Cloudlet's random membership option, it overrides this option's value so that it is effectively
NONE . Value is one of:
|
population_expiration_date |
Specifies the date and time when membership expires, and the browser no longer sends the cookie. Subsequent requests re-evaluate based on current membership settings.
|
population_duration |
Sets the lifetime of the cookie from the initial request. Subsequent requests re-evaluate based on current membership settings.
|
population_refresh |
Enabling this option resets the original duration of the cookie if the browser refreshes before the cookie expires.
|
failover_enabled |
Allows failure responses at the origin defined by the Cloudlet to fail over to the prevailing origin defined by the property.
|
failover_response_code |
Defines the set of failure codes that initiate the failover response.
|
failover_duration |
Specifies the number of seconds to wait until the client tries to access the failover origin after the initial failure is detected. Set the value to
0 to immediately request the alternate origin upon failure. Value range is 0 -300 .
|