NSX-T Data Center Global Manager REST API
CompatibilityCheckResult (type)
{ "additionalProperties": false, "description": "Result of prechecks run for onboarding standby Global Manager or remote site. The checks include NSX version compatibility with active Global Manager, Round Trip Time (RTT), etc. Note that some of checks like RTT are soft limits.", "extends": { "$ref": "BaseCompatibilityCheckResult }, "id": "CompatibilityCheckResult", "module_id": "PolicySiteGM", "properties": { "local_nsx_version": { "description": "Local Site NSX version where active Global Mananger is running.", "readonly": true, "title": "Local Site NSX version where active Global Mananger is running", "type": "string" }, "nsx_version": { "description": "Remote Site NSX version.", "readonly": true, "title": "Remote Site NSX version", "type": "string" }, "rtt": { "description": "Round trip time to the remote Site or Global Manager from active Global Manager.", "readonly": true, "title": "Round trip time to the remote Site or Global Manager from active\nGlobal Manager\n", "type": "integer" }, "rtt_exceeded": { "description": "Flag to indicate if RTT to remote Site exceeds the recommended limit.", "readonly": true, "title": "Flag to indicate if RTT to remote Site exceeds the recommended limit", "type": "boolean" }, "version_compatible": { "description": "Flag to indicate if remote Site NSX version is compatible with active Global Manager.", "readonly": true, "title": "Flag to indicate if remote Site NSX version is compatible", "type": "boolean" } }, "title": "Precheck result for onboaring standby Global Manager or remote Site to\nfederation\n", "type": "object" }