> Problem object

problems are created by the Zabbix server and cannot be modified via the API.

The problem object has the following properties.

PropertyTypeDescription
eventidstringID of the problem event.
sourceintegerType of the problem event.

Possible values:
0 - event created by a trigger;
3 - internal event.
objectintegerType of object that is related to the problem event.

Possible values for trigger events:
0 - trigger.

Possible values for internal events:
0 - trigger;
4 - item;
5 - LLD rule.
objectidstringID of the related object.
clocktimestampTime when the problem event was created.
nsintegerNanoseconds when the problem event was created.
r_eventidstringRecovery event ID.
r_clocktimestampTime when the recovery event was created.
r_nsintegerNanoseconds when the recovery event was created.
correlationidstringCorrelation rule ID if this event was recovered by global correlation rule.
useridstringUser ID if the problem was manually closed.
namestringResolved problem name.
acknowledgedintegerAcknowledge state for problem.

Possible values:
0 - not acknowledged;
1 - acknowledged.
severityintegerProblem current severity.

Possible values:
0 - not classified;
1 - information;
2 - warning;
3 - average;
4 - high;
5 - disaster.
suppressedintegerWhether the problem is suppressed.

Possible values:
0 - problem is in normal state;
1 - problem is suppressed.
opdatastringOperational data with expanded macros.
urlsarray of Media type URLsActive media types URLs.

Problem tag

The problem tag object has the following properties.

PropertyTypeDescription
tagstringProblem tag name.
valuestringProblem tag value.

Media type URLs

Object with media type url have the following properties.

PropertyTypeDescription
namestringMedia type defined URL name.
urlstringMedia type defined URL value.

Results will contain entries only for active media types with enabled event menu entry. Macro used in properties will be expanded, but if one of properties contain non expanded macro both properties will be excluded from results. Supported macros described on page.