run_transform
Execute a specified Maltego transform against one input entity and return its results, enabling validation of transform mappings.
Instructions
Run a transform against one input entity and return its results.
Check the reported entity count: a transform can report success while producing nothing. See docs/transform-authoring.md.
Args: transform_id: Fully qualified transform name from list_transforms. entity_type: Maltego type of the input entity, e.g. maltego.Domain. entity_value: Value carried by the input entity. settings: Optional transform settings, keyed by setting name. timeout: Seconds to wait before cancelling the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| settings | No | ||
| entity_type | Yes | ||
| entity_value | Yes | ||
| transform_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |