Apache CloudStack 4.23.0.0 Root Admin API Reference
updateKMSKey
Updates KMS key name, description, or enabled status
Request parameters
| Parameter Name | Description | Required |
| id | The UUID of the KMS key to update | true |
| description | New description for the key | false |
| enabled | whether the key should be enabled | false |
| name | New name for the key | false |
Response Tags
| Response Name | Description |
| id | the UUID of the key |
| account | the account owning the key |
| accountid | the account ID owning the key |
| algorithm | the encryption algorithm |
| created | the creation timestamp |
| description | the description of the key |
| domain | the domain name of the key |
| domainid | the domain ID of the key |
| domainpath | the domain path of the key |
| enabled | whether the key is enabled |
| hsmprofile | the zone name where the key is valid |
| hsmprofileid | the zone ID where the key is valid |
| keklabel | the provider-specific KEK label (admin only) |
| keybits | the key size in bits |
| name | the name of the key |
| project | the project name of the key |
| projectid | the project ID of the key |
| version | the key size in bits |
| zoneid | the zone ID where the key is valid |
| zonename | the zone name where the key is valid |