Viewing SAP Groups Added to CipherTrust Manager
Use the get /v1/cckm/sap/groups
API to view the list of SAP groups added to the CipherTrust Manager.
Syntax
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | Resource ID of the SAP group. |
name | string | Name of the SAP group. |
connection | string | Name or ID of the connection. |
cloud_name | string | Name of the cloud. |
group_id | string | ID of the SAP group. |
application | string | Type of the SAP application, for example, HANA. |
tier | string | Name of the service tier. |
region | string | Country/region of the SAP group. |
provider | string | Name of the API provider. |
key_store_name | string | Name of the KeyStore file. |
creator_name | string | Name of the person who created the SAP group. |
tenant | string | Name of the SAP tenant. |
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 skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The sample output shows the list of SAP groups added to the CipherTrust Manager.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.