API Guide

Table Of Contents
/api/ApplicationService/Actions/
ApplicationService.GetConfiguration
POST method for ApplicationService.GetConfiguration
This method returns a collection of all the settings of the system or a group of settings.
Description Returns a collection of settings.
Privilege VIEW
HTTP response
codes
200
Example Request
Body
[] or blank
Example
Response Body
{
"SystemConfiguration": {
"Comments": [
"Export type is Normal,JSON"
],
"Model": "POWEREDGE MX7000",
"ServiceTag": "01PTCOME-Modular",
"TimeStamp": "2018-09-25T13:39:10.933Z",
"Components": [
{
"FQDD": "MM.Embedded.1",
"Attributes": [
{
"Name": "WebServer.1#Timeout",
"Value": 30
},
{
"Name": "WebServer.1#HttpsPort",
"Value": 443
},
{
"Name": "WebServer.1#WebserverEnable",
"Value": true
},
{
"Name": "Preference.1#DeviceName",
"Value": "SLOT_NAME"
},
{
"Name": "LoginSecurity.1#Id",
"Value": "10"
},
{
"Name": "LoginSecurity.1#LockoutFailCount",
"Value": 3
},
{
"Name": "LoginSecurity.1#LockoutFailCountTime",
"Value": 30
},
{
"Name": "LoginSecurity.1#LockoutPenaltyTime",
"Value": 900
},
{
"Name": "LoginSecurity.1#IPRangeAddr",
"Value": null
},
404
APIs specific to OpenManage Enterprise Modular Edition