appliance configuration desired state: commit spec
The
commit_spec
structure contains fields that are used to create a new commit. 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:
{
"message" : "string"
}
"message" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
message | string | Message to include with 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. Optional. If unset, message is set to empty string. |