Viewing DSM Keys
Use the get /v1/cckm/dsm/keys
API to view the list of DSM keys.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the key. |
uuid | string | UUID of the key. |
name | string | Name of the key. |
domain | string | Name of the DSM domain where the key resides. |
domain_id | string | ID of the DSM domain where the key resides. |
keyVersion | string | Version of the DSM key. |
algorithm | string | Algorithm of the key. The algorithm can be: • RSA1024 (asymmetric) • RSA2048 (asymmetric) • RSA3072 (asymmetric) • RSA4096 (asymmetric) • AES256 (symmetric) • AES128 (symmetric) • ARIA128 (symmetric) • ARIA256 (symmetric) |
state | string | State of the DSM key. |
extractable | boolean | Whether the DSM key is extractable - true or false . |
object_type | string | Type of the DSM key - symmetric or asymmetric . |
registrationTokenEnabled | boolean | Whether registration tokens are enabled on the domain - true or false . |
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 DSM keys 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.