![]() |
REST API
14
REST API for Luna Network HSMs
|
Gets specific information about 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 information about the service.
JSON Schema: Service
Unexpected error
Service does not exist
GET https://1.2.3.4:8443/api/lunasa/services/stc
{ "actions": "/api/lunasa/services/stc/actions", "onBoot": true, "status": "running" }
For 'ctc' and 'network' services, if any of the network interface is active, the status will be shown as running and if all the interfaces are down or not configured, it will be shown as stopped.