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