GET/PATCH – 帐户服务属性
使用 GET/PATCH 方法检索 Redfish 服务的 AccountService 资源中的属性。
请求 URL
https://<SMM_IPADDR>/redfish/v1/AccountService
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
|---|---|---|---|---|---|
AccountLockoutDuration | 整数 | 值应介于 0~2880(60)。 | |||
AccountLockoutThreshold | 整数 | 值应介于 0~10(5)。 | |||
Accounts | 对象 | 帐户的链接。 | |||
@odata.id | 字符串 | “/redfish/v1/AccountService/Accounts” | |||
Description | 字符串 | Account Service | |||
Id | 字符串 | “AccountService” | |||
MaxPasswordLength | 整数 | 20 | |||
MinPasswordLength | 整数 | 8~20 (10) | |||
Name | 字符串 | Account Service | |||
OEM | 对象 | 已展开 | |||
Lenovo | 对象 | 已展开 | |||
ComplexPassword | 数字 | 0~5 | |||
IPBlockForTenLoginAttemp | 布尔 | 10 次登录失败后将 IP 地址阻止 300 秒。 值:true 或 false | |||
MinimumPasswordChangeIntervalHours | 数字 | 0~240 (1) | |||
MinimumPasswordReuseCycle | 数字 | 0~10 (5) | |||
PasswordChangeOnFirstAccess | 布尔 | 强制用户在首次访问时更改密码。 值:true 或 false | |||
PasswordExpirationWarningPeriod | 数字 | 0~ PasswordExpirationPeriodDays (0) | |||
OpenBMC | 对象 | 已展开 | |||
AuthMethods | 对象 | 已展开 | |||
BasicAuth | 布尔 | true | |||
Cookie | 布尔 | true | |||
SessionToken | 布尔 | true | |||
TLS | 布尔 | true | |||
XToken | 布尔 | true | |||
PasswordExpirationPeriodDays | 数字 | 0~365 (0) | |||
Roles | 链接 | 角色的链接。 | |||
@odata.id | 字符串 | “/redfish/v1/AccountService/Roles” | |||
ServiceEnabled | 布尔 | true(只读) | |||
REST 操作 – PATCH
| 操作 | 属性 | 注释 |
| PATCH | AccountLockoutDuration AccountLockoutThreshold MaxPasswordLength MinPasswordLength Oem/Lenovo/ComplexPassword Oem/Lenovo/MinimumPasswordChangeIntervalHours Oem/Lenovo/MinimumPasswordReuseCycle Oem/Lenovo/PasswordChangeOnFirstAccess Oem/Lenovo/PasswordExpirationWarningPeriod Oem/Lenovo/PasswordLength PasswordExpirationDays | 要更改密码策略和认证方法,可以对所有这些属性进行单独更改。 |