API Guide

Example response
body
{
"JobId": 13514,
"Status": "SUCCESS"
}
Table 149. Attributes
Attribute Description
GroupId Group ID of the lead domain.
JobId Job ID for the delete operation.
NOTE: Use the Job API to poll the status of the delete
JobId. After the job is complete, all the chassis domains
in the group transition to
STANDALONE
type.
Status Status of the delete operation. Possible values:
SUCCESS
FAILED
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
]
}
APIs specific to OpenManage Enterprise – Modular Edition 403