Create/Update essid in exclude SSIDs for given classification rule_name

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

List of SSIDs to that are to be excluded from this classification rule. If if any of the SSIDs in the list are matched (even partially) the rule is not applied. For example: 'hpe' will match 'aruba-hpe' and 'aruba-hpe-guest'

Request Body

{"essid"=>"<string>"}

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;}