NSX-T Data Center REST API

Associated URIs:

API Description API Path

Read the distributed firewall exclude list


Read 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 members


Read 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 policy


Patch exclusion list for security policy.
PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list

Filter the firewall exclude list


Filter 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 policy


Update the exclusion list for security policy
PUT /policy/api/v1/infra/settings/firewall/security/exclude-list

Get count of IP addresses in firewall exclude list


Returns 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