Update Realization State Barrier Config

Update Realization State Barrier Config

Updates the barrier configuration having interval set in milliseconds The new interval that automatically increments the global realization number

Request
URI
PUT
https://nsxmanager.your.domain/api/v1/realization-state-barrier/config
COPY
Request Body
RealizationStateBarrierConfig of type(s) application/json
Required
This request body class requires all of the following: RevisionedResource , InlineRealizationStateBarrierConfig1
{
    "_self": {
        "rel": "string"
    },
    "_revision": 0,
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "interval": 0
}
Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns RealizationStateBarrierConfig of type(s) application/json
This response body class contains all of the following: RevisionedResource , InlineRealizationStateBarrierConfig1
{
    "_self": {
        "rel": "string"
    },
    "_revision": 0,
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "interval": 0
}

default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code