RealizationStateQueryParameters (schema)

Realization state request query parameters

Query parameters that allow checking the realization status of logical entities such as firewall rules and sections.
Name Description Type Notes
barrier_id The system checks to ensure that the logical entity is realized or
not at least at the given barrier number. This parameter has been
deprecated. Please use request_id instead.
integer Deprecated
Minimum: 0
request_id Realization request ID

Passing a request_id allows you to check if the changes to a
logical entity made in a particular API request have been
realized or not. The request_id is returned from each
API request in the X-NSX-REQUESTID header. For example, to
check if a change to a firewall rule has been realized, save
the X-NSX-REQUESTID header value returned from the
PUT /api/v1/firewall/sections//rules/ call,
then add ?request_id= to the
GET /api/v1/firewall/rules//state API call.
string