Kong · Capability
Konnect API - Go SDK — Services
Konnect API - Go SDK — Services. 5 operations. Lead operation: List all Services. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listservice
— List all Services
/v1/v2/control-planes/{controlplaneid}/core-entities/services
POST
Createservice
— Create a new Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services
DELETE
Deleteservice
— Delete a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}
GET
Getservice
— Get a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}
PUT
Upsertservice
— Upsert a Service
/v1/v2/control-planes/{controlplaneid}/core-entities/services/{serviceid}
MCP Tools
list-all-services
List all Services
read-only
idempotent
create-new-service
Create a new Service
delete-service
Delete a Service
idempotent
get-service
Get a Service
read-only
idempotent
upsert-service
Upsert a Service
idempotent