Viewing Details of a KACLS Endpoint
Use the GET /v1/cckm/GoogleWorkspaceCSE/endpoints/{id} API to view the details of a KACLS endpoint.
Syntax
curl -k '<IP>/api/v1/cckm/GoogleWorkspaceCSE/endpoints/{id}' -H 'Authorization: Bearer AUTHTOKEN' --compressed
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
curl -k 'https://127.0.0.1/api/v1/cckm/GoogleWorkspaceCSE/endpoints/c1583936-7d03-4e2d-a0ae-3a1ae2d2e200' -H 'Authorization: Bearer AUTHTOKEN' --compressed
Example Response
{
    "issuer": [
        "39a9e91b-7a95-4fbf-bf79-30930eeb1d2c",
        "39a9e91b-7a95-4fbf-bf79-30930eeb1d2d"
    ],
    "id": "39a9e91b-7a95-4fbf-bf79-30930eeb1d2c",
    "uri": "kylo:kylo:cckm:auth:39a9e91b-7a95-4fbf-bf79-30930eeb1d2c",
    "account": "kylo:kylo:admin:accounts:kylo",
    "application": "ncryptify:gemalto:admin:apps:kylo",
    "devAccount": "ncryptify:gemalto:admin:accounts:gemalto",
    "createdAt": "2019-12-24T08:06:28.7135Z",
    "name": "endpoint_1",
    "updatedAt": "2019-12-24T08:06:28.692717Z",
    "cors": [
        "https://foo.example",
        "https://bar.example"
    ],
    "authorizationAud": null,
    "authenticationAud": [
        "122334a33qr31038dekfhfl"
    ],
    "endpoint_url_hostname": "<KS IP>",
    "endpoint_url": "https://<KS IP>/cckm/GoogleWorkspaceCSE/39a9e91b-7a95-4fbf-bf79-30930eeb1d2c",
    "kekName": "GoogleWorkspaceCSE_endpoint_1_39a9e91b-7a95-4fbf-bf79-30930eeb1d2c",
    "kekID": "39a9e91b7a954fbfbf7930930eeb1d2c39a9e91b7a954fbfbf7930930eeb1d2c",
    "kekVersion": "0",
    "meta": null,
    "status": "active",
    "allow_privileged_unwrap": false,
    "allow_rewrap": false
}
The output shows the details of the specified 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.