Kong · Capability
Konnect API - Go SDK — ACLs
Konnect API - Go SDK — ACLs. 7 operations. Lead operation: List all ACLs. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listacl
— List all ACLs
/v1/v2/control-planes/{controlplaneid}/core-entities/acls
GET
Getacl
— Get an ACL
/v1/v2/control-planes/{controlplaneid}/core-entities/acls/{aclid}
GET
Listaclwithconsumer
— List all ACLs associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/acls
POST
Createaclwithconsumer
— Create a new ACL associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/acls
DELETE
Deleteaclwithconsumer
— Delete a an ACL associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/acls/{aclid}
GET
Getaclwithconsumer
— Get an ACL associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/acls/{aclid}
PUT
Upsertaclwithconsumer
— Upsert an ACL associated with a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/acls/{aclid}
MCP Tools
list-all-acls
List all ACLs
read-only
idempotent
get-acl
Get an ACL
read-only
idempotent
list-all-acls-associated-consumer
List all ACLs associated with a Consumer
read-only
idempotent
create-new-acl-associated-consumer
Create a new ACL associated with a Consumer
delete-acl-associated-consumer
Delete a an ACL associated with a Consumer
idempotent
get-acl-associated-consumer
Get an ACL associated with a Consumer
read-only
idempotent
upsert-acl-associated-consumer
Upsert an ACL associated with a Consumer
idempotent