action apache_get_pools { label: "List pools" provider: apache method: GET path: "/pools" encoding: json input: { type: "object" properties: { limit: { type: "integer" } offset: { type: "integer" } order_by: { type: "string" } } additionalProperties: false } output: { type: "object" description: "Collection of pools.\n\n*Changed in version 2.1.0*: 'total_entries' field is added.\n" } }