VIew Password V2
This API is used to view decrypted password in a password store. This requires to provide correct root password.
Request
URLURL
https://localhost:8080/lcm/locker/api/v2/passwords/{vmid}/decrypted
Path Parameters
Path Parameters
string
vmid
Required
vmid
Request Body
Request Body
ViewPasswordRequestDTO of type(s) application/json
Required
This parameter has no documentation
(Both the class referenced by the parameter and parameter itself are missing descriptions)
{
"rootPassword": "locker:password:\u003cvmid\u003e:\u003calias\u003e"
}
string
rootPassword
Optional
Root password
Response
Response
Response BodyResponse Body
201 Created returns
ViewPasswordResponseDTO of type(s) */*, application/json
{
"password": "locker:password:\u003cvmid\u003e:\u003calias\u003e",
"passwordVmid": "70821976-9bdb-4017-adaf-88f18c498b9e"
}
string
password
Optional
Password
string
passwordVmid
Optional
Password ID
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"rootPassword":"locker:password:\u003cvmid\u003e:\u003calias\u003e"}' https://localhost:8080/lcm/locker/api/v2/passwords/{vmid}/decrypted
Errors
403
Forbidden
On This Page
Locker Password Controller Operations
post
patch
get
delete
post