API Guide

{
"Id": 15964,
"Approval":true
}
]
Output:
{
"Status": "SUCCESS"
}
Approving or rejecting multiple pending requests
Input:
[
{
"Id": 36197,
"Approval": true
},
{
"Id": 36198,
"Approval": false
}
]
Output:
{
"Status": "SUCCESS"
}
Table 133. Attributes
Attribute name Description
Id ID of the pending domain that requested to join the group.
Approval Indicates if the request is approved or rejected. Possible values:
true: Approved
false: Rejected
Status Status of the operation.
FIPS mode settings
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description
Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#ApplicationService.FIPSModeConfiguration/
APIs specific to OpenManage Enterprise - Modular Edition 297