mindlesstux

Uptime Robot JSON POST value

May 10th, 2018
1,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "username":"UptimeRobot",
  3. "file":"content",
  4. "embeds": [{
  5. "title":"Uptime Robot Notice",
  6. "url":"https://status.domain.com",
  7. "type":"content",
  8. "fields": [
  9. {
  10. "name": "Monitor",
  11. "value": "*monitorFriendlyName*"
  12. },
  13. {
  14. "name": "Status",
  15. "value": "*alertTypeFriendlyName*"
  16. },
  17. {
  18. "name": "Details",
  19. "value": "*alertDetails*"
  20. },
  21. {
  22. "name": "Duration",
  23. "value": "*alertDuration*"
  24. }
  25.  
  26. ]
  27. }]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment