Kong · Capability
Konnect API - Go SDK — SNIs
Konnect API - Go SDK — SNIs. 10 operations. Lead operation: List all SNIs associated with a Certificate. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listsniwithcertificate
— List all SNIs associated with a Certificate
/v1/v2/control-planes/{controlplaneid}/core-entities/certificates/{certificateid}/snis
POST
Createsniwithcertificate
— Create a new SNI associated with a Certificate
/v1/v2/control-planes/{controlplaneid}/core-entities/certificates/{certificateid}/snis
DELETE
Deletesniwithcertificate
— Delete a an SNI associated with a Certificate
/v1/v2/control-planes/{controlplaneid}/core-entities/certificates/{certificateid}/snis/{sniid}
GET
Getsniwithcertificate
— Get an SNI associated with a Certificate
/v1/v2/control-planes/{controlplaneid}/core-entities/certificates/{certificateid}/snis/{sniid}
PUT
Upsertsniwithcertificate
— Upsert an SNI associated with a Certificate
/v1/v2/control-planes/{controlplaneid}/core-entities/certificates/{certificateid}/snis/{sniid}
GET
Listsni
— List all SNIs
/v1/v2/control-planes/{controlplaneid}/core-entities/snis
POST
Createsni
— Create a new SNI
/v1/v2/control-planes/{controlplaneid}/core-entities/snis
DELETE
Deletesni
— Delete an SNI
/v1/v2/control-planes/{controlplaneid}/core-entities/snis/{sniid}
GET
Getsni
— Get an SNI
/v1/v2/control-planes/{controlplaneid}/core-entities/snis/{sniid}
PUT
Upsertsni
— Upsert a SNI
/v1/v2/control-planes/{controlplaneid}/core-entities/snis/{sniid}
MCP Tools
list-all-snis-associated-certificate
List all SNIs associated with a Certificate
read-only
idempotent
create-new-sni-associated-certificate
Create a new SNI associated with a Certificate
delete-sni-associated-certificate
Delete a an SNI associated with a Certificate
idempotent
get-sni-associated-certificate
Get an SNI associated with a Certificate
read-only
idempotent
upsert-sni-associated-certificate
Upsert an SNI associated with a Certificate
idempotent
list-all-snis
List all SNIs
read-only
idempotent
create-new-sni
Create a new SNI
delete-sni
Delete an SNI
idempotent
get-sni
Get an SNI
read-only
idempotent
upsert-sni
Upsert a SNI
idempotent