API Guide
/api/AutoDeployService/Actions/
AutoDeployService.Delete
This URL deletes the list of autoDeployDevice IDs.
POST method for AutoDeployService.Delete
Description This method deletes the list of autoDeployDevice IDs.
Privilege AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example
Input:
Case 1: Send AutoDeployDeviceIds – to delete the selected devices in the
auto deploy wizard.
{
"AutoDeployDeviceId":[17626,17627,17628],
"SelectAll":false,
"Filters":"*"
}
Case 2: Select All without filters – to delete all the devices in the auto
deploy wizard
{
"AutoDeployDeviceId":null,
"SelectAll":true,
"Filters":"*"
}
Case 3: Select All with filters – to delete all the devices in the auto
deploy wizard which matches the filter condition
{
"AutoDeployDeviceId":null,
"SelectAll":true,
"Filters":"contains(Identifier,'RR')&contains(TemplateName,'sample')"
}
/api/AutoDeployService/AutoDeploy
After the identifiers are validated, this URL is used to complete the AutoDeploy request with the NetworkBootIso details.
POST method for AutoDeploy
Description
After the identifiers are validated, this method is used to complete the AutoDeploy request with the
NetworkBootIso details.
Privilege AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"AutoDeployId": 33,
"GroupId": null,
"NetworkBootIsoModel": {
"BootToNetwork": true,
"ShareType": "CIFS",
"IsoPath": "abc.iso",
"ShareDetail": {
410 APIs specific to OpenManage Enterprise