Resources | addressContext | dnsGroup | dnsEntryDataStatus

dnsEntryDataStatus

specifies the DNS entry data status.

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

Operational Data

ParameterDescription
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/sonusAddressContext:addressContext={name}/sonusDns:dnsGroup={name}/dnsEntryDataStatus={type},{domainName},{recordIndex},{recordDataIndex},{recordName}

  • No labels