v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Balancer

Set client balancer settings

Set regions that will be used for content delivery for a specific client.

post/cdn/admin/clients/{client_id}

Path parameters

client_idinteger required

Client account ID.

Request body

is_inboolean required

Defines whether regions are used for content delivery for a client or not.

Possible values:

  • true - Region is used for content delivery.
  • false - Region is not used for content delivery.
region_listinteger[] required

List of region IDs.

If you specified regions used for content delivery, the regions IDs list must not contain the ID of the default location handler region.

If you specified regions not used for content delivery, the regions IDs list must contain the ID of the default location handler region.

Response

Successful.