NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List compute cluster idfw ConfigurationAPI will list all compute cluster wise identity firewall configuration  | 
                      
                        GET /policy/api/v1/infra/settings/firewall/idfw/cluster
                         | 
                    
Delete compute cluster idfw configurationDelete compute cluster identity firewall configuration.  | 
                      
                        DELETE /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
                         | 
                    
Read compute cluster idfw configurationRead compute cluster identity firewall configuration  | 
                      
                        GET /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
                         | 
                    
Patch compute cluster idfw configurationPatch compute cluster identity firewall configuration.  | 
                      
                        PATCH /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
                         | 
                    
Create or update compute cluster idfw configurationUpdate the compute cluster idfw configuration  | 
                      
                        PUT /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
                         | 
                    
Read idfw configuration for standalone hostRead identity firewall configuration for standalone host  | 
                      
                        GET /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
                         | 
                    
Patch idfw configuration for standalone hostPatch identity firewall configuration for standalone host  | 
                      
                        PATCH /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
                         | 
                    
Create or update idfw configuration for standalone hostUpdate the idfw configuration for standalone host  | 
                      
                        PUT /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
                         | 
                    
Post User Login/Logout events for IDFWAPI to receive User Login and Logout events for IDFW  | 
                      
                        POST /policy/api/v1/system/input/login-logout-events
                         |