getRuleDetails.json 466 B

12345678910111213141516171819
  1. {
  2. "success": true,
  3. "errors": [
  4. {}
  5. ],
  6. "messages": [
  7. {}
  8. ],
  9. "result": {
  10. "id": "372e67954025e0ba6aaa6d586b9e0b59",
  11. "description": "Prevent access from abusive clients identified by this UserAgent to mitigate DDoS attack",
  12. "mode": "js_challenge",
  13. "configuration": {
  14. "target": "ua",
  15. "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"
  16. }
  17. }
  18. }