Limits¶
Overview¶
This endpoint is used to retrieve current limits.
Get Limits¶
-
GET
/limits
¶ Lists current limits
Example request:
GET /limits HTTP/1.1 Host: example.com Accept: application/json
Example response:
HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 { "max_page_limit": 1000, "max_recordset_name_length": 255, "max_recordset_records": 20, "max_zone_name_length": 255, "max_zone_records": 500, "max_zone_recordsets": 500, "max_zones": 10, "min_ttl": null }
Form Parameters: - max_page_limit – Max limit for paging
- max_recordset_name_length – Max length for a RecordSet name
- max_recordset_records – Max number RecordSet of Records
- max_zone_name_length – Max length for a Zone name
- max_zone_records – Max number of Records in a Zone
- max_zone_recordsets – Max number of RecordSets in a Zone
- max_zones – Max number of Zones
- max_ttl – Max TTL
Status Codes: - 200 OK – OK