Management Plane API > Security > Services > Firewall

Get the Realized State of a Firewall Section

Return realized state information of a firewall section.

Request:

Method:
GET
URI Path(s):
/api/v1/firewall/sections/<section-id>/state
Request Headers:
n/a
Query Parameters:
RealizationStateQueryParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/firewall/sections/d1cba5d1-02dc-4507-b6e8-117cb050e71d/state

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
FirewallSectionState+

Example Response:

{ "details": [ { "sub_system_type": "TransportNode", "sub_system_id": "fe651e63-04bd-43a4-a8ec-45381a3b71b9", "state": "in_progress", "failure_message": "CCP:null,TransportNode:fe651e63-04bd-43a4-a8ec-45381a3b71b9,Message:" }, { "sub_system_type": "TransportNode", "sub_system_id": "ebe174ac-e4f1-4135-ba72-3dd2eb7099e3", "state": "in_progress", "failure_message": "CCP:null,TransportNode:ebe174ac-e4f1-4135-ba72-3dd2eb7099e3,Message:" } ], "pending_change_list" : [ { "request_id": "4e0f82a0-4e39-4aa2-9d0a-ef1662dc6bc6" } ], "state": "in_progress" }

Required Permissions:

read

Feature:

firewall_general

Additional Errors: