API Guide
"Version": "1.00.10"
}
]
}
Table 143. 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.
Description Description of the onboarding chassis.
Identifier Service tag of the onboarding chassis.
Domain type Information for internal programmatic use.
Version Version of OME–Modular of the onboarding chassis.
/api/ManagementDomainService/PendingDomains(Id)
This URI represents a specific pending domain-related requests in the collection of pending requests.
GET method for PendingDomains(Id)
This method returns a specific pending request that is made for joining an MCM domain group.
Description
Returns a specific pending request for joining an MCM domain group.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#ManagementDomainService.PendingDomain/
$entity",
"@odata.id": "/api/ManagementDomainService/PendingDomains(15964)",
"Id": 15964,
"JobId": 0,
"State": 1001,
"Address": "fde1:53ba:e9a0:de14:1a66:daff:fe76:4de5",
"Name": "cmc-MEM123",
"Description": "Chassis-MEM123",
"Identifier": "MEM123",
APIs specific to OpenManage Enterprise – Modular Edition 401