Resources | addressContext | dnsGroup | dnsEntryStatus

dnsEntryStatus

The object displays the DNS entry status for this DNS Group in the address context.

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs')))

Operational Data

ParameterDescription
name The name of this DNS Record entry.
index The index for this DNS Record entry.
domainName The domain name of the DNS entry record.
type The type of the DNS entry record.
foreignRecord Flag indicating whether the entry record is foreign or locally created.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusDns:dnsGroup={name}/dnsEntryStatus={name},{index}

  • No labels