API Guide

"Value": "D23RPK2:port-group1/1/16"
},
{
"Key": "operationName",
"Value": "CONFIGURE_PORT_BREAK_OUT"
}
],
"JobType": {
"@odata.type": "#JobService.JobType",
"Id": 3,
"Name": "DeviceAction_Task",
"Internal": false
}
}
Table 163. 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 see 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 OMEModular. 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
Example request
body
{
"JobName":"Storage Assignment",
"JobDescription":"Storage Assignment Job",
"Schedule":"startnow",
"State":"Enabled",
"JobType":
{
"Id":3,
"Name":"DeviceAction_Task"
},
"Params":
[
{
"Key":"operationName",
"Value":"ASSIGN_STORAGE"
},
APIs specific to OpenManage Enterprise Modular Edition 463