![]() |
REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets all actions associated with the service.
The identifier of the service of interest
Use: Required
JSON Schema:
Object type: string
The set of all actions associated with the service.
JSON Schema: Service Actions
Unexpected error
Service does not exist
GET https://1.2.3.4:8443/api/lunasa/services/stc/actions
{
"actions": [
{
"id": "start",
"url": "/api/lunasa/lunasa/services/stc/actions/start"
},
{
"id": "stop",
"url": "/api/lunasa/lunasa/services/stc/actions/stop"
},
{
"id": "restart",
"url": "/api/lunasa/lunasa/services/stc/actions/restart"
}
]
}