|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all actions that an administrator can perform on the counter of the HSM.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
A list of all actions associated with the counter of the HSM. The list includes unique identifiers that can be used to perform the specific action with a POST.
JSON Schema:  HSM HSMId Actions  
Unexpected error
HSM does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/117290/counter/actions
 
{
    "actions": [
        {
            "id": "monitor",
            "url": "/api/lunasa/hsms/117290/counter/actions/monitor"
        },
    ]
}