v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBAsset Group
Asset Group
Updates the details of an asset group. See the search criteria endpoint (/search_criteria) for more information about building the search criteria and examples.
put/api/3/asset_groups/{id}
Path parameters
idinteger required
The identifier of the asset group.
Example:61
The identifier of the asset group.
Request body
Example request
{
"assets": 768,
"description": "Assets with unacceptable high risk required immediate remediation.",
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"name": "High Risk Assets",
"riskScore": 4457823.78,
"searchCriteria": {
"match": "all"
},
"type": "dynamic",
"vulnerabilities": {
"critical": 16,
"moderate": 3,
"severe": 76,
"total": 95
}
}Response
OK