White Papers

OpenManage Essentials-Specific Resource Model
52 REST API GuideOpenManage Essentials
Attribute Name
Description
Name
The name of the range.
RangeID
The unique identifier for the range.
SubnetMask
Subnet mask for the discovery range.
GroupName
The name of the discovery group.
GroupID
The unique identifier for the group.
Timeout
Timeout
Retries
Number of attempts for ICMP/WSMan configuration
WSManUserName
iDRAC user name.
WSManPassword
iDRAC password.
Port
WSMan port number
SecureModeEnabled
true/false
SkipNameCheck
true/false
TrustedSiteEnabled
true/false
CertificateFile
Path of the certificate file if TrustedSiteEnabled is false.
Otherwise value for CertificateFile will be null.
DiscoveryAction
Discovery action to be performed on the added discovery
range. (Enum value)
Note:
1. The certificate file should be located in the same server where OpenManage Essentials is running.
2. All the boolean values (true/false) should be in lower case only.
The attributes associated with the discovery action enumeration are defined in the following table.
Enum
Value
Description
0
Do not perform discovery or inventory
1
Perform only discovery
2
Perform both discovery and inventory
2.17.1 Get list of Discovery Groups and Discovery Ranges
The following resource URI can be used to get list of discovery groups and discovery ranges in OpenManage
Essentials:
<BASE_URI>/DiscoveryRanges
Operations supported: GET
A GET operation on an URI retrieves all the child groups and the ranges under child groups and root group
(All Ranges).
Note: If there is any group without discovery range(s), then it will show only GroupID and GroupName.