API Guide
/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",
"Port": "443",
"Local": true,
"GroupId": "4e361023-07cc-4b98-af3f-ba7c2ef2f5b9",
"GroupName": "DDD"
}
Table 139. Attributes
Attribute Description
Id Record ID.
DeviceId Device ID.
Address IP address.
Name Name of the chassis.
Description Description of the chassis.
Identifier Service Tag of the chassis.
DomainTypeId Information for internal programmatic use.
DomainTypeValue Information for internal programmatic use.
DomainRoleTypeId ID of the domain role. Possible value:
• 3000 — LEAD
• 3001 — MEMBER
• 3002 — STANDALONE
DomainRoleTypeValue Type of domain role. Possible values:
380 APIs specific to OpenManage Enterprise - Modular Edition