Search Related Report Event Anomaly Entities
List the related events and anomalies over a firing event
eventId
{
"cursor": "string",
"limit": 100,
"query": [
{
"key": "string",
"value": "string",
"values": [
"string"
],
"matchingMethod": "string",
"negated": false,
"start": 0,
"end": 0
}
],
"timeRange": {
"earliestStartTimeEpochMillis": 0,
"latestStartTimeEpochMillis": 0
},
"relatedEventTimeRange": {
"earliestStartTimeEpochMillis": 0,
"latestStartTimeEpochMillis": 0
},
"sortTimeAscending": false,
"sortScoreMethod": "string"
}
The id (exclusive) from which search results resume returning. Users should supply an entity 'id' to this property. Its main purpose is to resume where a previous search left off because of the 'limit' parameter. If a user supplies the last id in a set of results to cursor, while keeping the query the same, the system will return the next page of results
The number of results to return. Default: 100
Whether to sort event results ascending in start time. Default: false
Whether to sort events on similarity score : {NONE, SCORE_ASC, SCORE_DES}. Default: NONE. If sortScoreMethod is set to SCORE_ASC or SCORE_DES, it will override time sort
successful operation
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"relatedEventDTO": {
"computedHlps": [
{
"severity": "string",
"host": "string",
"startTime": 0,
"label": "string",
"observed": 0,
"firing": 0
}
],
"relatedData": {
"relatedId": "string",
"summary": "string",
"alertDescription": "string",
"anomalyChartLink": "string",
"commonSources": [
"string"
],
"commonMetrics": [
"string"
],
"commonDimensions": [
"string"
],
"enhancedScore": "number"
},
"similarityScore": "number",
"table": "string",
"name": "string",
"id": "string",
"startTime": 0,
"endTime": 0,
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"tags": [
"string"
],
"metricsUsed": [
"string"
],
"createdAt": 0,
"hosts": [
"string"
],
"summarizedEvents": 0,
"alertTags": [
"string"
],
"isUserEvent": false,
"isEphemeral": false,
"creatorId": "string",
"updaterId": "string",
"updatedAt": 0,
"runningState": "string",
"canDelete": false,
"canClose": false,
"creatorType": [
"string"
]
},
"relatedAnomalyDTO": {
"relatedData": {
"relatedId": "string",
"summary": "string",
"alertDescription": "string",
"anomalyChartLink": "string",
"commonSources": [
"string"
],
"commonMetrics": [
"string"
],
"commonDimensions": [
"string"
],
"enhancedScore": "number"
},
"id": "string",
"model": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"row": 0,
"dashboardId": "string",
"endMs": 0,
"queryHash": "string",
"imageLink": "string",
"chartHash": "string",
"paramHash": "string",
"startMs": 0,
"section": 0,
"col": 0,
"chartLink": "string",
"originalStripes": [
{
"model": "string",
"endMs": 0,
"imageLink": "string",
"startMs": 0
}
],
"updatedMs": 0,
"deleted": false,
"customer": "string",
"metricsUsed": [
"string"
],
"hostsUsed": [
"string"
],
"creatorId": "string",
"updaterId": "string"
},
"similarityScore": "number"
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}