REST API
4.0.0
REST API for SafeNet Network HSMs
|
Creates a new search domain.
The address of the search domain to be added.
Use: Required
JSON Schema:
Object type:string
Success
"Location" is the URL to the newly created searchDomain.
see GET /api/lunasa/network/dns/searchDomains/{searchDomainid}
Unexpected error
POST https://1.2.3.4:8443/api/lunasa/network/dns/searchDomains { "domain" : "1.2.3.4" }
{}