KONNECT_REGION
(e.g., us
) – The Konnect region.KONNECT_ACCESS_TOKEN
(e.g., kpat_api_key_here
) – Your Konnect API key.Tool | Short Description |
---|---|
check_control_plane_group_membership | Check if a control plane is a member of any group. |
get_consumer_requests | Retrieve and analyze API requests made by a specific consumer. |
get_control_plane | Get detailed information about a specific control plane. |
list_consumers | List all consumers associated with a control plane. |
list_control_plane_group_memberships | List all control planes that are members of a specific control plane group. |
list_control_planes | List all control planes in your organization. |
list_plugins | List all plugins associated with a control plane. |
list_routes | List all routes associated with a control plane. |
list_services | List all services associated with a control plane. |
query_api_requests | Query and analyze Kong API Gateway requests with customizable filters. |
check_control_plane_group_membership
controlPlaneId
(string) – ID to check membership for.get_consumer_requests
consumerId
(string), timeRange
(string), successOnly
, failureOnly
, maxResults
.get_control_plane
controlPlaneId
(string)list_consumers
controlPlaneId
(string), size
, offset
list_control_plane_group_memberships
groupId
(string), pageSize
, pageAfter
list_control_planes
pageSize
, pageNumber
, filterName
, filterClusterType
, filterCloudGateway
, labels
, sort
list_plugins
controlPlaneId
(string), size
, offset
list_routes
controlPlaneId
(string), size
, offset
list_services
controlPlaneId
(string), size
, offset
query_api_requests
timeRange
, filters (statusCodes
, excludeStatusCodes
, httpMethods
, consumerIds
, serviceIds
, routeIds
), maxResults
.