You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Incident 12341ab29e36-394e-11e9-a004-720004270420 status is currently the same open
665
+
code: 400
666
+
'401':
667
+
description: Not authorized
668
+
'404':
669
+
description: account_id incident_id combination not found
670
+
content:
671
+
application/json:
672
+
schema:
673
+
$ref: '#/components/schemas/ErrorResponse'
674
+
examples:
675
+
Http 404 example:
676
+
value:
677
+
error: "Not found"
678
+
code: 404
679
+
'500':
680
+
description: Internal Server Error
681
+
operationId: reopen_incident
682
+
description: reopen an incident
683
+
security:
684
+
- X-AIMS-Auth-Token: []
685
+
x-code-samples:
686
+
- lang: Request Sample
687
+
source: |
688
+
curl -H "x-aims-auth-token: ${TOKEN}" -X POST https://api.cloudinsight.alertlogic.com/iris/v3/12341ab29e36-394e-11e9-a004-720004270420/reopen -d '{"notes": "reopening because of y"}'
689
+
requestBody:
690
+
description: 'The value in notes will be displayed in the customer console as the reason for opening'
0 commit comments