Changing Connection of a DSM Domain
Use the patch /v1/cckm/dsm/domains/{id}
API to change the connection or basic description of a DSM domain. The connection must have appropriate access permissions on the domain.
Syntax
Here, {id}
represents the ID of the DSM domain resource on the CipherTrust Manager. Refer to Adding DSM 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 DSM connection. |
description | string | Updated or additional information about the domain. |
Example Request
Example Response
The output shows the updated description and new DSM domain new-connection
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.