1. Get Incidents
Usage: getIncidentsByOrg.py appServer user password orgName
Example: python getIncidentsByOrg.py 192.168.20.116 super/admin adm1n super

2. Get triggering event Ids for one or more incidents
Usage: getTriggeringEvents.py appServer user password incidentId1,incidentId2
Example: python getTriggeringEvents.py 192.168.20.116 super/admin adm1n 200,201

3. Update incident attributes
Usage: updateIncidentAttributes.py appServer user password attributeDefFile
Example: python updateCredential.py 192.168.20.116 super/admin adm1n attributeDef.json


