| |
Exists on Condition | (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs'))) |
Parameter | Description | |
---|---|---|
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} |