Hello,
I have been using Python scripts provided by IBM to get all the incidents from Resilient and generate a few reports. All this while I was using the script in order to utilize the JSON format. Now I am looking for a solution of getting the incidents in XML format as I need to integrate other service which can only accept XML. Now, I understand it is possible to convert JSON to XML using a few Python libraries. But I am more inclined towards having an approach which might not involve me running another script to convert the output.
Can someone help me to get all the incidents (opened and closed) in XML format using any Python script or APIs (if already available), as I was not able to figure it out.
Thanks in advance!
------------------------------
Maulik Padh
------------------------------