Nav apraksta

tum 9de2549954 first commit 1 mēnesi atpakaļ
..
README.md 9de2549954 first commit 1 mēnesi atpakaļ
iris_api_examples.py 9de2549954 first commit 1 mēnesi atpakaļ
iris_api_examples.sh 9de2549954 first commit 1 mēnesi atpakaļ

README.md

IRIS API Samples

This folder contains sample code to call IRIS from the soc-integrator context.

Python example

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)

Curl example

bash soc-integrator/examples/iris_api_examples.sh

This script demonstrates:

  1. Direct call to IRIS /api/v2/cases
  2. Call through soc-integrator /action/create-iris-case