NSX-T Data Center REST API

RemoteSiteCompatibilityInfo (type)

{
  "id": "RemoteSiteCompatibilityInfo",
  "module_id": "SiteManager",
  "properties": {
    "is_compatible": {
      "description": "Whether or not these 2 sites are compatible.",
      "title": "are the 2 sites compatible",
      "type": "boolean"
    },
    "local_site": {
      "$ref": "SiteCompatibilityInfo",
      "description": "Local site compatibility information.",
      "title": "local site compatibility"
    },
    "remote_site": {
      "$ref": "SiteCompatibilityInfo",
      "description": "Remote site compatibility information.",
      "title": "remote site compatibility"
    }
  },
  "type": "object"
}