API Guide

Table Of Contents
Table 78. Attributes (continued)
Attribute Description
NumberOfCritical Number of critical devices.
NumberOfWarning Number of warning devices.
NumberOfNormal Number of normal devices.
NumberOfDowngrade Number of downgrade devices.
Link to Device compliance Report Gives the link to the device compliance report.
POST method for Baselines
This method creates a baseline.
Description Creates a baseline.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Name": "HTTP",
"Description": "HTTP",
"CatalogId": 22,
"RepositoryId": 12,
"RepositoryName": "HTTP",
"RepositoryType": "HTTP",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 500,
"Type": {
"Id": 6000,
"Name": "GROUP"
}
}
]
}
{
"Name": "HTTP1",
"Description": "HTTP1",
"CatalogId": 22,
"RepositoryId": 12,
"RepositoryName": "HTTP",
"RepositoryType": "HTTP",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 25015,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 25016,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
160
Configure