GET – Advanced RADIUS Settings
Request
GET https://{{ip}}/redfish/v1/AccountService/ExternalAccountProviders/RADIUS/Oem/Ami/AdvancedRADIUSSetting
Content-Type: application/json
Name | Type | Read only | Description | |||
---|---|---|---|---|---|---|
(OData Attributes) | Refer to OData Support | |||||
RADIUSAuthorization | Object | false | This object shall contain details of the Privilege levels and associated values for RADIUS users. | |||
Name | Type | Read only | Description | |||
Administrator | String | false | The value of this property shall be a name for the Administrator Privilege in RADIUS server and BMC. | |||
Operator | String | false | The value of this property shall be a name for the Operator Privilege in RADIUS server and BMC. | |||
User | String | false | The value of this property shall be a name for the User Privilege in RADIUS server and BMC. | |||
Oem | String | false | The value of this property shall be a name for the Oem Privilege in RADIUS server and BMC. | |||
NoAccess | String | false | The value of this property shall be a name for the No Access Privilege in RADIUS server and BMC. |
Response example
{
"@odata.context":"/redfish/v1/$metadata#AdvanceRADIUSSetting.AdvanceRADIUSSetting",
"@odata.etag":"\"1584351508\"",
"@odata.id":"/redfish/v1/AccountService/ExternalAccountProviders/RADIUS/Oem/Ami/AdvancedRADIUSSetting",
"@odata.type":"#AdvanceRADIUSSetting.v1_0_0.AdvanceRADIUSSetting",
"RADIUSAuthorization":{
"Administrator":"H=4",
"NoAccess":"H=0",
"Oem":"H=1",
"Operator":"H=3",
"User":"H=2"
}
}
Give documentation feedback