Esx.Settings.Hosts.Configuration.Drafts.ChangeDetails

Esx.Settings.Hosts.Configuration.Drafts.ChangeDetails
Esx.Settings.Hosts.Configuration.Drafts.ChangeDetails

The Esx.Settings.Hosts.Configuration.Drafts.ChangeDetails schema contains information about changes made in the draft when compared against the current desired document.

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
{
    "modified_properties": {
        "modified_properties": {
            "display_path": [
                "string"
            ],
            "original_path": "string"
        }
    },
    "deleted_properties": {
        "deleted_properties": {
            "display_path": [
                "string"
            ]
        }
    }
}
object
modified_properties
Required

Captures the properties that were added/modified in this draft. The map keys are JSON-Pointers that refer to the properties in the draft that are modifications. The values contain information about the property and, in the case of a modification, the location of the corresponding property in the desired document.

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.

object
deleted_properties
Required

Captures the properties that were deleted from this draft. The map keys are JSON-Pointers that refer to the properties in the desired document that were deleted.

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.