[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
List Application Tiers
DescriptionList tiers of an application
Request
URLURL
https://vrni.example.com/api/ni/groups/applications/{id}/tiers
Path Parameters
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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"
}
]
}
Errors
401
Unauthorized
404
Not Found
500
Internal Error
Code Samples
cURL Command
curl https://vrni.example.com/api/ni/groups/applications/{id}/tiers
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Applications Operations
post
post
delete
delete
get
get
get
post