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

Get Ungrouped References V2

Description

This API is used to get paginated ungrouped references information of a locker entity.

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
vmid Required

vmid


Query Parameters

Query Parameters

array
envQuery Optional

envQuery


integer
from Optional

from


integer
size Optional

size


string
sortBy Optional

sortBy


array
typeQuery Optional

typeQuery


array
userQuery Optional

userQuery


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns ReferencePageDTO of type(s) */*, application/json
{
    "page": 0,
    "total": 1
}
integer as int64
page Optional

Page


references Optional

References


integer as int64
total Optional

Total

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/ungrouped/{vmid}


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

Was this page helpful?