This folder contains sample code to call IRIS from the soc-integrator context.
python soc-integrator/examples/iris_api_examples.py
Environment variables:
IRIS_BASE_URL (default: https://localhost:8443)IRIS_API_KEY (optional)IRIS_VERIFY_SSL (default: false)INTEGRATOR_URL (default: http://localhost:8088)bash soc-integrator/examples/iris_api_examples.sh
This script demonstrates:
IRIS /api/v2/casessoc-integrator /action/create-iris-caseUse this helper with the sample workflow:
/Users/simplicoltd./projects/soc/shuffle-workflows/sample-webhook-soc-integrator-iris-workflow.jsonRun:
SHUFFLE_WEBHOOK_URL='http://localhost:3001/api/v1/hooks/webhook_xxx' \
bash soc-integrator/examples/send_to_shuffle_webhook.sh
Environment variables:
SHUFFLE_WEBHOOK_URL (required)INTEGRATOR_URL (default: http://localhost:8088)INTERNAL_KEY (optional)