API Guide
"ResultCode": 0,
"BaseEntityId": 10328
}
]
}
Table 173. 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":"*"
}
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')"
}
APIs specific to OpenManage Enterprise 511