Changing Connection of an External CipherTrust Manager Domain
Use the patch /v1/cckm/external-cm/domains/{id}
API to change the connection of an external CipherTrust Manager domain. The connection must have appropriate access permissions on the domain.
Syntax
Here, {id}
represents the ID of the external CipherTrust Manager domain resource on the CipherTrust Manager. Refer to Adding External CipherTrust Manager Domains to find out the resource ID of a domain.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the new external CipherTrust Manager connection. |
Example Request
Example Response
The output shows the updated description and new external CipherTrust Manager domain new-connection
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.