[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get Application VMS

Description

Show application members

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/members/vms
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ApplicationMembers of type(s) application/json
{
	"cursor": "string",
	"results": [
		{
			"entity_id": "string",
			"entity_type": "string",
			"vendor_infos": [
				{
					"manager": {
						"entity_id": "string",
						"entity_type": "VirtualMachine"
					},
					"vendor_ids": [
						{
							"id_type": "string",
							"id_value": "string"
						}
					]
				}
			]
		}
	]
}
string
cursor Optional

results Optional
Errors

Errors

401

Unauthorized


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/groups/applications/{id}/members/vms


Feedback

Was this page helpful?