[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Reference V2
DescriptionThis API is used to get reference information of a locker entity.
Request
URLURL
https://localhost:8080/lcm/locker/api/v2/references/{vmid}
Path Parameters
Path Parameters
string
vmid
Required
vmid
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
LockerEnvResponseDTO
of type(s) */*, application/json
{
"containers": [
{
"containerId": "string",
"containerName": "string",
"resourceType": "string"
}
],
"environments": [
{
"envId": "2c692f41-7b78-437f-8325-322350daeedc",
"envName": "vRS Small Import Environment",
"products": [
{
"consumption": "string",
"name": "vrli",
"nodes": [
{
"name": "vrli-master"
}
]
}
]
}
]
}
Errors
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/locker/api/v2/references/{vmid}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager