Esx.Settings.Hosts.Software.Commits.Info
Esx.Settings.Hosts.Software.Commits.Info
The Esx.Settings.Hosts.Software.Commits.Info schema defines the information about software draft.
This schema was added in vSphere API 8.0.0.1.
JSON Example
{
"author": "string",
"commit_time": "string",
"description": "string",
"apply_status": "string"
}
string
author
Required
Author of the commit.
This property was added in vSphere API 8.0.0.1.
string As date-time
As date-time
commit_time
Required
Creation time of the commit.
This property was added in vSphere API 8.0.0.1.
string
description
Required
Description accompanying this commit.
This property was added in vSphere API 8.0.0.1.
string
apply_status
Required
Apply status of the commit.
Possible values:
- APPLIED: Commit has been applied to the host.
- NOT_APPLIED: Commit hasn't been applied to the host.
For more information see: Esx.Settings.Hosts.Software.Commits.ApplyStatusType.
This property was added in vSphere API 8.0.0.1.