Files
venus/api-ref/source/v1/samples/anomaly-detect/add-anomaly-rule-request-curl.json
maliangyi f5e51d249a Add request sample of API 'add anomaly rule
Change-Id: I8f987242c133e2fc0eb2f7cd1e59236186fc79b6
2023-09-13 14:27:35 +08:00

4 lines
226 B
JSON

curl -X POST "http://10.49.38.57:10010/v1/anomaly/rule" \
-d '{"title": "test", "desc":"test", "keyword": "out of memory", "log_type":"flog", "module":"nova"}'
-H 'X-Auth-Token: 124'
-H 'Content-type: application/json'