API Guide

Table 138. Attributes (continued)
Attribute Description
Local
TRUE Indicates that this domain is the local domain
where the API is run.
FALSE Indicates that this domain is the remote domain
where the API is run.
GroupId Unique identifier of the group across different domains.
GroupName Group name for the MCM domain group.
BackupLead Indicates if the domain is a backup lead.
Capabilities Indicates the capabilities of the domain.
LEADBACKUPCOMPATIBLE Indicates if the domain is backup lead eligible.
BackupHealth Indicates the health of lead data replication on the backup
chassis and if the backup data is current or stale when
compared to the lead data. The backup health is applicable
only to backup lead domain the API, /api/
ManagementDomainService/Domains. In the other
domains, the backup lead is displayed as "2000" or unknown.
The backup health for backup lead chassis is displayed as
"2000" or unknown when the API is run on a member chassis.
/api/ManagementDomainService/Domains(Id)
This URI represents the role of a specific chassis domain.
GET method for Domains(Id)
This method returns the role of a specific chassis domain.
The chassis domain role is as follows:
Chassis domain part of MCM group LEAD or MEMBER
Chassis domain not part of a MCM group STANDALONE
Description
Returns the role of a specific chassis domain.
Part of MCM LEAD or MEMBER
Not part of MCM STANDALONE
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#ManagementDomainService.Domain/$entity",
"@odata.id": "/api/ManagementDomainService/Domains(2714)",
"Id": 2714,
"DeviceId": 2664,
"Address": "fde1:53ba:e9a0:de14:1a66:daff:fe76:4ebc",
"Name": "cmc-LEAD123",
"Description": "Chassis-LEAD123",
"Identifier": "LEAD123",
"DomainTypeId": 4000,
"DomainTypeValue": "MSM",
"DomainRoleTypeId": 3000,
"DomainRoleTypeValue": "LEAD",
"Version": "VERSION",
392 APIs specific to OpenManage Enterprise Modular Edition