Viewing External CipherTrust Manager Key Versions
Use the get /v1/cckm/external-cm/keys/{id}/versions
API to view the list of external CipherTrust Manager key versions.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
version_id | string | ID of the version resource on the CipherTrust Manager. |
key_state | string | State of the external CipherTrust Manager key version. |
version | integer | ID of the external CipherTrust Manager key version. This is different than version_id . |
unexportable | boolean | Whether the key is exportable or not. |
undeletable | boolean | Whether the key is deletable or not. |
gone | boolean | Whether the key version exists in the cloud. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The output shows the list of external CipherTrust Manager key versions available on the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.