API Guide
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",
"DomainRoleTypeId": 3001,
"DomainRoleTypeValue": "MEMBER",
"Version": "1",
"Local": true,
"GroupId": "8e5c5534-8435-47f9-bf79-65498caf7b54",
"GroupName": "Example-GroupName"
},
{
"@odata.type": "#ManagementDomainService.Domain",
"@odata.id": "/api/ManagementDomainService/Domains(25717)",
"Id": 25717,
"DeviceId": 0,
"PublicAddress":
[
"10.36.0.167"
],
"Name": "MX-01PTCMSM",
"Description": "POWEREDGE MX7000",
APIs specific to OpenManage Enterprise - Modular Edition
303