action turbinelabs_get_zone { label: "get a list of zones" description: "Get all zones. possibly with filters\n" provider: turbinelabs method: GET path: "/zone" encoding: json input: { type: "object" properties: { filters: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }