SAP Applications API
Use the get /v1/cckm/sap/applications
API to view the list of SAP applications linked with the SAP groups added to the CipherTrust Manager.
When a SAP group is added to the CipherTrust Manager, linked SAP applications are automatically added. One application can have multiple SAP groups associated with it.
When the last group linked with a SAP application is deleted from the CipherTrust Manager, the application is also deleted.
Use query parameters to filter search results.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | Resource ID of the SAP application. |
connection | string | string |
application_name | string | Name of the SAP application. |
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. |
Example Request
Example Response
The output shows the SAP applications linked with the 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.