Skip to main content

PATCH – RADIUS Settings

Request

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

Request example

{
"Oem":{
"Ami":{
"ExtendedPrivilege":{
"KVMAccess":false,
"VMediaAccess":false
},
"Secret":"testing123",
"ServiceAddress":"10.0.125.48",
"ServicePort":1812
}
},
"ServiceEnabled":true
}

Response

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