cis task: progress
The
progress
structure contains information describe the progress of an operation. This structure was added in vSphere API 6.7Representation:
{
"completed": 1,
"message": {
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
"total": 1
}
"completed": 1,
"message": {
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
"total": 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
total | long | Total amount of the work for the operation. This attribute was added in vSphere API 6.7 |
completed | long | The amount of work completed for the operation. The value can only be incremented. This attribute was added in vSphere API 6.7 |
message | localizable_message | Message about the work progress. This attribute was added in vSphere API 6.7 |