Get alerting scores

get/alertingEvents/{eventId}/scores

Returns alerting scores.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7//scores",
7 "uri": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7//scores",
8 "type": "application/vnd.sas.collection"
9 },
10 {
11 "method": "GET",
12 "rel": "self",
13 "href": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7//scores",
14 "uri": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7//scores",
15 "type": "application/vnd.sas.collection"
16 }
17 ],
18 "name": "scores",
19 "accept": "application/vnd.sas.investigation.triage.score+json",
20 "count": 1,
21 "items": [
22 {
23 "creationTimeStamp": "2024-05-01T08:23:01.487Z",
24 "createdBy": "sas.svi-alert",
25 "links": [
26 {
27 "method": "GET",
28 "rel": "collection",
29 "href": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7/scores",
30 "uri": "/svi-alert/alertingEvents/4764dc72-7e08-4482-8360-4ea05c3f81b7/scores",
31 "type": "application/vnd.sas.collection"
32 }
33 ],
34 "scoreId": "86b32896-d2dd-4884-9f90-3033e2adba86",
35 "alertingEventId": "4764dc72-7e08-4482-8360-4ea05c3f81b7",
36 "score": 600,
37 "scenarioFiredEventIds": [
38 "ABDDF7B1-F096-DB44-8692-7B210B14F2C3"
39 ],
40 "suppressedScenarioFiredEventIds": [],
41 "scoreCalculatedFlag": true
42 }
43 ],
44 "version": 2
45}

Path Parameters

NameTypeRequiredDescription
eventId
string
true

Specifies the identifier for the alert.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alerting event exists at the requested path.

Schema