Apply a schedule to every location in a cluster
Clusters
Apply a schedule to every location in a cluster
Applies the same LimitProfileRequest to every location in the
cluster (equivalent to calling
POST /locations/{locationId}/schedules for each member).
POST
Apply a schedule to every location in a cluster
Authorizations
Per-tenant API key. Tenant is derived from the key — never from the request.
Path Parameters
Body
application/json
ISO-8601 UTC timestamp. Required.
Example:
"2026-06-12T08:00:00Z"
ISO-8601 UTC timestamp. Must be after startTime and in the future. Required.
Example:
"2026-06-12T18:00:00Z"
Power limit in kW. Must be greater than 0. Required.
Example:
50
OCPP-stack-style priority level, 0 (lowest) to 10 (highest). Submitting a profile at a priority that already exists for this target replaces it.
Required range:
0 <= x <= 10Example:
5

