NSX-T Data Center REST API
Create or update IDS configuration
Update intrusion detection system configuration on standalone hosts. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IdsStandaloneHostConfig+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config { "ids_enabled": true, "resource_type": "IdsStandaloneHostConfig", "id": "ids-standalone-host-config", "display_name": "/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config", "path": "/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config", "relative_path": "ids-standalone-host-config", "marked_for_delete": false, "_create_user": "system", "_create_time": 1559807855627, "_last_modified_user": "admin", "_last_modified_time": 1559810459486, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IdsStandaloneHostConfig+
  