Get Orgs.sddcs.networks.edges.dns.config
Retrieve DNS server configuration for a management or compute gateway (NSX Edge).
Organization identifier.
Sddc Identifier.
Edge Identifier.
OK
{
"featureType": "string",
"logging": {
"logLevel": "string",
"enable": false
},
"enabled": false,
"dnsViews": {
"dnsView": [
{
"name": "string",
"viewMatch": {
"vnic": [
"string"
],
"ipSet": [
"string"
],
"ipAddress": [
"string"
]
},
"recursion": false,
"viewId": "string",
"forwarders": {
"ipAddress": [
"string"
]
},
"enabled": false
}
]
},
"listeners": {
"vnic": [
"string"
],
"type": "string"
},
"version": 0,
"template": "string",
"cacheSize": 0,
"dnsServers": {
"ipAddress": [
"string"
]
}
}
featureType
Value is true if feature is enabled. Default value is true. Optional.
Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change.
template
The cache size of the DNS service.
Bad request. Request object passed is invalid.
Forbidden. Authorization header not provided
Not found. Requested object not found.