Ad Widget

Collapse

Zabbix API and using PSK

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mglaske
    Junior Member
    • Aug 2017
    • 2

    #1

    Zabbix API and using PSK

    I have a question about how to use the PSK instead of username and password with zabbix API. It seems that this was done before by sending

    'key': 'XXX'

    in the jsonrpc request. I was wondering if this was still possible?

    Thanks!
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    PSK is not available when using the Zabbix API.
    Please authenticate once with user.login and call each API using the auth key.

    Comment

    • mglaske
      Junior Member
      • Aug 2017
      • 2

      #3
      Ok. Thanks for the info.

      Comment

      Working...