Ad Widget

Collapse

need help getting trigger expression {} values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • infantilo
    Junior Member
    • Dec 2020
    • 2

    #1

    need help getting trigger expression {} values

    Hi,
    is there any way to get the calculated "variables" as value from an trigger expression by using the api?

    e.g. the expression looks like:
    Code:
    "expression": "{46672}<20"
    I'd need to get the value of {46672}.
    Can this be done by API?

    MANY MANY thanks for any help!
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    that thing in {}-s is item ID, so yes, you can query that over API aswell.

    Comment

    Working...