![]() |
REST API
15
REST API for Luna Network HSMs
|
Gets the list of all clients registered with the appliance.
None
List of registered clients
JSON Schema: Clients
Unexpected error
GET
https://1.2.3.4:8443/api/lunasa/ntls/clients
{
"clients": [
{
"clientID": "jseDev",
"url": "/api/lunasa/ntls/clients/jseDev"
},
{
"clientID": "testClient",
"url": "/api/lunasa/ntls/clients/testClient"
},
{
"clientID": "testClient2",
"url": "/api/lunasa/ntls/clients/testClient2"
},
{
"clientID": "testClient3",
"url": "/api/lunasa/ntls/clients/testClient3"
}
]
}