{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Resource Availability API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Resource Availability", "type": "folder" }, "items": [ { "info": { "name": "Get Resource Availability JSON", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/availability.json" }, "docs": "Get Cloud Gateways Availability JSON document for describing cloud provider and region availability, pricing,\ngateway version availability, and instance type information.\n" } ] } ], "bundled": true }