[ZBXNEXT-4811] Change event severity through API Created: 2018 Oct 16  Updated: 2024 Apr 05  Resolved: 2018 Oct 16

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: API (A)
Affects Version/s: 4.0.0
Fix Version/s: None

Type: New Feature Request Priority: Minor
Reporter: Twan K. Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

In Zabbix 4 there is the option to change an event / problem severity. This was also talked about on the 2018 summit.

 

I would love to edit this severity through the API. The idea behind this is so that we can link an event to our ticket system and change the severity from here.



 Comments   
Comment by Rostislav Palivoda [ 2018 Oct 16 ]

https://www.zabbix.com/documentation/4.0/manual/api/reference/event/acknowledge

event.acknowledge:

  • new action property to indicate, what changes should be made. Contains following flags:
    • 0x01 - ZBX_PROBLEM_UPDATE_CLOSE - request to close problems
    • 0x02 - ZBX_PROBLEM_UPDATE_ACKNOWLEDGE - request to acknowledge problems
    • 0x04 - ZBX_PROBLEM_UPDATE_MESSAGE - request to write message to problem
    • 0x08 - ZBX_PROBLEM_UPDATE_SEVERITY - request to change problem severity
Comment by Twan K. [ 2018 Oct 16 ]

Thank you, i didn't expect it to be under the event.acknowledge tab.

I'll close this request since this is already implemented.

Comment by Twan K. [ 2018 Oct 16 ]

Feature is already implemented in Zabbix 4 using event.acknowledge.

Generated at Wed Apr 24 16:36:55 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.