NSX-T Data Center REST API
create or update IDS config on cluster level
Update intrusion detection system on cluster level. 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/cluster-configs/<cluster-config-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IdsClusterConfig+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/cluster-configs/test { "ids_enabled": true, "cluster": { "target_type": "cluster", "target_id": "ab422870-db38-4056-be0b-e21ae8704de2" } "resource_type": "IdsClusterConfig", "id": "test", "display_name": "test", "path": "/infra/settings/firewall/security/intrusion-services/cluster-configs/test", "relative_path": "test", "parent_path": "/infra/settings/firewall/security/intrusion-services/cluster-configs/test", "marked_for_delete": false, "_create_user": "admin", "_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:
    IdsClusterConfig+