Files
Smartwave/cloud/README.md
T
2026-08-23 10:00:20 +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 https://smartwave.matthiasg.dev/debug/run-job/server_cve_audit_job

Trigger Client IP Audit

curl https://smartwave.matthiasg.dev/debug/run-job/client_ip_audit_job

Trigger Telemetry Request

curl https://smartwave.matthiasg.dev/debug/run-job/request_telemetry_job