API Guide

Table 149. Attributes (continued)
Attribute Description
After the job is successful, use the JobId to poll the delete group
status. If the job fails, retry the job.
/api/ManagementDomainService/
GetSyncFailureAlertTimeoutValues
This URI represents the possible failure alert timeout values, in minutes, to configure threshold on lead for backup sync.
GET method for failure alert timeout values for configuring threshold
on lead chassis
This method gets the possible failure alert timeout values, in minutes, for configuring threshold on the lead chassis.
Description Returns the failure alert timeout values for configuring threshold on the lead chassis
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#ManagementDomainService.SyncFailureAlertTimeoutValues",
"@odata.type": "#ManagementDomainService.SyncFailureAlertTimeoutValues",
"@odata.id": "/api/ManagementDomainService/
GetSyncFailureAlertTimeoutValues",
"TimeoutValues": [
5,
10,
15,
30,
60
]
}
/api/ManagementDomainService/Actions/
ManagementDomainService.ApproveJoin
POST method for ManagementDomainService.ApproveJoin
If the group is created with manual onboarding policy, this method enables the lead domain administrator to approve or reject pending
requests that are made for joining a MCM domain group.
Description
Approves or rejects pending requests for joining a MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
Approving or rejecting one pending request
Input:
[
{
"Id": 15964,
"Approval":true
}
406 APIs specific to OpenManage Enterprise – Modular Edition