NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ProgressItemPart (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| description | Description of the process | string | Required |
| error | Error message, if ran into error Error message, if ran into error. |
string | |
| name | Name of the process Name of the process. |
string | Required |
| percentage | 0 - 100 of the task being completed 0 - 100 of the task being completed. |
integer | Required |
| status | Status of this process Status of this process. |
string | Required Enum: RUNNING, ERROR, COMPLETE |