NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Read the distributed firewall exclude listRead the exclude list for the distributed firewall (DFW). Members in this list are excluded from DFW enforcement. |
GET /policy/api/v1/infra/settings/firewall/security/exclude-list
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list |
Read the distributed firewall exclude list including system and user excluded membersRead the distributed firewall (DFW) exclude list including both system-owned and user-defined excluded members. |
GET /policy/api/v1/infra/settings/firewall/security/exclude-list?system_owned=true
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list?system_owned=true |
Patch exclusion list for security policyPatch exclusion list for security policy. |
PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list
|
Filter the firewall exclude listFilter the firewall exclude list by the given object, to check whether the object is a member of this exclude list. |
POST /policy/api/v1/infra/settings/firewall/security/exclude-list?action=filter
POST /policy/api/v1/global-infra/settings/firewall/security/exclude-list?action=filter |
Create or update exclusion list for security policyUpdate the exclusion list for security policy |
PUT /policy/api/v1/infra/settings/firewall/security/exclude-list
|
Get count of IP addresses in firewall exclude listReturns the count of IP addresses in the firewall exclude list. |
GET /policy/api/v1/infra/settings/firewall/security/exclude-list/members-count
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list/members-count |