vcf_task
Monitor a long-running VCF task: get its status, identify failed subtask and reason, and wait for completion by polling until terminal state.
Instructions
Check, or wait on, a long-running VCF task.
Most mutations return a task id instead of a result. This reports the task's current status and, when it fails, which subtask failed and why.
Args: target: sddc or installer. task_id: The id returned by vcf_call. wait_seconds: Poll until the task reaches a terminal state or this many seconds elapse. 0 (default) checks once and returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| task_id | Yes | ||
| wait_seconds | No | ||
| poll_interval | No |