Delete key managers
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
DELETE /security/key-managers/{uuid}
Introduced In: 9.6
Deletes a key manager.
Related ONTAP commands
-
security key-manager external disable
-
security key-manager onboard disable
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
uuid |
string |
path |
True |
Key manager UUID |
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
Error Code | Description |
---|---|
65536208 |
Failed to delete the SVM Key ID. |
65536233 |
|
Internal error. Deletion of km_wrapped_kdb key database has failed for the Onboard Key Manager. |
|
65536234 |
Internal error. Deletion of cluster_kdb key database has failed for the Onboard Key Manager. |
65536239 |
|
Encrypted volumes are found for the SVM. |
|
65536242 |
One or more self-encrypting drives are assigned an authentication key. |
65536243 |
|
Cannot determine authentication key presence on one or more self-encrypting drives. |
|
65536800 |
Failed to lookup onboard keys. |
65536813 |
|
Encrypted kernel core files found. |
|
65536817 |
Failed to determine if key manager is safe to disable. |
65536827 |
|
Failed to determine if the SVM has any encrypted volumes. |
|
65536828 |
External key management is not enabled for the SVM. |
65536867 |
|
Encrypted volumes are found for the SVM. |
|
196608301 |
Failed to determine the type of encryption. |
196608305 |
|
NAE aggregates are found in the cluster. |
Also see the table of common errors in the Response body overview section of this documentation. * name: KEYMANAGER_MESSAGE_ERR_KM_DISABLE_ENC_CORE_CHECK_TIMEOUT message: Failed to disable the key manager because of a timeout when checking for encrypted cores. |
Name | Type | Description |
---|---|---|
error |
Example error
{
"error": {
"arguments": [
{
"code": "string",
"message": "string"
}
],
"code": "4",
"message": "entry doesn't exist",
"target": "uuid"
}
}
Definitions
See Definitions
error_arguments
Name | Type | Description |
---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
Name | Type | Description |
---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |