NSX-T Data Center REST API
Reprocesses a logical router configuration and publish updates to controller (Deprecated)
Reprocess logical router configuration and configuration of related entities like logical router ports, static routing, etc.Any missing Updates are published to controller.
Deprecated:
Please use below policy apis instead of this API.
POST /infra/tier-0s/<tier-0-id>?action=reprocess
POST /infra/tier-1s/<tier-1-id>?action=reprocess
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/logical-routers/<logical-router-id>?action=reprocess
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/logical-routers/875381be-a4c5-4173-8aa7-ab71695a8129?action=reprocessSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  