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

TiersMembersResponse

Properties

string
cursor Optional

results Optional

integer as int32
total_count Optional

JSON Example

{
	"cursor": "string",
	"results": [
		{
			"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 Tiers Members

Feedback

Was this page helpful?