{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Transit Gateways API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Transit Gateways", "type": "folder" }, "items": [ { "info": { "name": "List Transit Gateways", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/transit-gateways", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "filter", "value": "", "type": "query", "description": "Filters supported for transit gateways." }, { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[number]", "value": "", "type": "query", "description": "Determines which page of the entities to retrieve." } ] }, "docs": "Returns a paginated collection of transit gateways for a given network." }, { "info": { "name": "Create Transit Gateway", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/transit-gateways", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new transit gateway for a given network." }, { "info": { "name": "Get Transit Gateway", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/transit-gateways/:transitGatewayId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "transitGatewayId", "value": "", "type": "path", "description": "The ID of the transit gateway to operate on." } ] }, "docs": "Retrieves a transit gateway by ID for a given network." }, { "info": { "name": "Update Transit Gateway", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/transit-gateways/:transitGatewayId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "transitGatewayId", "value": "", "type": "path", "description": "The ID of the transit gateway to operate on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a transit gateway by ID for a given network." }, { "info": { "name": "Delete Transit Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/transit-gateways/:transitGatewayId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "transitGatewayId", "value": "", "type": "path", "description": "The ID of the transit gateway to operate on." } ] }, "docs": "Deletes a transit gateway by ID for a given network." } ] } ], "bundled": true }