API Guide

Table Of Contents
"RunLater":false,
"Cron":"startnow",
"StartTime":"",
"EndTime":""
},
"CreateGroup":true,
"TrapDestination":false
}
Example for
discovery
of OME
Modular using
OpenManage
Enterprise with
trap destination
Example request body
{
"DiscoveryConfigGroupName": "Discovery-testesx2",
"DiscoveryConfigGroupDescription": "null",
"DiscoveryConfigModels": [{
"DiscoveryConfigId": 916135421,
"DiscoveryConfigDescription": "",
"DiscoveryConfigStatus": "",
"DiscoveryConfigTargets": [{
"DiscoveryConfigTargetId": 0,
"NetworkAddressDetail": "x.x.x.x",
"AddressType": 30,
"Disabled": false,
"Exclude": false
}],
"ConnectionProfileId": 0,
"ConnectionProfile": "{\"profileName\":\"\",\"profileDescription\":\"\",
\"type\":\"DISCOVERY\",\"credentials\":[{\"id\":0,\"type\":\"WSMAN\",
\"authType\":\"Basic\",\"modified\":false,\"credentials\":{\"username\":
\"root\",\"password\":\"<password>\",\"caCheck\":false,\"cnCheck\":false,
\"port\":443,\"retries\":3,\"timeout\":60,\"isHttp\":false,
\"keepAlive\":false}},{\"id\":0,\"type\":\"REDFISH\",\"authType\":
\"Basic\",\"modified\":false,\"credentials\":{\"username\":\"root\",
\"password\":\"<password>\",\"caCheck\":false,\"cnCheck\":false,
\"port\":443,\"retries\":3,\"timeout\":60,\"isHttp\":false,
\"keepAlive\":false}}]}",
"DeviceType": [2000]
}],
"Schedule": {
"RunNow": true,
"RunLater": false,
"Cron": "startnow",
"StartTime": "",
"EndTime": ""
},
"CreateGroup": true,
"TrapDestination": true
}
/api/DiscoveryConfigService/Actions/
DiscoveryConfigService.RemoveDiscoveryGroup
This URI represents removing a discovery group.
POST method for DiscoveryConfigService.RemoveDiscoveryGroup
This method removes a discovery group.
Description
Removes a discovery group.
Privilege DISCOVERY_MANAGEMENT
HTTP response
codes
204
APIs specific to OpenManage Enterprise 603