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 Request
Body
{
"https://[ IP Address ]/api/AutoDeployService/AutoDeploy(1)"
}
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
response body
{
"@odata.context": "/api/
$metadata#Collection(DiscoveryConfigService.DiscoveryJob)",
"@odata.count": 5,
"value": [
{
"@odata.type": "#DiscoveryConfigService.DiscoveryJob",
528 APIs specific to OpenManage Enterprise