Zone
Zone
Overview
DNS Protection Zone API
Version information
Version : 2.0.0
License information
Terms of service : https://www.nexusguard.com/
URI scheme
Host : api.nexusguard.com
BasePath : /api
Schemes : HTTPS
Paths
Retrieves zone list.
GET /spe/customer/{customer_id}/dp/v2/zones
Description
This API retrieves a complete list of zone. See notes on individual parameters below.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Query | access_token required |
Access token used to authenticate your access to the API | string |
Query | order optional |
Sort direction for the data. Only ‘ASC’ or ‘DESC’ are allowed. | string |
Query | order_by optional |
Field by which to sort the data. Only ‘zone_name’ is allowed. | string |
Query | page_index required |
Page index of zone data page. | integer |
Query | search optional |
Search term to filter zone data by zone_name field. | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | This is the returned result. | Response 200 |
Name | Description | Schema |
---|---|---|
code optional |
Error code | integer |
msg optional |
Error message | string |
result optional |
The data of zones. | result |
Name | Description | Schema |
---|---|---|
total_count optional |
Total number of zones. | integer |
total_page optional |
Total page of zones data. | integer |
zones optional |
< zones > array |
Name | Description | Schema |
---|---|---|
enable_dnssec optional |
Is dnssec enabled. | boolean |
enable_root_cname optional |
Is root cname enabled. | boolean |
id optional |
ID of the zone. | string |
is_zone_transfer optional |
Is zone transfer. | boolean |
zone_name optional |
Name of the zone. | string |
Consumes
application/json
Produces
application/json
Security
Type | Name |
---|---|
Unknown | ApiKeyAuth |