API Guide

Console capabilities
Topics:
/api/ApplicationService/Capabilities
/api/ApplicationService/Capabilities
This URI represents the capabilities of the management consoleOpenManage Enterprise or OMEModular.
GET method for Capabilities
This method returns the capabilities of the management consoleOMEModular or OMEModular. 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 OMEModular.
{
"@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