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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"status":"\u003cstring\u003e","license_warning":"\u003cstring\u003e","deprecation_warning":"\u003cstring\u003e"}