Get alert summaries
get/alerts/{alertId}/versions
Returns a collection of alert summaries for each version of the alert.
1{2 "name": "alertVersions",3 "count": 2,4 "links": [5 {6 "method": "GET",7 "rel": "collection",8 "href": "/svi-alert/alerts/20375328210/versions",9 "type": "application/vnd.sas.collection",10 "uri": "/svi-alert/alerts/20375328210/versions"11 },12 {13 "method": "GET",14 "rel": "self",15 "href": "/svi-alert/alerts/20375328210/versions",16 "type": "application/vnd.sas.collection",17 "uri": "/svi-alert/alerts/20375328210/versions"18 }19 ],20 "items": [21 {22 "versionCreationTimeStamp": "2018-10-12T14:10:13.654Z",23 "alertVersion": 2,24 "versionScore": 1000,25 "alertId": "20375328210",26 "version": 1,27 "versionStatusId": "ACTIVE",28 "versionLastUpdateTimeStamp": "2018-10-12T14:10:14.168Z"29 },30 {31 "versionCreationTimeStamp": "2018-10-11T18:11:34.614Z",32 "versionDispositionResolutionCode": "PRODUCTIVE",33 "alertVersion": 1,34 "versionDispositionId": "create_case_and_close",35 "versionScore": 1200,36 "alertId": "20375328210",37 "version": 1,38 "versionStatusId": "CLOSED",39 "versionLastUpdateTimeStamp": "2018-10-11T18:11:43.706Z"40 }41 ],42 "version": 2,43 "accept": "application/vnd.sas.investigation.triage.alert.version.summary+json",44 "description": "OK."45}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No alert exists at the requested path. | Schema |