NSX-T Data Center REST API
Get the Realized State of a Logical Router (Deprecated)
Return realized state information of a logical router.Any configuration update that affects the logical router can use this API
to get its realized state by passing a request_id returned by the
configuration change operation. e.g. Update configuration of logical router,
static routes, etc.
Deprecated:
Please use below policy apis instead of this API.
GET /infra/tier-0s/<tier-0-id>/state
GET /infra/tier-1s/<tier-1-id>/state
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/logical-routers/<logical-router-id>/state
                  
              
            Request Headers:
                n/a
            Query Parameters:
    RealizationStateQueryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/logical-routers/7a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c/stateSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    LogicalRouterState+
  