[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Get Reference V2

Description

This API is used to get reference information of a locker entity.

Request

Request

URL

URL


get
https://localhost:8080/lcm/locker/api/v2/references/{vmid}
Copy

Path Parameters

Path Parameters

string
vmid Required

vmid


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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"
						}
					]
				}
			]
		}
	]
}
containers Optional

environments Optional
Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

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
Feedback

Was this page helpful?