API Guide
Example request
body
{
"Host":["1.1.1.1"]
}
/api/DeviceService/Actions/DeviceService.RemoveKeys
This URL deletes the keys.
POST method for DeviceService.RemoveKeys
Description This method deletes the keys.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
"KeyIds":[
1,2,3,4
]
}
Auto deploy
/api/AutoDeployService/Targets
This URL is used to get all the auto deploy targets.
GET method for Targets
Description
This method is used to get all the auto deploy targets.
Privilege AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example Response
Body
{
"@odata.context": "/api/
$metadata#Collection(AutoDeployService.AutoDeployTarget)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#AutoDeployService.AutoDeployTarget",
"@odata.id": "/api/AutoDeployService/Targets(7)",
"AutoDeployDeviceId": 7,
"Identifier": "DT3Y6S1",
"TemplateId": 9,
"TemplateTypeId": 2,
"TemplateName": "test-migrate",
"GroupName": null,
"IsBootToNetworkIso": false,
"ShareIp": null,
"ShareType": null,
APIs specific to OpenManage Enterprise 509