NSX-T Data Center REST API
Updates the barrier configuration
Updates the barrier configuration having interval set in millisecondsThe new interval that automatically increments the global realization number
Request:
Method:
PUT
URI Path(s):
/api/v1/realization-state-barrier/config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RealizationStateBarrierConfig+
Example Request:
PUT https://<nsx-mgr>/api/v1/realization-state-barrier/config { "interval" : 5000, "_revision" : 1 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RealizationStateBarrierConfig+