API Guide

}
/api/AutoDeployService/Actions/AutoDeployService.Verify
This URL validates the identifiers.
Post method for AutoDeployService.Verify
Description This method validates the identifiers.
Privilege AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example Request
Body
{
"AutoDeployId":0,
"TemplateId":9,
"Identifiers" : ["aad6aaa","dsf346fad","sr346hcf" ]
}
Example
Response Body
{
"AutoDeployId": 33,
"AutoDeployDevices": [
{
"Identifier": "AAD6AAA",
"ResultCode": 0,
"BaseEntityId": 10327
},
{
"Identifier": "DSF346FAD",
"ResultCode": 1,
"BaseEntityId": 0
},
{
"Identifier": "SR346HCF",
"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
526 APIs specific to OpenManage Enterprise