REST API  4.0.0
REST API for SafeNet Network HSMs
POST /api/lunasa/network/dns/searchDomains

POST /api/lunasa/network/dns/searchDomains

Creates a new search domain.

Parameters

domain

The address of the search domain to be added.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

Location

"Location" is the URL to the newly created searchDomain.

see GET /api/lunasa/network/dns/searchDomains/{searchDomainid}

400

Unexpected error

Example Request

    POST
    https://1.2.3.4:8443/api/lunasa/network/dns/searchDomains
    {
    "domain" : "1.2.3.4"
    }

Example Response

{}