list_network_connections
View and filter network connections in Kubernetes environments to monitor traffic patterns and identify potential security risks.
Instructions
List network connections with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter string for filtering results.Filter options: source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace, cluster_id. Example: 'source_workload_name:my-workload,destination_workload_name:my-workload,cluster_id:my-cluster' | |
| limit | No | Limit the number of items in the list | |
| q | No | Query to filter the list of network connections |