Viewing External CipherTrust Manager Domains
Use the get /v1/cckm/external-cm/domains
API to view the list of external CipherTrust Manager domains added to the CipherTrust Manager.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the external CipherTrust Manager domain resource on the CipherTrust Manager, for example, 83d7b91f-2298-420e-b7a5-ce0dce07a6d9 . Note that this ID is different than the domain ID on external CipherTrust Manager, for example, 1385 . Refer to Adding External CipherTrust Manager Domains to find out the resource ID of a domain. |
connection | string | Name or ID of the external CipherTrust Manager connection. |
domain_name | string | Name of the domain. |
parent_domain_id | string | ID of the parent domain. |
enable_syslog_redirection | boolean | Whether log redirection to a Syslog server is enabled. Set to true to enable, false to disable. |
allow_user_management | boolean | Whether user management is allowed. Set to true to allow, false to deny. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The output shows the list of external CipherTrust Manager domains available on the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.