action vmware_get_tier { label: "Show tier details" description: "Show tier details" provider: vmware method: GET path: "/groups/tiers/{tier-id}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" format: "NetworkInsight " } "tier-id": { type: "string" } } required: ["Authorization", "tier-id"] additionalProperties: false } output: { type: "object" } }