API Guide

Table 128. Attributes(continued)
Attribute Description
GroupName Name of the group.
GroupDescription Description of the group.
JoinApproval Join approval
Automatic: Join requests from a standalone chassis are
automatically approved.
Manual: Join requests from a standalone chassis are queued on
the lead for administrator's approval. Onboarding of the remote
chassis does not get initiated until approved.
ConfigReplication Configuration that is replicated when a new domain joins this
group.
ConfigType Configuration type.
Enabled Indicates if the configuration type is propagated to the member
domain.
DeviceGroupId The ID of the device group associated with the management
domain.
/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
Input:
Output:
{
"@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": "MSM",
"DomainRoleTypeId": 3002,
"DomainRoleTypeValue": "STANDALONE",
APIs specific to OpenManage Enterprise - Modular Edition 299