Skip to main content
PATCH
Change CDN service

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json
utilization_level
integer

CDN traffic usage limit in gigabytes.

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

Example:

1111

Response

Successful.

id
integer

Account ID.

Example:

174

created
string

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

updated
string

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

Example:

"2021-06-24T01:57:01.416157Z"

service
object

Information about the CDN service status.

utilization_level
integer

CDN traffic usage limit in gigabytes.

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

Example:

1111

cname
string

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

Example:

"cl-174-example.cdn.com"

use_balancer
boolean

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.
Example:

true

auto_suspend_enabled
boolean

Defines whether resources will be deactivated automatically by inactivity.

Possible values:

  • true - Resources will be deactivated.
  • false - Resources will not be deactivated.
Example:

true

cdn_resources_rules_max_count
integer

Limit on the number of rules for each CDN resource.

Example:

10