API Guide

Table Of Contents
Table 95. Attributes (continued)
Attribute name Description
PropagateVlan Possible values are:
True
False
/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
Configure 213