get_traceflow_result
Retrieve the current state and observations of an existing Traceflow. Check if it finished, failed, or is in progress, including 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.
Args: traceflow_id: Traceflow ID from a previous run_traceflow call. target: Optional NSX Manager target from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| traceflow_id | Yes |