Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

fflch/alertas

Repository files navigation

Sistema de Alertas

Exemplo de request para mudar status do ping:

curl --include --header "Authorization: 123" \
-X POST -H "Content-Type: application/json" --data \
'{"ping_status": "Up","ip": "8.8.1.1","ping_date": "2021-06-20"}' \
http://127.0.0.1:8000/api/ping/

curl --include --header "Authorization: 123" \
-s -d "ping_status=Up&ip=8.8.1.1&ping_date=2021-06-20" \
-X POST http://127.0.0.1:8000/api/ping/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published