Files
Smartwave/cloud
..
2026-08-18 15:48:37 +02:00
2026-07-27 17:24:11 +02:00
2026-07-27 17:24:11 +02:00
2026-08-18 15:48:37 +02:00
2026-07-27 18:10:15 +02:00
2026-08-18 15:50:15 +02:00
2026-08-18 15:48:37 +02:00
2026-08-15 18:50:54 +02:00

in /cloud folder :

flask run --debug

Oauth Webex

webexapis.com

Tests

Curl alerte

curl -X POST "https://smartwave.matthiasg.dev/alert" \
-H "Content-Type: application/json" \
-d '{
  "orchestrator_id": "1",
  "alert": {
    "type": "TEST",
    "message": "Cest un test",
    "timestamp": 12345
  },
  "logs": []
}'

Jobs

Trigger Server CVE Audit

curl http://localhost:5000/debug/run-job/server_cve_audit_job

Trigger Client IP Audit

curl http://localhost:5000/debug/run-job/client_ip_audit_job

Trigger Telemetry Request

curl http://localhost:5000/debug/run-job/request_telemetry_job