List Application Tiers
List tiers of an application
Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/{id}/tiers
COPY
Path Parameters
string
id
Required
entity id
Responses
200
OK
Returns
TierListResponse
of type(s)
application/json
{
"results": [
{
"entity_id": "string",
"name": "string",
"entity_type": "string",
"group_membership_criteria": [
{
"membership_type": "string",
"ip_address_membership_criteria": {
"ip_addresses": [
"string"
]
},
"search_membership_criteria": {
"entity_type": "string",
"filter": "string"
}
}
],
"application": {
"entity_id": "string",
"entity_type": "string"
}
}
]
}
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure