Settings_Hosts_Software_Commits_Info
Settings_Hosts_Software_Commits_Info
The Commits.Info structure defines the information about software draft.
JSON Example
{
"author": "string",
"commit_time": "string",
"description": "string",
"apply_status": "string"
}
string
author
Required
Author of the commit.
string As date-time
commit_time
Required
Creation time of the commit.
string
description
Required
Description accompanying this commit.
apply_status
Required
The Commits.ApplyStatusType enumerated type defines possible values regarding the application of this commit.
APPLIED : Commit has been applied to the host.
NOT_APPLIED : Commit hasn't been applied to the host.