API Guide

Table Of Contents
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 consoleOME-Modular or OpenManage Enterprise. 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": 8,
"value": [
{
"@odata.type": "#ApplicationService.Capability",
"Name": "BOOT_TO_NETWORK_ISO",
"Description": "This capability is for booting devices from
network iso."
},
{
"@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"
},
{
"@odata.type": "#ApplicationService.Capability",
"Name": "OIDC_CAPABILITY",
"Description": "OIDC SSO"
},
13
Console capabilities 387