action vmware_list_applications { label: "List applications" description: "List applications" provider: vmware method: GET path: "/groups/applications" encoding: json output: { type: "object" properties: { cursor: { type: "string" } end_time: { type: "integer" format: "int64" } results: { type: "array" items: { type: "object" properties: { entity_id: { type: "string" description: "Entity Identifier" } entity_type: { type: "string" enum: ["VirtualMachine", "EC2Instance", "Host", "Vnic", "Vmknic", "VxlanLayer2Network", "VlanL2Network", "Cluster", "SecurityTag", "ResourcePool", "NSXIPSet", "EC2IPSet", "NSXSecurityGroup", "EC2SecurityGroup", "Flow", "ProblemEvent", "Application", "Tier", "NSXFirewallRule", "EC2SGFirewallRule", "NSXRedirectRule", "VCenterManager", "NSXVManager", "NSXService", "EC2Service", "VPC", "NSXDistributedFirewall", "EC2Firewall", "NSXServiceGroup", "DistributedVirtualSwitch", "DistributedVirtualPortgroup", "VCDatacenter", "Datastore", "Folder"] } } } } start_time: { type: "integer" format: "int64" } total_count: { type: "integer" } } } }