API Guide

/api/TemplateService/Actions/TemplateService.RemoveBaseline
POST method for TemplateService.RemoveBaseline
Description This method removes the compliance baseline.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"BaselineIds": [1,2,5..]
}
/api/TemplateService/Actions/TemplateService.Remediate
POST method for TemplateService.Remediate
Description This method ensures that the device is compliant to a baseline.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"id": 1,
"targetIds": [5864]
}
Identity pools
/api/IdentityPoolService/IdentityPools
This URI represents the identity pools.
GET method for IdentityPools
This method returns the details of all identity pools.
Description
Returns identity pools.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.IdentityPool)",
"@odata.count": 2,
"value":
Configure 213