Files
Smartwave/cloud/README.md
T
Ninluc e69bbc6b45
Build, push image, and notify Watchtower / build-image (push) Successful in 44s
Build, push image, and notify Watchtower / notify (push) Successful in 10s
Debug jobs
2026-08-18 15:50:15 +02:00

5.3 KiB
Raw Blame History

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