API Guide

Table Of Contents
/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": "OME-Modular",
"Version": "1.00.10"
}
]
}
Table 147. Attributes
Attribute Description
Id Record ID.
JobId Job ID created for the operation.
State Internal state of the request. Possible values:
1001 - Join approval is pending with the lead domain.
1002 - Join request is approved by the lead.
1004 - Onboarding is in progress.
1006 - Request is initiated to delete the member domain.
1007 - Request is in progress to delete the member
domain.
1012 - Request to join group is initiated from the stand-
alone chassis.
1013 - This onboard state is displayed only on stand-alone
chassis when the lead approves the pending join request
and initiates the onboarding.
Address IP address of the onboarding chassis.
Name Name of the onboarding chassis.
APIs specific to OpenManage Enterprise Modular Edition 439