5.0 KiB
5.0 KiB
in /cloud folder :
flask run --debug
Oauth Webex
Tests
Curl alerte
curl -X POST "https://smartwave.matthiasg.dev/alert" \
-H "Content-Type: application/json" \
-d '{
"orchestrator_id": "1",
"alert": {
"type": "TEST",
"message": "C’est un test",
"timestamp": 12345
},
"logs": []
}'