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

ApplicationsMembersResponse

Properties

string
cursor Optional

results Optional

integer as int32
total_count Optional

JSON Example

{
	"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
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Returned By

Get Applications Members

Feedback

Was this page helpful?