action vmware_list_application_tiers { label: "List tiers of an application" description: "List tiers of an application" provider: vmware method: GET path: "/groups/applications/{id}/tiers" encoding: json output: { type: "object" properties: { results: { type: "array" items: { type: "object" } } } } }