Kong · Capability
Konnect API - Go SDK — Routes
Konnect API - Go SDK — Routes. 10 operations. Lead operation: List all Routes. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listroute
— List all Routes
/v1/v2/control-planes/{controlplaneid}/core-entities/routes
POST
Createroute
— Create a new Route
/v1/v2/control-planes/{controlplaneid}/core-entities/routes
DELETE
Deleteroute
— Delete a Route
/v1/v2/control-planes/{controlplaneid}/core-entities/routes/{routeid}
GET
Getroute
— Get a Route
/v1/v2/control-planes/{controlplaneid}/core-entities/routes/{routeid}
PUT
Upsertroute
— Upsert a Route
/v1/v2/control-planes/{controlplaneid}/core-entities/routes/{routeid}
GET
Listroutewithservice
— List all Routes associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/routes
POST
Createroutewithservice
— Create a new Route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/routes
DELETE
Deleteroutewithservice
— Delete a a Route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/routes/{routeid}
GET
Getroutewithservice
— Get a Route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/routes/{routeid}
PUT
Upsertroutewithservice
— Upsert a Route associated with a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}/routes/{routeid}
MCP Tools
list-all-routes
List all Routes
read-only
idempotent
create-new-route
Create a new Route
delete-route
Delete a Route
idempotent
get-route
Get a Route
read-only
idempotent
upsert-route
Upsert a Route
idempotent
list-all-routes-associated-service
List all Routes associated with a Service
read-only
idempotent
create-new-route-associated-service
Create a new Route associated with a Service
delete-route-associated-service
Delete a a Route associated with a Service
idempotent
get-route-associated-service
Get a Route associated with a Service
read-only
idempotent
upsert-route-associated-service
Upsert a Route associated with a Service
idempotent