Request add attachment_Python script-API

Request add attachment_Python script-API


Steps for adding attachment to the request through python script-API.

Extract the attached  "Attachment_Python_Script.zip" >> Edit attachmentscript.py >>Mention product installed url in the base url ; update the api key; update the request id that the attachment need to be upload; mention the file name  >> save (Here 'test.txt' is placed under the folder "Attachment_Python_Script"  and the same is mentioned in the script )

Command prompt >> execute the command to upload the attachment-->py attachmentScript.py

 

Above highlighted are the those that need to be modified based on the requirement. If you are generating technician key under Admin->Technicians, you need to save it. You may also generate the same for the logged in technician using the API key generation option at the profile box at the right top.

 


        New to ADManager Plus?

          New to ADSelfService Plus?

            • Related Articles

            • Add Attachment API assistance for other tools

              Our sample html to test Add Attachment API works well. However many customers are having trouble converting it to code/other tools (Powershell, python, Postman, Curl). Hence we are posting this article to get it using Postman for other tools. We can ...
            • Add request API Using Postman

              You need to send the TECHNICIAN_KEY and format in Params and the data in Body. Also, you have to encode the body and send it. Please refer to the below for your reference which is sent using postman. Attached is the SAMPLE JSON file Example : ...
            • Create New request using Python Script

              Script to raise a new request using Python Script. Pre-requisite - Python should be installed in the server and configured. You can review the instructions here - Requests module should be installed with the python Steps 1. Download the zip file from ...
            • Add attachments using API

              Attachment cannot be added when a request is created, it can be only added after request creation URL : http://localhost:8080/api/v3/attachments?TECHNICIAN_KEY=XXXXXXXXX Body
            • Script to Auto share request

              1. Download MSP_share_Request.zip from the attachment, extract it, and paste the same under ManageEngine\ServiceDesk Plus MSP\integrations\Custom_scripts.          # auto_share_MSP.py      # functions.py      # configuration.json 2. ...