{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Custom Domains API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Domains", "type": "folder" }, "items": [ { "info": { "name": "List Custom Domains", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/custom-domains", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filters supported for custom domains on the global API." }, { "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 custom domains across control-planes for an organization (restricted by\npermitted control-plane reads).\n" }, { "info": { "name": "Create Custom Domain", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/custom-domains", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom domain for a control-plane (restricted by permitted control-plane associate-custom-domain\naction).\n" }, { "info": { "name": "Get Custom Domain", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/custom-domains/:customDomainId", "params": [ { "name": "customDomainId", "value": "", "type": "path", "description": "ID of the custom domain to operate on." } ] }, "docs": "Retrieves a custom domain by ID (restricted by permitted control-plane reads)." }, { "info": { "name": "Delete Custom Domain", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/custom-domains/:customDomainId", "params": [ { "name": "customDomainId", "value": "", "type": "path", "description": "ID of the custom domain to operate on." } ] }, "docs": "Deletes a custom domain by ID (restricted by permitted control-plane reads)." }, { "info": { "name": "Get Custom Domain Online Status", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/custom-domains/:customDomainId/online-status", "params": [ { "name": "customDomainId", "value": "", "type": "path", "description": "ID of the custom domain to operate on." } ] }, "docs": "Retrieves the CNAME and SSL status of a custom domain." } ] } ], "bundled": true }