API Guide
Console capabilities
Topics:
• /api/ApplicationService/Capabilities
/api/ApplicationService/Capabilities
This URI represents the capabilities of the management console—OpenManage Enterprise or OME–Modular.
GET method for Capabilities
This method returns the capabilities of the management console—OME–Modular or OME–Modular. These two management
consoles have different capabilities.
Description Returns the capabilities of the management console.
Privilege VIEW
HTTP response
codes
200
Example
response body
Example of application capabilities of OME–Modular.
{
"@odata.context": "/api/
$metadata#Collection(ApplicationService.Capability)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#ApplicationService.Capability",
"Name": "OIDC_CAPABILITY",
"Description": "OIDC SSO"
},
{
"@odata.type": "#ApplicationService.Capability",
"Name": "DEPLOY_TO_SLOT",
"Description": "Deploy to Slot"
},
{
"@odata.type": "#ApplicationService.Capability",
"Name": "VLAN_CONFIG",
"Description": "Vlan Config"
},
{
"@odata.type": "#ApplicationService.Capability",
"Name": "VIRTUAL_IO",
"Description": "Virtual IO"
},
{
"@odata.type": "#ApplicationService.Capability",
"Name": "NETWORK_CONFIGURATION",
"Description": "Network Configuration"
}
]
}
Example of application capabilities of OpenManage Enterprise.
{
13
344 Console capabilities