{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Private DNS API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Private DNS", "type": "folder" }, "items": [ { "info": { "name": "List Private DNS", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/private-dns", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "filter", "value": "", "type": "query", "description": "Filters supported for Private DNS." }, { "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 Private DNS for a given network." }, { "info": { "name": "Create Private DNS", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/private-dns", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Private DNS for a given network." }, { "info": { "name": "Get Private DNS", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/private-dns/:privateDnsId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "privateDnsId", "value": "", "type": "path", "description": "The ID of the Private DNS to operate on." } ] }, "docs": "Retrieves a Private DNS by ID for a given network." }, { "info": { "name": "Update Private DNS", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/private-dns/:privateDnsId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "privateDnsId", "value": "", "type": "path", "description": "The ID of the Private DNS to operate on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Private DNS by ID for a given network." }, { "info": { "name": "Delete Private DNS", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/networks/:networkId/private-dns/:privateDnsId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "The network to operate on." }, { "name": "privateDnsId", "value": "", "type": "path", "description": "The ID of the Private DNS to operate on." } ] }, "docs": "Deletes a Private DNS by ID for a given network." } ] } ], "bundled": true }