Skip to content
Start here

Quota

Get Custom Hostname Quota
GET/zones/{zone_id}/custom_hostnames/quota
ModelsExpand Collapse
QuotaGetResponse object { allocated, exceeded, hard_cap, used }
allocated: number

The allocated custom hostname quota.

formatint64
exceeded: boolean

Whether the current usage has exceeded the allocated quota.

hard_cap: number

The maximum number of custom hostnames allowed before create requests are rejected.

formatint64
used: number

The number of custom hostnames currently in use.

formatint64