|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all role-related actions associated with the partition.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
The partition of interest
Use:  Required  
JSON Schema:  
Object type: string
The HSM role of interest
Use:  Required  
JSON Schema:  
Object type: string
The set of all role actions associated with the partition.
JSON Schema:  Partition Role Actions  
Unexpected error
HSM, partition or role does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/462283/partitions/1076336284686/roles/co/actions
 
{
   "actions": [
        {
            "id": "createChallenge",
            "url": "/api/lunasa/hsms/462283/partitions/1076336284686/roles/co/actions/createChallenge"
        },
        {
            "id": "reset",
            "url": "/api/lunasa/hsms/462283/partitions/1076336284686/roles/co/actions/reset"
        },
      {
         "id": "deactivate",
         "url": "/api/lunasa/hsms/462283/partitions/1076336284686/roles/co/actions/deactivate"
      }
    ]
}