{ "description": "Deployment progress state of node VM. This Object contains name of current deployment step and overall progress percentage.", "id": "VMDeploymentProgressState", "module_id": "HostPrepServiceFabric", "properties": { "current_step_title": { "description": "Name of the current running step of deployment", "readonly": true, "required": false, "title": "Name of the current step", "type": "string" }, "progress": { "description": "Overall progress percentage of deployment completed", "readonly": true, "required": false, "title": "Progress percentage", "type": "integer" } }, "title": "Deployment progress of node VM", "type": "object" }