SettingsHostsSoftwareStageResult

The Software.StageResult structure contains fields that describe the result of a Software.stage operation.


Properties

string
commit Required

The identifier of the commit used to fetch the desired software document to be staged to a host. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.


host_info Required

Information of the host to which the desired software document specified by the Software.StageResult.commit was staged.


notifications Optional

Notifications providing additional information for Software.stage operation. These notifications are mutually exclusive with the notifications in Software.StageStatus.


status Optional

Specifies the status of the Software.stage operation on the specified Software.StageResult.commit of the desired software document. unset if the Software.stage operation is in progress.

JSON Example

{
	"commit": "string",
	"host_info": {
		"name": "string"
	}
}

Feedback

Was this page helpful?