API Guide

HTTP response
codes
201
Example
Input:
"Params":
[
{
"Key":"operationName",
"Value":"CONFIGURE_PORT_SPEED"
},
{
"Key":"interfaceId",
"Value":"GF86XC2:1/1/9,GF86XC2:1/1/10"
},
{
"Key":"speed",
"Value":"100000"
}
],
"Targets":
[
{
"Id":2664,
"Data":"",
"TargetType":
{
"Id":4000,
"Name":"DEVICE"
}
}
]
Output:
Table 137. Attributes
Attribute name Description
TargetType (Id) Network IOM device ID.
InterfaceId Port name.
Key Operation name. Depending on the type of configuration you want
to perform, select the operation name as provided in the Input
snippet.
NOTE: Ensure that you refer the right parameters in the provided Input snippet. For example, for configuring MTU
speed, use
Speed
as the key and
1000
as the value.
Storage management
These APIs enable you to perform storage-management operations in OME - Modular. The URI for these operation is /api/
JobService/Jobs.
Assign enclosure
POST method for enclosure assignment
Description
Creates a job to assign the entire storage in an enclosure to one or more server slots.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
342 APIs specific to OpenManage Enterprise - Modular Edition