API Guide
Table 137. Attributes (continued)
Attribute Description
DeviceGroupId The ID of the device group associated with the management
domain.
VirtualIPConfiguration The virtual IP that must be configured on the lead chassis.
IPv4 Details of the virtual IPv4 address.
StaticIPv4Address Static IPv4 that must be configured for the lead chassis.
SubnetMask Subnet mask that must be configured for the lead chassis.
Gateway Gateway that must be configured for the lead chassis.
SyncFailureAlertTimeout The supported alert timeout values for creating and editing a group
are—5, 10, 15, 30, 60.
/api/ManagementDomainService/DiscoveredDomains
This URI represents the chassis domains available on the wired chassis network.
GET method for DiscoveredDomains
This method returns a list of chassis domains available on the wired chassis network.
Description
Returns the list of available chassis domains. Each chassis domain returned identifies its role in a MCM domain
group, if applicable.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.DiscoveredDomain)",
"@odata.count": 3,
"value":
[
{
"@odata.type": "#ManagementDomainService.DiscoveredDomain",
"GroupId": "053ca12c-e181-4502-b4b5-7f5090bbf08c",
"GroupName": "null",
"GroupDescription": "",
"PublicAddress":
[
"10.35.0.191",
"fd76:6c:61:6e36:9d41:a14f:c77f:97d6"
],
"Name": "MX-SKY000S",
"Description": "POWEREDGE MX7000",
"Identifier": "SKY000S",
"DomainTypeId": 4000,
"DomainTypeValue": "OME-Modular",
"DomainRoleTypeId": 3002,
"DomainRoleTypeValue": "STANDALONE",
"Version": "1"
},
{
"@odata.type": "#ManagementDomainService.DiscoveredDomain",
"GroupId": "8e5c5534-8435-47f9-bf79-65498caf7b54",
"GroupName": "Example-GroupName",
"GroupDescription": "Example-GroupDescription",
"PublicAddress":
[
"10.35.155.91"
APIs specific to OpenManage Enterprise – Modular Edition
389