{ "opencollection": "1.0.0", "info": { "name": "APIIDA API Control Plane Alarms Gateways API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateways", "type": "folder" }, "items": [ { "info": { "name": "APIIDA List Managed Gateways", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.backend.apiida.io/gateways", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Retrieve a list of all registered and managed Layer7 API gateway instances." }, { "info": { "name": "APIIDA Register a Gateway", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.backend.apiida.io/gateways", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new Layer7 API gateway instance for management by APIIDA." }, { "info": { "name": "APIIDA Get Gateway Details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.backend.apiida.io/gateways/:gatewayId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The gateway identifier" } ] }, "docs": "Retrieve detailed information about a specific managed gateway." }, { "info": { "name": "APIIDA Update Gateway Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.backend.apiida.io/gateways/:gatewayId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The gateway identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration of a registered gateway." }, { "info": { "name": "APIIDA Remove a Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.backend.apiida.io/gateways/:gatewayId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The gateway identifier" } ] }, "docs": "Unregister and remove a gateway from management." }, { "info": { "name": "APIIDA List APIs on a Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.backend.apiida.io/gateways/:gatewayId/apis", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The gateway identifier" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Retrieve a list of all APIs deployed on a specific gateway." } ] } ], "bundled": true }