NSX-T Data Center REST API
Read an Existing Rule (Deprecated)
Return existing firewall rule information.Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/firewall/rules/<rule-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/firewall/rules/111616Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    FirewallRule+
  