GET / PATCH – AccountService プロパティー
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 | ストリング | アカウント・サービス | |||
Id | ストリング | “AccountService” | |||
MaxPasswordLength | 整数 | 20 | |||
MinPasswordLength | 整数 | 8~20 (10) | |||
Name | ストリング | Account Service | |||
OEM | オブジェクト | 展開済み | |||
Lenovo | オブジェクト | 展開済み | |||
ComplexPassword | 数値 | 0~5 | |||
IPBlockForTenLoginAttemp | ブーリアン | ログインに 10 回失敗した後の 300 秒間の IP アドレス・ブロック。 値: 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 | パスワード・ポリシーと認証方法を変更するには、これらのプロパティーをすべて個別に変更できます。 |