esx settings clusters software commits: info
The
info
structure defines the information about software draft.Representation:
{
"author" : "string",
"description" : "string",
"apply_status" : "APPLIED",
"commit_time" : "2015-01-01T22:13:05.651Z"
}
"author" : "string",
"description" : "string",
"apply_status" : "APPLIED",
"commit_time" : "2015-01-01T22:13:05.651Z"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
author | string | Author of the commit. |
commit_time | date_time | Creation time of the commit. |
description | string | Description accompanying this commit. |
apply_status | string | Apply status of the commit. The apply_status_type structure defines possible values regarding the application of this commit. Value is one of:APPLIED: Commit has been applied to the cluster. NOT_APPLIED: Commit hasn't been applied to the cluster. |