list_http_requests
Analyze HTTP requests in Kubernetes and cloud environments with optional filters for method, path, workloads, and PII detection. Retrieve insights for security assessments and audits.
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' | |
limit | No | Limit the number of items in the list | |
offset | No | Offset to start the list from | |
q | No | Query to filter the list of HTTP requests |