NSX-T Data Center REST API
Update migration-state of federation site
This API updates the migration-state of host groups which are part ofprovided federation site/s.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/migration/plan?action=update_site_migration_state
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    FederationSiteMigrationState+
  Example Request:
POST https://<nsx-mgr>/api/v1/migration/plan?action=update_site_migration_state { "site_migration_state": [ { "key": "42e3ec73-3cc0-46c7-ab9c-2a4bfe4f8f9b", "value": "ENABLED" } ] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a