Viewing Details of an External CipherTrust Manager Domain
Use the get /v1/cckm/external-cm/domains/{id}
API to view details of an external CipherTrust Manager domain added to the CipherTrust Manager.
Syntax
curl -k '<IP>/api/v1/cckm/external-cm/domains/{id}' -H 'Authorization: Bearer AUTHTOKEN' --compressed
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 Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
curl -k 'https://127.0.0.1/api/v1/cckm/external-cm/domains/245ca918-c707-4fe2-af27-a095b1a3f6ef' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiI0MmFmZDExNy02YzllLTRhNGUtOTAwYS1lYjlhNDNjYWE5ZDIiLCJzdWIiOiJsb2NhbHwzMTI5ODdkMS0wOWNiLTQxZTEtOThmNy1jZjRhNzgwNTZiMTMiLCJpc3MiOiJreWxvIiwiYWNjIjoia3lsbyIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiY3VzdCI6eyJkb21haW5faWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJncm91cHMiOlsiYWRtaW4iXSwic2lkIjoiNDVmOWE3NWUtMzI1NC00NWJkLWE0NzYtOWU2NWUyNjdmNGVkIiwiem9uZV9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCJ9LCJqd3RpZCI6ImFkYzNiZGQ4LTQ3YmItNGY0Zi05YzJkLWU0ODExOGE3YWI0NiIsImlhdCI6MTYxNDc1MjQzOCwiZXhwIjoxNjE0NzUyNzM4fQ.6S9ae8ESCkT6-aOd3vX2fdtq_jG1kUn6TWthrr9ZVms' --compressed
Example Response
{
"id": "245ca918-c707-4fe2-af27-a095b1a3f6ef",
"uri": "kylo:kylo:cckm:external-cm-domain:245ca918-c707-4fe2-af27-a095b1a3f6ef",
"account": "kylo:kylo:admin:accounts:kylo",
"createdAt": "2023-01-12T04:29:31.979466Z",
"updatedAt": "2023-01-12T05:37:08.606837Z",
"acls": [
{
"actions": [
"view"
],
"user_id": "local|8ef8442a-2cb6-4dc9-8ac5-d25c03d21ac0"
}
],
"connection": "cm-connection",
"cm_domain": {
"domain_id": "813d65ec-f2c1-41f8-b4d2-378252c72a39",
"domain_uri": "kylo:kylo-dfced667-0977-4d58-813e-ae26ec49336c:solo:domains:813d65ec-f2c1-41f8-b4d2-378252c72a39",
"account_uri": "kylo:kylo-dfced667-0977-4d58-813e-ae26ec49336c:admin:accounts:kylo-dfced667-0977-4d58-813e-ae26ec49336c",
"domain_application": "ncryptify:gemalto:admin:apps:kylo",
"domain_created_at": "2023-01-05 12:19:23.079685 +0000 UTC",
"domain_name": "d3-insidedomain2",
"domain_updated_at": "2023-01-11 11:23:57.742584 +0000 UTC",
"domain_meta": "",
"zone_id": "46121dec-4413-491c-880c-b7adaff32340",
"parent_domain_id": "dfced667-0977-4d58-813e-ae26ec49336c",
"enable_syslog_redirection": true,
"domain_account": "kylo:kylo-813d65ec-f2c1-41f8-b4d2-378252c72a39:admin:accounts:kylo-813d65ec-f2c1-41f8-b4d2-378252c72a39",
"allow_user_management": false
}
}
The output shows the details of the external CipherTrust Manager domain with the specified ID on the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.