NSX-T Data Center REST API
FederationStatus (type)
{
"id": "FederationStatus",
"module_id": "SiteManager",
"properties": {
"active_standby_sync_statuses": {
"description": "Status of synchronization between active and standby sites. As this is a LR status, we will not include this when postgres is used in vmsp, since it will have its own REST server.",
"items": {
"$ref": "ActiveStandbySyncStatus"
},
"required": false,
"title": "Status of synchronization between active and standby sites.",
"type": "array"
},
"remote_connections": {
"description": "Site connection status.",
"items": {
"$ref": "SiteStatus"
},
"title": "Site connection status",
"type": "array"
}
},
"type": "object"
}