NSX-T Data Center REST API
ProgressItem (type)
{
"id": "ProgressItem",
"module_id": "SiteManager",
"properties": {
"description": {
"description": "Progress item description.",
"required": true,
"title": "Item description",
"type": "string"
},
"name": {
"description": "Name of the progress item.",
"required": true,
"title": "Name of the item",
"type": "string"
},
"parts": {
"description": "Finer details, usually there is only one part.",
"items": {
"$ref": "ProgressItemPart"
},
"title": "Finer details, usually there is only one part",
"type": "array"
}
},
"type": "object"
}