[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
List Passwords V2
DescriptionThis API is used to get paginated list of passwords available in the store.
Request
URLURL
https://localhost:8080/lcm/locker/api/v2/passwords
Query Parameters
Query Parameters
array
aliasQuery
Optional
aliasQuery
integer
from
Optional
from
integer
size
Optional
size
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
PasswordPageDTO
of type(s) */*, application/json
{
"page": 0,
"total": 1
}
integer as int64
page
Optional
Page
integer as int64
total
Optional
Total
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
Code Samples
cURL Command
curl https://localhost:8080/lcm/locker/api/v2/passwords
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Locker Password Controller Operations
post
patch
get
delete
post