ip dns¶
Set DNS server
dns Specification¶
Parameter
Value
Type
Intermediate Resource
Element Name
dns
Element URI
/axapi/v3/ip/dns
Element Attributes
dns_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Get Object | GET | /axapi/v3/ip/dns | dns_attributes |
dns attributes¶
primary
Description: primary is a JSON Block. Please see below for primary
Type: Object
Reference Object: /axapi/v3/ip/dns/primary
secondary
Description: secondary is a JSON Block. Please see below for secondary
Type: Object
Reference Object: /axapi/v3/ip/dns/secondary
suffix
Description: suffix is a JSON Block. Please see below for suffix
Type: Object
Reference Object: /axapi/v3/ip/dns/suffix
primary¶
Specification
Value
Type
object
ip-v4-addr
Description DNS server address
Type: string
Format: ipv4-address
Mutual Exclusion: ip-v4-addr and ip-v6-addr are mutually exclusive
ip-v6-addr
Description DNS server address
Type: string
Format: ipv6-address
Mutual Exclusion: ip-v6-addr and ip-v4-addr are mutually exclusive
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
secondary¶
Specification
Value
Type
object
ip-v4-addr
Description DNS server address
Type: string
Format: ipv4-address
Mutual Exclusion: ip-v4-addr and ip-v6-addr are mutually exclusive
ip-v6-addr
Description DNS server address
Type: string
Format: ipv6-address
Mutual Exclusion: ip-v6-addr and ip-v4-addr are mutually exclusive
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
suffix¶
Specification
Value
Type
object
domain-name
Description DNS suffix
Type: string
Maximum Length: 32 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters