API Guide
APIs specific to OpenManage Enterprise –
Modular Edition
Topics:
• /api/ApplicationService/Settings
• /api/ApplicationService/Network/CurrentAddressConfiguration
• /api/ApplicationService/Network/AddressConfiguration
• /api/ApplicationService/Actions/ApplicationService.GetConfiguration
• /api/ApplicationService/Actions/ApplicationService.ApplyConfiguration
• Brand
• Multichassis management
• FIPS mode settings
• Fabric management
• Port configuration in Fabrics
• Storage management
• Quick Deploy
• Server NIC VLAN configuration
• Template Service
/api/ApplicationService/Settings
This URI represents the application settings information.
GET method for /api/ApplicationService/Settings
This method returns the application settings.
Description
Returns the application settings.
Privilege VIEW
HTTP response
codes
200
Example Request
Body
{
"@odata.context": "/api/
$metadata#Collection(ApplicationService.ConsoleSetting)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#ApplicationService.ConsoleSetting",
"Name": "DEVICE_PREFERRED_NAME",
"DefaultValue": "HOST_NAME",
"Value": "HOST_NAME",
"DataType": "java.lang.String",
"GroupName": "DISCOVERY_SETTING"
}
]
}
16
398 APIs specific to OpenManage Enterprise – Modular Edition