Acknowledged
The Acknowledged endpoint allows you to list, add, and delete acknowledged hostnames, apps, and issues.
Get a list of acknowledged hostnames.
{
"list": [
{
"awk_host": {
"host": "0.0.0.0",
"comment": "Randomly scans its-self causing massive fps.",
"created_date": "0000-00-00 00:00",
"type": 1000,
"created_by": "example"
}
}
]
}Add a hostname acknowledgment.
Query Parameters
Name
Type
Description
Delete a hostname acknowledgment.
Query Parameters
Name
Type
Description
Get a list of acknowledged elements.
Query Parameters
Name
Type
Description
Add an app acknowledgment.
Query Parameters
Name
Type
Description
Get information about a specific acknowledgement.
Query Parameters
Name
Type
Description
Delete an element acknowledgment.
Query Parameters
Name
Type
Description
Get a list of acknowledged issues.
Get information about a specific acknowledged issue.
Query Parameters
Name
Type
Description
Add an issue to acknowledged list.
Query Parameters
Name
Type
Description
Delete an acknowledged issue.
Query Parameters
Name
Type
Description
Last updated