API Guide

Table Of Contents
"Identifier": "AAD6AAA",
"ResultCode": 0,
"BaseEntityId": 10327
},
{
"Identifier": "DSF346FAD",
"ResultCode": 1,
"BaseEntityId": 0
},
{
"Identifier": "SR346HCF",
"ResultCode": 0,
"BaseEntityId": 10328
}
]
}
Table 181. Attributes
Attribute name Description
ResultCode
0=Action Successful
1=Identifier has invalid length
2=A device with this identifier has already been discovered
3=An auto-deploy request exists for this identifier
4=The identifier is a Node ID, which cannot be used with a
chassis-based template.
100=Invalid value for TeamplateId
101=Invalid value for AutoDeployId
/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 Request
Body
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":"*"
}
APIs specific to OpenManage Enterprise 595