Mark incident as resolved with Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 12:08 PM
I am trying to mark an incident as resolved via the REST AIP I have tried using the REST API explorer to send a post with the following body {"state":"6"} which didn't seem to have any impact on the incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 06:02 PM
Hi Jacob,
Try {"state":"7"}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 06:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 06:29 PM
For some reason using {"state":"7"} changes the state to "acknowledged". however I am actually not trying to changed that state would I would like to do is simulate clicking the "Resolve" button that is on the top of your screen shot.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 06:44 PM