Ad Widget

Collapse

ServiceDesk Plus Integration - Open/close calls

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thiago.paz
    Junior Member
    • Jul 2015
    • 2

    #1

    ServiceDesk Plus Integration - Open/close calls

    Hello,

    By e-mail, I already can open a tickets (call) automatically on Servicedesk Plus when a trigger status on zabbix is "problem", but i can't to close the ticket/call when trigger status turn OK.

    Does anyone has a script and/or step by step to do a RestAPI integration between ServiceDesk Plus and Zabbix to open and close calls/tickets?

    Thanks
    Last edited by thiago.paz; 20-07-2015, 17:15.
  • p.jagadesh
    Junior Member
    • Sep 2011
    • 7

    #2
    ServiceDesk Plus Integration - Open/close calls

    Hi Thiago,

    Have you had a change to workout this. currently i am looking for the same scenario.

    Thanks,
    Jagadesh.

    Comment

    • o24artur
      Junior Member
      • Oct 2018
      • 2

      #3
      I have a script that creates a request in MSP but I have a problem with variables, in the application you can not see what device has a problem you see the same variable (screen) Anyone have any idea?

      Below the script:

      curl -X POST https://msp_link/request --data OPERATION_NAME=ADD_REQUEST --data TECHNICIAN_KEY=My_key --data INPUT_DATA="
      <Operation>
      <Details>
      <requester>Administratorzy</requester>
      <subject>
      Service {TRIGGER.NAME} on {HOST.NAME} is Problem at {EVENT.TIME}
      </subject>
      <description> Problem started at {EVENT.TIME} on {EVENT.DATE}
      Problem name: {TRIGGER.NAME}
      Host: {HOST.NAME}
      Severity: {TRIGGER.SEVERITY}
      Original problem ID: {EVENT.ID}
      {TRIGGER.URL}






      </description>
      <site>Piaskowa4</site>
      <account>account</account>
      <asset>{HOST.NAME}</asset>
      <CATEGORY>Siec</CATEGORY>
      <SUBCATEGORY>Wireless</SUBCATEGORY>
      <ITEM>Problem</ITEM>
      </Details></Operation>"
      Attached Files

      Comment

      • markyd85
        Junior Member
        • Aug 2020
        • 5

        #4
        Hi, just wondering if you ever got this up and running? We are looking to do something similar open/close calls with ME SDP.

        Comment

        Working...