NSX-T Data Center REST API
EdgeFailoverChecksConfig (type)
{
"id": "EdgeFailoverChecksConfig",
"module_id": "EdgeUpgrade",
"properties": {
"disable_checks_for_edge_clusters": {
"description": "To disable the pre-checks on selective edge clusters.",
"items": {
"type": "string"
},
"title": "Mentions list of edge cluster policy paths",
"type": "array"
},
"disable_checks_for_unpinned_edges": {
"description": "true: Default behavior for upgrades from 9.0 onwards. Disables the pre-checks for edges that are not pinned. This will perform the checks only for the edges which have \"edge_host_affinity_config\" set in the intent. We will assume an edge to be pinned only when \"edge_host_affinity_config\" set in the intent. Otherwise, the pre-checks will be skipped. false: During host/edge upgrade, perform the checks for all edges, pinned or unpinned alike.",
"required": true,
"title": "Toggle pre-checks between pinned or all edges",
"type": "boolean"
},
"enabled": {
"description": "true: Execute all pre-checks. Default behavior for upgrades from 9.0 onwards. false: To disable all pre-checks.",
"required": true,
"title": "Enable or disable edge failover pre-checks",
"type": "boolean"
}
},
"type": "object"
}