NSX-T Data Center REST API
Synchronizes the repository data between nsx managers.
Returns the synchronization status for the manager represented by given <node-id>.Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/cluster/nodes/<node-id>/repo_sync/status
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/cluster/nodes/12f563af-af9f-48f3-848e-e9257c8740b0/repo_sync/statusSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    RepoSyncStatusReport+