REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/services/{serviceid}

GET /api/lunasa/services/{serviceid}

Gets specific information about the service.

Parameters

serviceid

The identifier of the service of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

The information about the service.

JSON Schema: Service

400

Unexpected error

404

Service does not exist

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/services/stc

Example Result

{
    "status" : "running"
    "onBoot" : true
}