Kong · Capability
Konnect API - Go SDK — Targets
Konnect API - Go SDK — Targets. 6 operations. Lead operation: List all targets for a control plane. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listtargets
— List all targets for a control plane
/v1/v2/control-planes/{controlplaneid}/core-entities/targets
GET
Listtargetwithupstream
— List all Targets associated with an Upstream
/v1/v2/control-planes/{controlplaneid}/core-entities/upstreams/{upstreamidfortarget}/targets
POST
Createtargetwithupstream
— Create a new Target associated with an Upstream
/v1/v2/control-planes/{controlplaneid}/core-entities/upstreams/{upstreamidfortarget}/targets
DELETE
Deletetargetwithupstream
— Delete a a Target associated with an Upstream
/v1/v2/control-planes/{controlplaneid}/core-entities/upstreams/{upstreamidfortarget}/targets/{targetid}
GET
Gettargetwithupstream
— Get a Target associated with an Upstream
/v1/v2/control-planes/{controlplaneid}/core-entities/upstreams/{upstreamidfortarget}/targets/{targetid}
PUT
Upserttargetwithupstream
— Upsert a Target associated with an Upstream
/v1/v2/control-planes/{controlplaneid}/core-entities/upstreams/{upstreamidfortarget}/targets/{targetid}
MCP Tools
list-all-targets-control-plane
List all targets for a control plane
read-only
idempotent
list-all-targets-associated-upstream
List all Targets associated with an Upstream
read-only
idempotent
create-new-target-associated-upstream
Create a new Target associated with an Upstream
read-only
delete-target-associated-upstream
Delete a a Target associated with an Upstream
idempotent
get-target-associated-upstream
Get a Target associated with an Upstream
read-only
idempotent
upsert-target-associated-upstream
Upsert a Target associated with an Upstream
idempotent