NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get policies filtered based on the given criteriaGet the list of policies filtered based on the given criteria. |
GET /policy/api/v1/infra/firewall/policies
GET /policy/api/v1/global-infra/firewall/policies GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall/policies |
Get rules filtered based on the given criteriaGet the list of rules of given parent path of policy/section, filtered based on the given criteria. Parent path is mandatory. |
GET /policy/api/v1/infra/firewall/rules
GET /policy/api/v1/global-infra/firewall/rules GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall/rules |
Generate host configuration report in CSV formatReturns configuration report of all hosts in CSV format |
POST /policy/api/v1/infra/settings/security/host-configuration-report
|