REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/network/dns/searchDomains/{searchDomainid}

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

Returns information about a particular search domain.

Parameters

searchDomainid

Specifies the id of the search domain.

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

Basic information about the search domain.

JSON Schema: Name Server

400

Unexpected error

404

Search domain does not exist.

Example Request

    GET 
    https://1.2.3.4:8443/api/lunasa/network/dns/searchDomains/1.2.3.4

Example Response

{
    "domain" : "1.2.3.4"
}