API Guide

Table Of Contents
}
}
]
}
Clear enclosure assignment
POST method for clearing enclosure assignment
Description Creates a job to clear the storage assignments in Enclosure Assigned mode.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"JobName":"Storage Assignment Task 48",
"JobDescription":"Storage Assignment Task",
"Schedule":"startnow",
"State":"Enabled",
"JobType":{
"Id":3,
"Name":"DeviceAction_Task"
},
"Params":[
{
"Key":"operationName",
"Value":"CLEAR_STORAGE_ASSIGNMENT"
},
{
"Key":"assignmentMode",
"Value":"1"
}
],
"Targets":[
{
"Id":<Insight/Storage Sled Device Id>,
"Data":"",
"TargetType":{
"Id":1000,
"Name":"DEVICE"
}
}
]
}
Assign drives
POST method for drive assignment
Description
Creates a job to assign individual storage drives to server slots.
Privilege STORAGE_MANAGEMENT
HTTP response
codes
201
516 APIs specific to OpenManage Enterprise Modular Edition