NSX-T Data Center REST API
Get All the Rules for a Section (Deprecated)
Return all firewall rule(s) information for a given firewall section.Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
Request:
Method:
GET
URI Path(s):
/api/v1/firewall/sections/<section-id>/rules
Request Headers:
n/a
Query Parameters:
FirewallListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/firewall/sections/16a93c39-5822-469e-b0be-70728153642e/rules?page_size=1Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
FirewallRuleListResult+