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