{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Routes API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Routes", "type": "folder" }, "items": [ { "info": { "name": "Create a new Route", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Route" }, { "info": { "name": "Create a new Route", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes#RouteExpression", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Route" }, { "info": { "name": "Get a Route", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Get a Route using ID or name." }, { "info": { "name": "Upsert a Route", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Route using ID or name." }, { "info": { "name": "Delete a Route", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Delete a Route" }, { "info": { "name": "Get a Route", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName#RouteExpression", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Get a Route using ID or name." }, { "info": { "name": "Upsert a Route", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName#RouteExpression", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Route using ID or name." }, { "info": { "name": "Delete a Route", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/routes/:RouteIdOrName#RouteExpression", "params": [ { "name": "RouteIdOrName", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID or name of the Route to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Delete a Route" }, { "info": { "name": "List all Routes", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/routes", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR." }, { "name": "filter[name][contains]", "value": "john", "type": "query", "description": "Filter routes by a substring of the name." }, { "name": "filter[name][eq]", "value": "john", "type": "query", "description": "Filter routes by their name." } ] }, "docs": "List all Routes" }, { "info": { "name": "Create a new Route", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/routes", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Route" }, { "info": { "name": "Get a Route", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/routes/:RouteId", "params": [ { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Get a Route using ID or name." }, { "info": { "name": "Upsert a Route", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/routes/:RouteId", "params": [ { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Route using ID or name." }, { "info": { "name": "Delete a Route", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/routes/:RouteId", "params": [ { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Delete a Route" }, { "info": { "name": "List all Routes associated with a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/routes", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ServiceId", "value": "7fca84d6-7d37-4a74-a7b0-93e576089a41", "type": "path", "description": "ID of the Service to lookup" }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR." } ] }, "docs": "List all Routes associated with a Service" }, { "info": { "name": "Create a new Route associated with a Service", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/routes", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ServiceId", "value": "7fca84d6-7d37-4a74-a7b0-93e576089a41", "type": "path", "description": "ID of the Service to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Route associated with a Service" }, { "info": { "name": "Get a Route associated with a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/routes/:RouteId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ServiceId", "value": "7fca84d6-7d37-4a74-a7b0-93e576089a41", "type": "path", "description": "ID of the Service to lookup" }, { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" } ] }, "docs": "Get a Route associated with a Service using ID or name." }, { "info": { "name": "Upsert a Route associated with a Service", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/routes/:RouteId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ServiceId", "value": "7fca84d6-7d37-4a74-a7b0-93e576089a41", "type": "path", "description": "ID of the Service to lookup" }, { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update a Route associated with a Service using ID or name." }, { "info": { "name": "Delete a a Route associated with a Service", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/routes/:RouteId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "ServiceId", "value": "7fca84d6-7d37-4a74-a7b0-93e576089a41", "type": "path", "description": "ID of the Service to lookup" }, { "name": "RouteId", "value": "a4326a41-aa12-44e3-93e4-6b6e58bfb9d7", "type": "path", "description": "ID of the Route to lookup" } ] }, "docs": "Delete a a Route associated with a Service using ID or name." } ] } ], "bundled": true }