Getting DSM Domains
Use the post /v1/cckm/dsm/get-domains
API to fetch the list of domains from a DSM. These domains can then be added to the CipherTrust Manager and managed through CCKM.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the DSM connection. |
Example Request
Example Response
The output shows the list of available DSM domains linked with the specified DSM connection. You can now add these DSM domains to CCKM using their IDs (for example, "id": 1385
). Refer to Adding DSM Domains for details.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.