GET SecretStore/Lookup
Returns all existing vault IDs.
Requirements
- Permissions: The caller must have Read permission to the owner for the VaultID to appear in the results.
- Token scope: Restricted
Headers
-
Content type: Content-Type:application/json.
- Token: The bearer access token that you received. For example, Authorization:Bearer 4MyGeneratedBearerTknz==. For more information, see Passing a bearer token in your API calls.
Parameters
None.
Returns
|
Name |
Description |
|---|---|
|
Result |
A number indicating the status:
|
|
VaultIDs |
An array of every vault ID. |
Example: Find vault Ids
Request
GET https://tpp.venafi.example/vedsdk/SecretStore/Lookup Authorization:Bearer 4MyGeneratedBearerTknz==
Response
HTTP/1.1 200 OK
{
"Result":0,
"VaultIDs":[
469,
468,
467,
466
]
}