get_traceflow_result
Retrieve current state and observations for an existing Traceflow. Check a previously initiated run without waiting, with operation status and dropped-packet reasons and ACL rule IDs.
Instructions
[READ] Get the current state and observations of an existing Traceflow.
Use this to check a previously initiated traceflow without waiting. Returns operation_state (IN_PROGRESS / FINISHED / FAILED) and observations typed by resource_type; Dropped* ones carry reason and acl_rule_id. Only a traceflow run_traceflow left IN_PROGRESS at its timeout is still on the manager — a completed one is deleted server-side and its id 404s here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Optional NSX Manager target from config. | |
| traceflow_id | Yes | Traceflow ID from a previous run_traceflow call. |