API Guide

Table Of Contents
If you execute this API on the LEAD, one domain representing each MEMBER in the group and one domain representing the
LEAD is returned. For example, a group with 10 chassis (1 Lead and 9 members) returns information for 10 domains.
If you execute this API on a MEMBER, one domain representing the MEMBER (itself) and one domain representing the LEAD is
returned.
Description Returns the role of this chassis domain.
Part of MCM LEAD or MEMBER
Not part of MCM STANDALONE
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output Standalone chassis:
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.Domain)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#ManagementDomainService.Domain",
"@odata.id": "/api/ManagementDomainService/Domains(25025)",
"Id": 25025,
"DeviceId": 25007,
"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",
"Version": "1",
"Local": true,
"GroupId": "053ca12c-e181-4502-b4b5-7f5090bbf08c",
"GroupName": null
}
]
}
Output Member chassis:
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.Domain)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#ManagementDomainService.Domain",
"@odata.id": "/api/ManagementDomainService/Domains(25018)",
"Id": 25018,
"DeviceId": 25003,
"PublicAddress":
[
"10.35.155.91"
],
"Name": "MX-UTSKY88",
"Description": "POWEREDGE MX7000",
"Identifier": "UTSKY88",
"DomainTypeId": 4000,
"DomainTypeValue": "MSM",
294
APIs specific to OpenManage Enterprise - Modular Edition