esx settings hosts software commits: info
The
info
structure defines the information about software draft. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.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. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
commit_time | date_time | Creation time of the commit. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
description | string | Description accompanying this commit. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
apply_status | string | Apply status of the commit. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Defines possible values regarding the application of this commit. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: APPLIED: Commit has been applied to the host. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. NOT_APPLIED: Commit hasn't been applied to the host. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |