[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get Applications Members
DescriptionGet member details of applications
Request
URLURL
https://vrni.example.com/api/ni/groups/applications/members
Request Body
Request Body
GroupsMembersRequest
of type(s) application/json
Required
{
"cursor": "CKWP==",
"entity_ids": [
"10000:561:123456789",
"10000:562:987654321"
]
}
string
cursor
Optional
array of
string
entity_ids
Optional
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ApplicationsMembersResponse
of type(s) application/json
{
"cursor": "string",
"results": [
{
"created_by": "string",
"creation_time": 0,
"entity_id": "string",
"entity_type": "string",
"last_modified_by": "string",
"last_modified_time": 0,
"name": "string",
"source": "MANUAL",
"tiers": [
{
"entity_id": "string",
"entity_type": "string",
"members": [
{
"entity_id": "string",
"entity_type": "string",
"vendor_infos": [
{
"manager": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"vendor_ids": [
{
"id_type": "string",
"id_value": "string"
}
]
}
]
}
],
"name": "string"
}
]
}
],
"total_count": 0
}
string
cursor
Optional
integer as int32
total_count
Optional
Errors
401
Unauthorized
404
Not Found
500
Internal Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"cursor":"CKWP==","entity_ids":["10000:561:123456789","10000:562:987654321"]}' https://vrni.example.com/api/ni/groups/applications/members
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Applications Operations
post
post
delete
delete
get
get
get
post