NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Gets the realization state barrier configurationReturns the current barrier configuration | GET /api/v1/realization-state-barrier/config | 
| Updates the barrier configurationUpdates the barrier configuration having interval set in milliseconds The new interval that automatically increments the global realization number | PUT /api/v1/realization-state-barrier/config | 
| Gets the current barrier numberReturns the current global realization barrier number for NSX. This method has been deprecated. To track realization state, use X-NSX-REQUESTID request header instead. | GET /api/v1/realization-state-barrier/current
                           (Deprecated) | 
| Increments the barrier count by 1Increment the current barrier number by 1 for NSX. This method has been deprecated. To track realization state, use X-NSX-REQUESTID request header instead. | POST /api/v1/realization-state-barrier/current?action=increment
                           (Deprecated) | 
