| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'sc' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'cs'))) |
Parameter | Description | |
---|---|---|
type | The type of this DNS entry data status. | |
domainName | The domain name of this DNS entry data status. | |
recordIndex | The record index for this DNS entry status. | |
recordDataIndex | The record data index of this DNS entry data status. | |
recordName | The name of this DNS record. | |
ttl | The TTL for the DNS entry. | |
priority | The priority of the DNS entry. | |
weight | The load-sharing weight of the DNS entry. | |
portNum | The port number of the DNS entry. | |
preference | The preference for the DNS entry. | |
ipAddress | The IP address of the DNS entry. | |
service | The service type of the DNS entry. | |
hostName | The host name of the DNS entry. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListDns:dnsGroup={name}/dnsEntryDataStatus={type},{domainName},{recordIndex},{recordDataIndex},{recordName} |