Transit CI pipelines must push NSX-T groups and firewall policy without an operator clicking hundreds of rules. Which mechanism should they use?
Select an answer to reveal the explanation.
Short Explanation
Pipelines do not click through 200 rules like a clerk stamping permits by hand. They call the NSX Policy API—or Terraform on top of it—and the groups land as code.
Full Explanation
NSX-T Policy API is the supported automation path for groups and security policy. Terraform and similar IaC tools drive that API. UI screenshots, host iptables, and Guest Introspection installation do not configure policy at scale.