Alerts History-Query: Filter Entities by Name with Wildcard
Description
Request
URI
POST /api/v1/alerts/history/query
Payload
[
{
"entity": "*urswgvml0*",
"startDate": "2016-06-30T04:00:00Z",
"endDate": "now",
"limit": 5
}
]
POST /api/v1/alerts/history/query
[
{
"entity": "*urswgvml0*",
"startDate": "2016-06-30T04:00:00Z",
"endDate": "now",
"limit": 5
}
]