Esx.Settings.Clusters.Configuration.Drafts.ChangesResult

Esx.Settings.Clusters.Configuration.Drafts.ChangesResult
Esx.Settings.Clusters.Configuration.Drafts.ChangesResult

The Esx.Settings.Clusters.Configuration.Drafts.ChangesResult schema contains a detailed description of the differences between this draft and the current desired configuration.

This schema was added in vSphere API 8.0.2.0.

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

This property was added in vSphere API 8.0.2.0.

If set, this contains a list of properties that have been changed from one value to another in this draft.

adds
Optional

This property was added in vSphere API 8.0.2.0.

If set, this contains a list of properties that have been added in this draft.

deletes
Optional

This property was added in vSphere API 8.0.2.0.

If set, this contains a list of properties that have been deleted in this draft.