Broadcom · Schema

Broadcom Task

A Task represents an asynchronous operation in VMware Cloud Foundation that tracks the progress and status of long-running infrastructure management activities.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualization

Properties

Name Type Description
id string The unique identifier of the task.
name string The name of the task.
type string The type of the task operation.
status string The current status of the task.
creationTimestamp string The timestamp when the task was created.
completionTimestamp string The timestamp when the task completed.
isCancellable boolean Whether the task can be cancelled.
isRetryable boolean Whether the task can be retried after failure.
resources array The resources associated with this task.
subTasks array The subtasks that make up this task.
errors array Errors encountered during task execution.
View JSON Schema on GitHub