Updating Connection of SAP Groups
Use the patch /v1/cckm/sap/groups/{id}
API to update the connection of a SAP group with the given id.
Syntax
Here, {id}
is the resource ID of the SAP group on the CipherTrust Manager. Run the get /v1/cckm/sap/groups
API to view the resource ID (id
) of the SAP groups added to the CipherTrust Manager. Note that this resource id
is different from the group_id
on SAP.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection | string | Name or ID of the SAP connection. |
Example Request
Example Response
The sample output shows the details with updated SAP connection of the group (with the resource ID 7860401f-34c4-45bf-b17f-6ddb15fa7f14
).
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.