Create/Update match criteria for given classification rule_name

PUT {{base_url}}/rapids-config/v1/node_list/:node_type/:node_id/config/classification_rules/:rule_name/match_criteria/

Config related to different critieria that will be matched to classify an API

Request Body

{"min_signal"=>"<integer>", "detected_ap_count"=>"<integer>", "wlan_classification"=>"INTERFERING", "ssid_includes"=>[{"essid"=>"<string>"}, {"essid"=>"<string>"}], "ssid_excludes"=>[{"essid"=>"<string>"}, {"essid"=>"<string>"}], "known_ssid_match"=>"<boolean>", "plugged_into_network"=>"<boolean>", "monitored_time"=>"<integer>", "site_includes"=>[{"name"=>"<string>"}, {"name"=>"<string>"}], "site_excludes"=>[{"name"=>"<string>"}, {"name"=>"<string>"}], "radio_band"=>"BAND_5_GHZ", "encryption"=>"WEP", "valid_client_match"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;license_warning&quot;:&quot;\u003cstring\u003e&quot;,&quot;deprecation_warning&quot;:&quot;\u003cstring\u003e&quot;}