API Guide

"IpAddress": "xx.xx.xx.xx",
"ShareName": "10.22.33.22",
"User": "asdf",
"Password": "asdf"
}
},
"Attributes": []
}
/api/AutoDeployService/AutoDeploy(AutoDeployId)
This URL cancels the autodeploy request before finalizing the request and deletes all the identifiers that are added in the validation API.
Delete method for AutoDeploy(AutoDeployId)
Description This method cancels the autodeploy request before finalizing the request and deletes all the identifiers that are
added in the validation API.
Privilege AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
204
Example
Input:
{
"https://[ IP Address ]/api/AutoDeployService/AutoDeploy(1)"
}
Output:
Monitor
Discovery service
/api/DiscoveryConfigService/Jobs
This URI represents the information of discovery tasks.
GET method for Jobs
This method returns the discovery job information with discovery request details.
Description
Returns the discovery job information.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@odata.context": "/api/
$metadata#Collection(DiscoveryConfigService.DiscoveryJob)",
"@odata.count": 5,
"value": [
{
"@odata.type": "#DiscoveryConfigService.DiscoveryJob",
"@odata.id": "/api/DiscoveryConfigService/Jobs(25249)",
"JobId": 25249,
"JobName": "Discovery-2017033110553636",
"JobDescription": "Discovery-2017033110553636",
"JobSchedule": "",
APIs specific to OpenManage Enterprise 411