NSX-T Data Center REST API
Create a New Empty Section (Deprecated)
Creates new empty firewall section in the system.Deprecated:
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/firewall/sections
                  
              
            Request Headers:
                n/a
            Query Parameters:
    FirewallInsertParameters+
  Request Body:
    FirewallSection+
  Example Request:
POST https://<nsx-mgr>/api/v1/firewall/sections { "display_name": "web-switch", "section_type" : "LAYER2", "stateful" : false }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    FirewallSection+
  