1. Get incidents
Usage: getIncidents.py appServer user password [status] [incidentId] timeFrom timeTo startIndex size
Example: python getIncidents.py 192.168.20.116 super/admin adm1n [0] [1] 1627015521000 1627022721000 0 10
2. Get incidents via POST
Usage: getIncidentsPOST.py appServer user password file
Example: python getIncidentsPOST.py 192.168.20.116 super/admin adm1n incidentFilterJSON.json
3. Get triggering events
Usage: getTriggeringEvents.py appServer user password incidentId size
Example: python getTriggeringEvents.py 192.168.20.116 super/admin adm1n 1 10
4. Update incident external attributes
Usage: updateIncident.py appServer user password incidentId file
Example: python updateIncident.py 192.168.20.116 super/admin adm1n 1 incidentExtUpdateSON.json