Adding DSM Domains
Use the post /v1/cckm/dsm/add-domains
API to add DSM domains to the CipherTrust Manager. To add a domain, you need a DSM connection and the domain ID.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the DSM connection. |
domains | array of integers | ID of the domains to be added. To add multiple domains, specify their IDs in the array. Refer to Getting DSM Domains to get a domain's ID. |
Example Request
Example Response
The DSM domain with ID 1769
is added to CCKM. A unique resource ID (for example, 83d7b91f-2298-420e-b7a5-ce0dce07a6d9
) is generated for the domain. This ID is required when viewing, updating, or deleting a particular domain from the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.