API Guide
Attribute Description
ServiceTag Chassis Service Tag.
TimeStamp Time stamp when the configuration is retrieved.
Components Components for which the configuration is retrieved.
FQDD A key for each setting.
Attributes Key-value pairs of attributes.
Name Attribute name.
Value Attribute value.
/api/ApplicationService/Actions/
ApplicationService.ApplyConfiguration
POST method for ApplicationService.ApplyConfiguration
This method updates the system settings.
Description Updates the system settings.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"SystemConfiguration": {
"Comments": [
"Export type is Normal,JSON"
],
"Model": "POWEREDGE MX7000",
"ServiceTag": "01PTCMSM",
"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
},
{
358
APIs specific to OpenManage Enterprise - Modular Edition