list_network_connection_srcs
Identify network connection sources in Kubernetes environments with filtering by workload and cluster parameters for security analysis.
Instructions
List network connection sources with optional filtering by source and destination workloads
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' | |
| offset | No | Offset to start the list from | |
| limit | No | Limit the number of items in the list | |
| q | No | Query to filter the list of network connection sources |