Viewing KACLS Endpoint Rewrap Configuration
Use the GET /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/rewrap-configuration
API to view the KACLS endpoint rewrap configuration.
Before using the API, you need to update the rewrap configuration using PATCH /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/rewrap-configuration
API, at least once.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the endpoint. To find out the ID of an endpoint, refer to Viewing KACLS Endpoints. |
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The output shows the details of the KACLS endpoint rewrap configuration of the endpoint with ID "c1583936-7d03-4e2d-a0ae-3a1ae2d2e200"
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.