Get scaling profiles

Returns every scaling profile in the organization — reusable autoscale configurations that a host pool's weekly schedule assigns to time blocks.
Profiles are organization-wide and not bound to any pool, so this does not say where a profile is used.
Filterable and sortable on Id, Name, Description, Color.

Query Params
string
length ≤ 256

Sort expression for ordering results.

Format:
field:direction,otherField:direction

Directions: asc, desc, ascending, descending — defaults to ascending when omitted

Fields (names are matched case-insensitively):
color, description, elasticScalingMode, id, name, provisioningMode

Default when omitted: name:asc.

string
length ≤ 512

Filter expression for filtering results.

Supports JSON and RQL formats:

  • JSON: {"and":[{"field":"status","op":"eq","value":"Active"},{"field":"name","op":"ct","value":"Smith, John"}]}
  • RQL: and(eq(status,Active),ct(name,Smith%2C%20John)) — values are URL-decoded; encode reserved characters

Operators:
and, or, not (logical); eq, neq, ct, nct, sw, nsw, ew, new, gt, gte, lt, lte (predicate)

Fields (names are matched case-insensitively):
color, description, elasticScalingMode, id, name, provisioningMode

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json