NSX-T Data Center REST API
Update IDFW master switch setting enabled/disabled (Deprecated)
Update Identity Firewall standalone hosts switch setting(true=enabled / false=disabled).
Deprecated:
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/idfw/standalone-host-switch-setting
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IdfwStandaloneHostsSwitchSetting+
  Example Request:
PUT https://<nsx-mgr>/api/v1/idfw/standalone-host-switch-setting { "_revision" : 0, "standalone_hosts_enabled" : false, "_create_time": 1537790838188, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_last_modified_time": 1537790838188, "_create_user": "admin" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IdfwStandaloneHostsSwitchSetting+
  