![]() |
REST API
14
REST API for Luna Network HSMs
|
Gets all actions associated with the service.
Users with the following role privileges can perform this command:
The identifier of the service of interest. Valid Values: cbs, lsta, network, ntls, ntp, syslog, snmp, ssh, stc, sysstat, webserver, cluster, ismigration, ctc, clusteradmin.
Use: Required
JSON Schema:
Object type: string minLength: 1 maxLength: 12 pattern: '^[a-z]*$'
The set of all actions associated with the service.
JSON Schema: Service Actions
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"
}
]
}