List policy activations

Returns the activation history for the policy. The policy activation history provides results for each property where the policy applies dating back up to one year. If no activations occurred within the year, only the latest activation data is returned.

Path Params
integer
required

The ID of the policy.

Query Params
string

Returns only activations for the selected network, either staging or prod.

string

Returns only activations for the selected property.

integer
≥ 0
Defaults to 0

When requesting pages of data, offset is the record after which to start. Use offset with pageSize. For example: offset=25&pageSize=15 starts at record 26 and displays up to 15 records for each property the policy applies to.

integer
5 to 1000
Defaults to 100

The number of records to return. Use with offset to manage the number of records returned.

Response

Response body
array of objects
object
string
required

The network, either STAGING, PRODUCTION, or prod as shorthand, on which a load balancing configuration for Application Load Balancer has been activated. Values are case-insensitive in requests.

prod staging

policyInfo
object
required

Returns details of a policy associated with policy activation.

propertyInfo
object
required

Returns details of a property associated with policy activation.

string

The specific version of this API.

string | null

The build of the software running on the server. The value can be null.

Language
Authentication
URL