extract_json_fields
Extract specific fields from JSON content in HTTP flows using JSONPath expressions. Specify flow index, content type (request/response), and paths to retrieve targeted data efficiently.
Instructions
Extract specific fields from JSON content in a flow using JSONPath expressions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_type | Yes | Whether to extract from request or response content | |
flow_index | Yes | The index of the flow | |
json_paths | Yes | JSONPath expressions to extract (e.g. ['$.data.users', '$.metadata.timestamp']) | |
session_id | Yes | The ID of the session |