action apache_get_plugins { label: "Get a list of loaded plugins" description: "Get a list of loaded plugins.\n\n*New in version 2.1.0*\n" provider: apache method: GET path: "/plugins" encoding: json input: { type: "object" properties: { limit: { type: "integer" } offset: { type: "integer" } } additionalProperties: false } output: { type: "object" description: "A collection of plugin.\n\n*New in version 2.1.0*\n" } }