Fetching SAP Keys
Use the get /v1/cckm/sap/keys
API to fetch the list of SAP keys. The results can be filtered using the query parameters.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | Internal ID of the SAP key. |
name | string | Name of the SAP key. |
cloud_name | string | Cloud name of the SAP key. |
origin | string | Origin of the SAP key. |
type | string | Type of the SAP key. |
size | integer | Size of the SAP key. |
enabled | boolean | Whether the key is enabled. Specify true for enabled keys, false for disabled keys. |
exportable | boolean | Whether the key is exportable. Specify true for an exportable key, false for non-exportable keys. |
gone | boolean | Whether the key is deleted from SAP. Specify true for a deleted key, false for a key present on SAP. |
tenant | string | SAP key tenant. |
creator_name | string | Name of the SAP key creator. |
creator_id | string | ID of the SAP key creator. |
sap_application | string | Name of the SAP application. |
sap_group_name | string | Name of the SAP key group. |
totalVersions | integer | Total versions of the SAP key. |
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
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.