Esx.Settings.Clusters.Configuration.Drafts.ChangeDetails

Esx.Settings.Clusters.Configuration.Drafts.ChangeDetails
Esx.Settings.Clusters.Configuration.Drafts.ChangeDetails

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

This schema was added in vSphere API 8.0.2.0.

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.

This property was added in vSphere API 8.0.2.0.

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.

This property was added in vSphere API 8.0.2.0.