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

List Application Tiers

Description

List tiers of an application

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/tiers
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 TierListResponse of type(s) application/json
{
	"results": [
		{
			"application": {
				"entity_id": "string",
				"entity_type": "VirtualMachine"
			},
			"entity_id": "1000:104:12213212",
			"entity_type": "VirtualMachine",
			"group_membership_criteria": [
				{
					"ip_address_membership_criteria": {
						"ip_addresses": [
							"string"
						]
					},
					"membership_type": "SearchMembershipCriteria",
					"search_membership_criteria": {
						"entity_type": "Group",
						"filter": "string"
					}
				}
			],
			"member_list": {
				"kubernetes_services": [
					{
						"key": {
							"entity_id": "string",
							"entity_type": "VirtualMachine"
						},
						"name": "string"
					}
				],
				"physical_ips": [
					{
						"key": {
							"entity_id": "string",
							"entity_type": "VirtualMachine"
						},
						"name": "string"
					}
				],
				"vms": [
					{
						"key": {
							"entity_id": "string",
							"entity_type": "VirtualMachine"
						},
						"name": "string"
					}
				]
			},
			"name": "My Name"
		}
	]
}
array of Tier
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}/tiers


Feedback

Was this page helpful?