{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Degraphql_routes API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Degraphql_routes", "type": "folder" }, "items": [ { "info": { "name": "List all Degraphql_routes", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/degraphql_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." } ] }, "docs": "List all Degraphql_routes" }, { "info": { "name": "Get a Degraphql_route", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/degraphql_routes/:Degraphql_routeId", "params": [ { "name": "Degraphql_routeId", "value": "", "type": "path", "description": "ID of the Degraphql_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 Degraphql_route using ID or name." }, { "info": { "name": "List all Degraphql_routes associated with a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/degraphql/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 Degraphql_routes associated with a Service" }, { "info": { "name": "Create a new Degraphql_route associated with a Service", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/degraphql/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 Degraphql_route associated with a Service" }, { "info": { "name": "Get a Degraphql_route associated with a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/degraphql/routes/:Degraphql_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": "Degraphql_routeId", "value": "", "type": "path", "description": "ID of the Degraphql_route to lookup" } ] }, "docs": "Get a Degraphql_route associated with a Service using ID or name." }, { "info": { "name": "Upsert a Degraphql_route associated with a Service", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/degraphql/routes/:Degraphql_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": "Degraphql_routeId", "value": "", "type": "path", "description": "ID of the Degraphql_route to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update a Degraphql_route associated with a Service using ID or name." }, { "info": { "name": "Delete a a Degraphql_route associated with a Service", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/services/:ServiceId/degraphql/routes/:Degraphql_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": "Degraphql_routeId", "value": "", "type": "path", "description": "ID of the Degraphql_route to lookup" } ] }, "docs": "Delete a a Degraphql_route associated with a Service using ID or name." } ] } ], "bundled": true }