Esx.Settings.Clusters.Configuration.DriftReview

Esx.Settings.Clusters.Configuration.DriftReview
Esx.Settings.Clusters.Configuration.DriftReview

Represents the drifts that need review.

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
{
    "property_paths": [
        "string"
    ],
    "drift_review_policy": {
        "type": "string",
        "name": "string",
        "possible_values": [
            "string"
        ],
        "value_string": "string",
        "value_long": 0,
        "value_boolean": false
    },
    "notification": {
        "type": "string",
        "id": "string",
        "time": "string",
        "message": "Vapi.Std.LocalizableMessage Object",
        "resolution": "Vapi.Std.LocalizableMessage Object",
        "originator": "string",
        "retriable": false
    }
}
array of string
property_paths
Required

Set of property paths for the configuration which has drift and needs review. This can either be the path of a drift in cluster config which start with profile, or a drift in host-specific or host-override.

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.

drift_review_policy
Optional

The policy provided by the solution.

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.

notification
Optional

Notification that provides additional information about the drift.

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.