API Guide

/api/DeviceService/Actions/
DeviceService.ScanAndAddKeys
This URL automatically scans and adds the known keys.
POST method for DeviceService.ScanAndAddKeys
Description This method automatically scans and adds the known keys.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
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
]
}
/api/DeviceService/Actions/
DeviceService.AddCredentialToDevice
When an onboarding operation is initiated on the OpenManage Enterprise console, this URI is used to first add the credentials of the
devices. This URI can be used to add credential information pertaining to management operations used for a particular target.
POST method for DeviceService.AddCredentialToDevice
Description
Adds the credential information of devices when an onboarding job is initiated.
Privilege JOB_MANAGEMENT
HTTP response
codes
204
Example request
body
{
"DeviceId": [11199],
546 APIs specific to OpenManage Enterprise