API Guide

Table Of Contents
"Id": "10",
"Description": "OME-Modular User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": false,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900
}
Example
response body
{
"Id": "10",
"Description": "OME-Modular User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK",
"Oem": null
},
"Oem": null,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900,
"IpRangeAddress": null,
"ServiceEnabled": false,
"ByUserName": false,
"ByIPAddress": false,
"EnableIpRangeAddress": false
}
Table 202. Attributes
Attribute name Description
ID ID of the account service.
Description Description of the account service.
Name Name of the account service.
ByUserName Indicates if the service is configured by user name.
ByIPAddress Indicates if the service is configured by IP address.
State Indicates the known state of the resource.
HealthRollup Health roll-up status
Health Health of the resource.
MinPasswordLength Minimum length of the password.
MaxPasswordLength Maximum length of the password.
ServiceEnabled Indicates if the service is enabled or disabled.
AuthFailureLoggingThreshold The number of authorization failures after which the failure
attempt is logged in the Manager log.
Redfish resource model 653