v32

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

Change CDN service

Change information about CDN service.

put/cdn/clients/me

Request body

utilization_levelinteger

CDN traffic usage limit in gigabytes.

When the limit is reached, we will send an email notification.

Example request

{
  "utilization_level": 1111
}

Response

Successful.

idinteger

Account ID.

createdstring

Date of the first synchronization with the Platform (ISO 8601/RFC 3339 format, UTC.)

updatedstring

Date of the last update of information about CDN service (ISO 8601/RFC 3339 format, UTC.)

utilization_levelinteger

CDN traffic usage limit in gigabytes.

When the limit is reached, we will send an email notification.

cnamestring

Domain zone to which a CNAME record of your CDN resources should be pointed.

use_balancerboolean

Defines whether custom balancing is used for content delivery.

Possible values:

  • true - Custom balancing is used for content delivery.
  • false - Custom balancing is not used for content delivery.
auto_suspend_enabledboolean

Defines whether resources will be deactivated automatically by inactivity.

Possible values:

  • true - Resources will be deactivated.
  • false - Resources will not be deactivated.
cdn_resources_rules_max_countinteger

Limit on the number of rules for each CDN resource.

Example response

{
  "id": 174,
  "updated": "2021-06-24T01:57:01.416157Z",
  "service": {
    "enabled": true,
    "status": "active",
    "updated": "2021-02-19T15:44:44.925201Z"
  },
  "utilization_level": 1111,
  "cname": "cl-174-example.cdn.com",
  "use_balancer": true,
  "auto_suspend_enabled": true,
  "cdn_resources_rules_max_count": 10
}