|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all services associated with the appliance. 
None
A list of all services associated with the appliance. Specifically, the list is unique identifiers.
JSON Schema:  services  
Unexpected error
 
GET https://1.2.3.4:8443/api/lunasa/services
 
{
    "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"
        }
    ]
}