list_http_requests
Analyze HTTP request insights in Kubernetes environments with filtering by method, path, workloads, and PII detection to identify security patterns and potential risks.
Instructions
List HTTP requests insights with optional filtering by method, path, source and destination workloads, and PII detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Filter string for filtering results. Filter options: method, path, cluster_id, scheme, source_workload_name, source_workload_namespace, destination_workload_name, destination_workload_namespace,has_pii. Example: 'method:GET,path:/api/v1/users,scheme:https,source_workload_name:my-workload,source_workload_namespace:my-namespace,destination_workload_name:my-workload,destination_workload_namespace:my-namespace,has_pii:true' | |
| 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 HTTP requests |