v1
latestOpenAPI 3.0.02026-07-14161138164.1 KBApplications
Create tier in application
Create a tier of an application by with specified membership criteria. The membership criteria id defined in terms of virtual machines or ip addresses/subnet. Please refer to API Guide on how to construct membership criteria.
post/groups/applications/{id}/tiers
Path parameters
idstring required
entity id
Request body
Example request
{
"group_membership_criteria": [
{
"membership_type": "SearchMembershipCriteria",
"search_membership_criteria": {
"entity_type": "VirtualMachine",
"filter": "security_groups.entity_id = '18230:82:604573173'"
}
}
],
"name": "tier-1"
}Response
OK