Re-importing a Google Cloud Key Version
Use the post /v1/cckm/google/keys/{id}/versions/{versionID}/re-import
API to re-import the DESTROYED or IMPORT_FAILED GCP Key Version of a Google Cloud key.
Syntax
Here, {id}
represents the resource ID of the parent Google Cloud key and {versionID}
represents the resource ID of the key version on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
source_key_id (optional) | string | ID of the key that will be uploaded from an external key source. |
source_key_tier (optional) | string | Key source from where the key will be uploaded. The options can be: • local : CipherTrust Manager• external-cm : External CipherTrust Manager• dsm : DSM• hsm-luna : Luna HSM (FM-enabled Luna HSM is not supported as a key source). |
Example Request
Example Response
The DESTROYED or IMPORT_FAILED GCP Key Version of a Google Cloud key is re-imported.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.