![]() |
REST API
4.0.0
REST API for SafeNet Network HSMs
|
Creates a new name server.
The address of the name server to be added.
Use: Required
JSON Schema:
Object
type:string
Success
"Location" is the URL to the newly created nameServer.
see GET /api/lunasa/network/dns/nameServers/{nameServerid}
Unexpected error
IPV4
POST
https://1.2.3.4:8443/api/lunasa/network/dns/nameServers
{
"address" : "1.2.3.4"
}
OR
IPV6
POST
https://1.2.3.4:8443/api/lunasa/network/dns/nameServers
{
"address" : "2001:4860:4860::8888"
}
{}