listFirewallRules.json 572 B

12345678910111213141516171819202122232425262728
  1. {
  2. "result": [
  3. {
  4. "id": "970b10321e3f4adda674c912b5f76591",
  5. "paused": false,
  6. "description": "Foobar",
  7. "action": "block",
  8. "filter": {
  9. "id": "70f39827184d487e97cc286b960f4cc3",
  10. "expression": "http.cookie eq \"foobar\"",
  11. "paused": false
  12. },
  13. "created_on": "2019-07-05T15:53:15Z",
  14. "modified_on": "2019-07-05T15:53:15Z"
  15. }
  16. ],
  17. "success": true,
  18. "errors": [],
  19. "messages": [],
  20. "result_info": {
  21. "page": 1,
  22. "per_page": 50,
  23. "count": 1,
  24. "total_count": 1,
  25. "total_pages": 1
  26. }
  27. }