Get company id.
Indicates whether the task is complete.
Gets the end time of the task.
Gets the tasks entity name
Gets the UUID of the entity that is associated with the task.
Indicates whether the task was initiated from the iland API.
Gets the date/time that the task was received/queued by the API.
Gets the raw JSON object from the API.
Gets the datacenter location ID of the task.
Gets the message associated with the task, if there is one. The message may provide extra information if the task ended with an error status.
Gets the task's operation identifier.
Returns an operation description that may provide more detail about the operation that the task is associated with.
Returns the UUID of the organization that the task is associated with.
Gets a map of additional task details that are specific to the task operation type.
If this is a sub-task, returns the UUID of the parent task, otherwise null.
Gets the task progress as a percentage.
Gets the start time of the task, if the task has started. If the task is still queued, returns null.
Indicates the status of the task.
Gets the task's sub-tasks, if this is a composite task.
If this task is a wrapper for a task from another service (vCloud director, Zerto, etc), this will return the ID of the task known to that service. Otherwise returns Uhe task UUID.
Gets the task type.
Gets the full name of the user that initiated the task.
Gets the username of the user that initiated the task.
Gets the UUID of the task.
Cancels a task. Only supported for active, top-level catalog upload tasks.
Gets an observable that is updated as the progress or status of the task changes.
task observable
Gets a promise that resolves or rejects when the task is complete. An error status will cause rejection.
completion promise
Retrieves a new representation of the task from the API.
promise that resolves with updated task
JSON format.
Gets a Task by UUID.
the task uuid
promise that resolves with the Task
Gets a list of tasks filtered by specified query parameters.
the query params
promise that resolves with the TaskList
Generated using TypeDoc
Task.