gslb zone dns-ns-record¶
Specify DNS NS Record
dns-ns-record Specification¶
Parameter
Value
Type
Collection
Object Key(s)
ns-name
Collection Name
Collection URI
/axapi/v3/gslb/zone/{name}/dns-ns-record
Element Name
dns-ns-record
Element URI
/axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name}
Element Attributes
dns-ns-record_attributes
Partition Visibility
shared
Statistics Data URI
/axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name}/stats
Operational Data URI
/axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name}/oper
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/gslb/zone/{name}/dns-ns-record | ||
Create List | POST | /axapi/v3/gslb/zone/{name}/dns-ns-record | ||
Get Object | GET | /axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name} | ||
Get List | GET | /axapi/v3/gslb/zone/{name}/dns-ns-record | ||
Modify Object | POST | /axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name} | ||
Replace Object | PUT | /axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name} | ||
Replace List | PUT | /axapi/v3/gslb/zone/{name}/dns-ns-record | ||
Delete Object | DELETE | /axapi/v3/gslb/zone/{name}/dns-ns-record/{ns-name} |
dns-ns-record-list¶
dns-ns-record-list is JSON List of dns-ns-record attributes
dns-ns-record-list : [
]
dns-ns-record attributes¶
ns-name
Description Specify Domain Name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
sampling-enable
Type: List
ttl
Description Specify TTL
Type: number
Range: 0-2147483647
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification
Value
Type
list
Block object keys
counters1
Description ‘all’: all; ‘hits’: Number of times the record has been used;
Type: string
Supported Values: all, hits