Create role restrictions for given airgroup server

POST {{base_url}}/airgroup-config/v2/servers/servers_list/:mac_address/role_restrictions/

Configuration of Client Role restrictions applicable to this server

Request Body

{"disallowed_roles"=>[{"role"=>"<string>"}, {"role"=>"<string>"}], "allowed_roles"=>[{"role"=>"<string>"}, {"role"=>"<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;}