Adding External CipherTrust Manager Domains
Use the post /v1/cckm/external-cm/add-domains
API to add external CipherTrust Manager domains to the CipherTrust Manager. To add a domain, you need a connection to an external CipherTrust Manager and the domain ID.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the external CipherTrust Manager connection. |
domains | array of strings | ID of the domain to be added. To add multiple domains, specify their IDs in the array. Refer to Getting External CipherTrust Manager Domains to get a domain's ID. |
Example Request
Example Response
The external CipherTrust Manager domain with ID 0c78b1c9-486e-41fd-ad1d-b80912342073
is added to CCKM. A unique resource ID (for example, 2eb352a6-5049-413c-9939-7ee41d46a613
) 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.