Alerts Query: Entity Expression with Entity Tags
Description
Request
URI
POST /api/v1/alerts/query
Payload
[
{
"entityExpression": "tags.app = 'ATSD'",
"startDate": "2016-06-30T04:00:00Z",
"endDate": "now"
}
]
POST /api/v1/alerts/query
[
{
"entityExpression": "tags.app = 'ATSD'",
"startDate": "2016-06-30T04:00:00Z",
"endDate": "now"
}
]