Request parameters
| Parameter Name | Description | Required |
| account | List resources by Account. Must be used with the domainId parameter. | false |
| domainid | List only resources belonging to the domain specified | false |
| enabled | list only enabled profiles | false |
| id | the HSM profile ID | false |
| ispublic | when true, non-admin users see only system (global) profiles | false |
| isrecursive | Defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| page | false | |
| pagesize | false | |
| projectid | List objects by project; if projectid=-1 lists All Instances | false |
| protocol | the protocol of the HSM profile | false |
| zoneid | the zone ID | false |
Response Tags
| Response Name | Description |
| id | the ID of the HSM profile |
| account | the account name of the HSM profile owner |
| accountid | the account ID of the HSM profile owner |
| created | the date the HSM profile was created |
| details | HSM configuration details (sensitive values are encrypted) |
| domain | the domain name of the HSM profile owner |
| domainid | the domain ID of the HSM profile owner |
| domainpath | the domain path of the HSM profile owner |
| enabled | whether the HSM profile is enabled |
| ispublic | whether this is a system HSM profile available to all users globally |
| name | the name of the HSM profile |
| project | the project name of the HSM profile owner |
| projectid | the project ID of the HSM profile owner |
| protocol | the protocol of the HSM profile |
| state | the state of the HSM profile |
| vendor | the vendor name of the HSM profile |
| zoneid | the zone ID where the HSM profile is available |
| zonename | the zone name where the HSM profile is available |