Esx.Settings.Hosts.Configuration.Drafts.ChangesResult
The Esx.Settings.Hosts.Configuration.Drafts.ChangesResult schema contains a detailed description of the differences between this draft and the current desired configuration.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
{
"sets": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
],
"adds": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
],
"deletes": [
{
"path": "string",
"display_path": [
"string"
],
"type": "string",
"current": "string",
"draft": "string"
}
]
}
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If set, this contains a list of properties that have been changed from one value to another in this draft.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If set, this contains a list of properties that have been added in this draft.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If set, this contains a list of properties that have been deleted in this draft.