API Guide

Attribute Description
LEAD
MEMBER
STANDALONE
Version Version of OME - Modular.
Local
TRUE — Indicates that this domain is the local domain where
the API is executed.
FALSE — Indicates that this domain is the remote domain
where the API is executed.
GroupId Unique identifier of the group across different domains.
GroupName Group name for the MCM domain group.
/api/ManagementDomainService/PendingDomains
This URI represents the pending domain-related requests.
GET method for PendingDomains
This method returns a list of pending requests that are made for joining an MCM domain group.
Description Returns a list of pending requests that are made for joining an MCM domain group.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.PendingDomain)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#ManagementDomainService.PendingDomain",
"@odata.id": "/api/ManagementDomainService/PendingDomains(36197)",
"Id": 36197,
"JobId": 36196,
"State": 1001,
"PublicAddress":
[
"10.35.224.67"
],
"Name": "MX-MCM1",
"Description": "POWEREDGE MX7000",
"Identifier": "MCM1",
"DomainType": "MSM",
"Version": "1.00.10"
}
]
}
Table 140. Attributes
Attribute Description
Id Record ID.
JobId Job ID created for the operation.
State Internal state of the request. Possible values:
APIs specific to OpenManage Enterprise - Modular Edition 381