API Guide

Table Of Contents
Table 13. Attributes (continued)
Attribute name Description
PortNumber Port number, if HTTP Proxy Settings is enabled.
EnableAuthentication Enable or disable Proxy Authentication.
EnableProxy Enable or disable HTTP Proxy Settings.
Username Username, if Proxy Authentication is enabled.
Password Password, if Proxy Authentication is enabled.
Security and user management
/api/AccountService
This URI represents the configuration of the user accounts.
GET method for AccountService
This method returns the account level configuration for the user accounts.
Description
Returns account level configurations for the accounts.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#AccountService.AccountService",
"@odata.id": "/api/AccountService",
"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,
"EnableIpRangeAddress": false,
"IpRangeAddress": null,
"ByUserName": false,
"ByIPAddress": false,
"Actions": null,
"Accounts": [
{
"@odata.id": "/api/AccountService/Accounts"
}
],
"Roles": [
{
"@odata.id": "/api/AccountService/Roles"
}
],
"ExternalAccountProvider": {
Application settings
37