Tier
Properties
string
entity_id
Optional
Entity ID that can be references in detail API calls
array of
GroupMembershipCriteria
group_membership_criteria
Optional
EntityType currently restricted to VirtualMachine
string
name
Optional
Name of the object
Property Of
TierListResponse
Returned By
Add Tier
Get Application Tier
Edit Application Tier
Get Tier
Extends
BaseEntity
JSON Example
{
"application": {
"entity_id": "string",
"entity_type": "enum"
},
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"group_membership_criteria": [
{
"ip_address_membership_criteria": {
"ip_addresses": [
"string"
]
},
"membership_type": "string",
"search_membership_criteria": {
"entity_type": "enum",
"filter": "string"
}
}
],
"name": "My Name"
}