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

GET /api/lunasa/services

Gets all services associated with the appliance.

Parameters

None

Responses

200

A list of all services associated with the appliance. Specifically, the list is unique identifiers.

JSON Schema: services

400

Unexpected error

Example Request

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

Example Result

{
    "services": [
        {
            "id": "cbs",
            "url": "/api/lunasa/services/cbs"
        },
            "id": "htl",
            "url": "/api/lunasa/services/htl"
        },
            "id": "lsta",
            "url": "/api/lunasa/services/lsta"
        },
            "id": "network",
            "url": "/api/lunasa/services/network"
        },
            "id": "ntls",
            "url": "/api/lunasa/services/ntls"
        },
            "id": "ntp",
            "url": "/api/lunasa/services/ntp"
        },
            "id": "snmp",
            "url": "/api/lunasa/services/snmp"
        },
            "id": "ssh",
            "url": "/api/lunasa/services/ssh"
        },
            "id": "stc",
            "url": "/api/lunasa/services/stc"
        },
            "id": "syslog",
            "url": "/api/lunasa/services/syslog"
        },
            "id": "sysstat",
            "url": "/api/lunasa/services/sysstat",
        }
            "id": "webserver",
            "url": "/api/lunasa/services/webserver"
        }
    ]
}