NSX-T Data Center REST API
VirtualNetworkApplianceConfigurationState (type)
{
"description": "Configuration state of the Virtual Network Appliance.",
"id": "VirtualNetworkApplianceConfigurationState",
"module_id": "VirtualNetworkApplianceCluster",
"properties": {
"consolidated_status": {
"$ref": "ConfigState",
"readonly": true,
"title": "Overall Status Of Virtual Network Appliance Configuration"
},
"details": {
"items": {
"$ref": "VirtualNetworkApplianceConfigurationStateElement"
},
"readonly": true,
"title": "Array of configuration state of various sub systems failures",
"type": "array"
},
"ha_over_management_interface": {
"description": "This field indicates the state of high availability over management interface configuration at the node level.",
"nsx_feature": "VNASupportForTEPLessVPC",
"required": false,
"title": "High Availability Over Management Interface Configuration State",
"type": "boolean"
},
"progress_state": {
"$ref": "TransportNodeDeploymentProgressState",
"readonly": true,
"title": "Deployment Progress State Of Virtual Network Appliance realization"
}
},
"type": "object"
}