action vmware_add_application { label: "Create an application" description: "Application is a group of tiers. A tier is a group of virtual machines based on membership criteria. Tiers are bound to single\napplication. An application name is unique and should not conflict with another application name." provider: vmware method: POST path: "/groups/applications" encoding: json input: { type: "object" properties: { name: { type: "string" } } } output: { type: "object" } }