Esx.Settings.Hosts.Configuration.Drafts.ChangesResult

Esx.Settings.Hosts.Configuration.Drafts.ChangesResult
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.

JSON Example
{
    "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"
        }
    ]
}
sets
Optional

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.

adds
Optional

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.

deletes
Optional

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.