Skip to main content

PATCH – Advanced RADIUS Settings

Request

PATCH https://{{ip}}/redfish/v1/AccountService/ExternalAccountProviders/RADIUS/Oem/Ami/AdvancedRADIUSSetting
Content-Type: application/json

Request example

{
"RADIUSAuthorization":{
"Administrator":"H=4",
"NoAccess":"H=0",
"Oem":"H=1",
"Operator":"H=3",
"User":"H=2"
}
}

Response

The response status is 204 with no body. For Error Responses, please refer to Error Response.