{ "opencollection": "1.0.0", "info": { "name": "APIIDA API Control Plane Alarms Monitoring API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "APIIDA Get Gateway Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.backend.apiida.io/gateways/:gatewayId/metrics", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The gateway identifier" }, { "name": "from", "value": "", "type": "query", "description": "Start of the time range" }, { "name": "to", "value": "", "type": "query", "description": "End of the time range" } ] }, "docs": "Retrieve performance and usage metrics for a specific gateway. Requires the APIIDA solution kit installed on the gateway." } ] } ], "bundled": true }