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

PUT /api/lunasa/services/{serviceid}

Modifies the service attributes.

Parameters

serviceid

The identifier of the service of interest

Use: Required

JSON Schema:

   Object
   type: string

onBoot

This parameter specifies the onBoot option for the service.

Use: Required

JSON Schema:

    Object
    type:boolean

Responses

200

Success

400

Unexpected error

404

Service does not exist

Example Request

   PUT 
   https://1.2.3.4:8443/api/lunasa/services/stc
   {
   "onBoot" : true
   }

Example Result

    {

    }