GET / PATCH – 계정 서비스 속성
GET/PATCH 메서드를 사용하여 Redfish 서비스에 대한 AccountService 리소스의 속성을 검색합니다.
요청 URL
https://<SMM_IPADDR>/redfish/v1/AccountService
요청 본문
없음
응답 본문
필드 | 유형 | 설명 | |||
|---|---|---|---|---|---|
AccountLockoutDuration | 정수 | 값은 0~2,880(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 | 암호 정책 및 인증 방법을 변경하려면 이러한 모든 속성을 개별적으로 변경할 수 있습니다. |