{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts Analytics API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Query API Analytics Specifications", "type": "http" }, "http": { "method": "GET", "url": "/management/environments/:envId/analytics/definition/apis", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Query API Analytics Specifications" }, { "info": { "name": "Query Analytics Measures", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/analytics/measures", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Query Analytics Measures" }, { "info": { "name": "Query Analytics Facets", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/analytics/facets", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Query Analytics Facets" }, { "info": { "name": "Query Analytics Time Series", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/analytics/time-series", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Query Analytics Time Series" }, { "info": { "name": "List Analytics Dashboards", "type": "http" }, "http": { "method": "GET", "url": "/management/environments/:envId/analytics/dashboards", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "List Analytics Dashboards" }, { "info": { "name": "Create an Analytics Dashboard", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/analytics/dashboards", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Create an Analytics Dashboard" }, { "info": { "name": "Get an Analytics Dashboard", "type": "http" }, "http": { "method": "GET", "url": "/management/environments/:envId/analytics/dashboards/:dashboardId", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Get an Analytics Dashboard" }, { "info": { "name": "Update an Analytics Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "/management/environments/:envId/analytics/dashboards/:dashboardId", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Update an Analytics Dashboard" }, { "info": { "name": "Delete an Analytics Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "/management/environments/:envId/analytics/dashboards/:dashboardId", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Delete an Analytics Dashboard" } ] } ], "bundled": true }