listRules.json 591 B

123456789101112131415161718192021222324252627
  1. {
  2. "success": true,
  3. "errors": [
  4. {}
  5. ],
  6. "messages": [
  7. {}
  8. ],
  9. "result": [
  10. {
  11. "id": "372e67954025e0ba6aaa6d586b9e0b59",
  12. "description": "Prevent access from abusive clients identified by this UserAgent to mitigate DDoS attack",
  13. "mode": "js_challenge",
  14. "configuration": {
  15. "target": "ua",
  16. "value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4"
  17. }
  18. }
  19. ],
  20. "result_info": {
  21. "page": 1,
  22. "per_page": 20,
  23. "count": 1,
  24. "total_count": 2000
  25. }
  26. }