Skip to content
Start here

Quota

Get Custom Hostname Quota
custom_hostnames.quota.get(QuotaGetParams**kwargs) -> QuotaGetResponse
GET/zones/{zone_id}/custom_hostnames/quota
ModelsExpand Collapse
class QuotaGetResponse:
allocated: int

The allocated custom hostname quota.

formatint64
exceeded: bool

Whether the current usage has exceeded the allocated quota.

hard_cap: int

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

formatint64
used: int

The number of custom hostnames currently in use.

formatint64