Get Credential Usages
GET/api/v31.02/credentials/:id/usages
x-prisma-cloud-target-env: {"permission":"manageCreds","saas":true,"self-hosted":true}
x-public: true
Retrieves all usages for a specific credential in the credential store.
To invoke this endpoint in the Console UI:
- Navigate to Manage > Authentication > Credential Store.
- From the table, find the row of the credential you want to update and click the dotted icon under the Actions column.
- Click the Manage button.
- The Usage table displays the data from this endpoint.
cURL Request
Refer to the following cURL command that retrieves all usages for a credential:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/credentials/{id}/usages
A successful response returns a list of all usages for the credential.
Request
Responses
- 200
- default