Esx Settings Clusters Enablement Configuration Transition EnableSpec

Esx Settings Clusters Enablement Configuration Transition EnableSpec
Esx Settings Clusters Enablement Configuration Transition EnableSpec

The Esx Settings Clusters Enablement Configuration Transition EnableSpec schema contain properties that describe the specification to be used to enable ConfigManager on the cluster.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "drift_reviews": [
        {
            "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": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "resolution": {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                },
                "originator": "string",
                "retriable": false
            }
        }
    ]
}
drift_reviews
Optional

This field contains the drifts that need review from the user before enable.

This property was added in vSphere API 9.1.0.0.