{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Portals IP Allow List API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Portals IP Allow List", "type": "folder" }, "items": [ { "info": { "name": "List the IP allow list for portal", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/ip-allow-list", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." }, { "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[before]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item before this parameter." }, { "name": "page[after]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item after this parameter." } ] }, "docs": "Lists the IP allow list configuration for a portal.\n" }, { "info": { "name": "Create an IP allow list for a portal", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/ip-allow-list", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an IP allow list for a portal.\n" }, { "info": { "name": "Replace an IP allow list for a portal", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/ip-allow-list/:id", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." }, { "name": "id", "value": "", "type": "path", "description": "ID of the allow list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace an IP allow list for a portal.\n" }, { "info": { "name": "Update an IP allow list for a portal", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/ip-allow-list/:id", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." }, { "name": "id", "value": "", "type": "path", "description": "ID of the allow list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an IP allow list for a portal.\n" }, { "info": { "name": "Delete an IP allow list from a portal", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/portals/:portalId/ip-allow-list/:id", "params": [ { "name": "portalId", "value": "", "type": "path", "description": "ID of the portal." }, { "name": "id", "value": "", "type": "path", "description": "ID of the allow list." } ] }, "docs": "Delete the IP allow list for a portal.\n" } ] } ], "bundled": true }