{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts Plugins API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "Plugins", "type": "folder" }, "items": [ { "info": { "name": "List Endpoint Plugins", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/endpoints" }, "docs": "List Endpoint Plugins" }, { "info": { "name": "Get an Endpoint Plugin", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/endpoints/:endpointId", "params": [ { "name": "endpointId", "value": "", "type": "path" } ] }, "docs": "Get an Endpoint Plugin" }, { "info": { "name": "List Entrypoint Plugins", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/entrypoints" }, "docs": "List Entrypoint Plugins" }, { "info": { "name": "List Policy Plugins", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/policies" }, "docs": "List Policy Plugins" }, { "info": { "name": "Get a Policy Plugin", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path" } ] }, "docs": "Get a Policy Plugin" }, { "info": { "name": "List Resource Plugins", "type": "http" }, "http": { "method": "GET", "url": "/management/plugins/resources" }, "docs": "List Resource Plugins" } ] } ], "bundled": true }