Resources | node | addressContext | dnsGroup | clearCache

clearCache

Clear the cache of matching Record.

Input Params

NameMandatoryDefaultDescription
domainNameO Enter domain to be cleared
recordTypeOdefault Specifies whether to use the DNS server for just A-record lookups, or for full NAPTR/SRV/A lookup as specified in RFC3263

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListDns:dnsGroup={name}/clearCache --data '
<clearCache/>
'

  • No labels