List Scaling Policies
GET /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/scaling-policies
GET
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/scaling-policies
Retrieves all active target tracking scaling policies for the environment. Returns an array of policies, each with its metric, target value, cooldowns, and resource label (if applicable).
Authorizations
Parameters
Path Parameters
organisation
required
string
application
required
string
environment
required
string
Query Parameters
metric
string
Optional. Filter policies by metric type.
policyName
string
Optional. Filter policies by exact policy name.
Responses
200
List of scaling policies for the environment.
object
policies
Array<object>
object
metric
string
targetValue
number format: double
scaleInCooldownSeconds
integer
scaleOutCooldownSeconds
integer
policyName
Name of the underlying Application Auto Scaling policy.
string
resourceLabel
ALB ResourceLabel for RPS policies (target group identifier).
string