GET
/
cdn
/
clients
/
me
Get CDN service details
curl --request GET \
  --url https://api.gcore.com/cdn/clients/me \
  --header 'Authorization: <api-key>'
{
  "id": 174,
  "created": "<string>",
  "updated": "2021-06-24 01:57:01.416157+00:00",
  "service": {
    "enabled": true,
    "status": "active",
    "updated": "2021-02-19 15:44:44.925201+00:00"
  },
  "utilization_level": 1111,
  "cname": "cl-174-example.cdn.com",
  "use_balancer": true,
  "auto_suspend_enabled": true,
  "cdn_resources_rules_max_count": 10
}

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

Response

200 - application/json

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-24 01:57:01.416157+00:00"

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