REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/network/dns/nameServers/{nameServerid}

GET /api/lunasa/network/dns/nameServers/{nameServerid}

This resource returns information about a particular name server.

Parameters

nameServerid

Specifies the id of the name server

Use: Required

JSON Schema:

    Object
    type:string

Responses

200

Basic information about the name server.

JSON Schema: Name Server

400

Unexpected error

404

Name server does not exist.

Example Request

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

Example Response

{
    "address" : "1.2.3.4"
}