createFirewallRules.json 822 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "result": [
  3. {
  4. "id": "970b10321e3f4adda674c912b5f76591",
  5. "paused": false,
  6. "description": "Foo",
  7. "action": "block",
  8. "filter": {
  9. "id": "70f39827184d487e97cc286b960f4cc3",
  10. "expression": "http.cookie eq \"foo\"",
  11. "paused": false
  12. },
  13. "created_on": "2019-07-05T15:53:15Z",
  14. "modified_on": "2019-07-05T15:53:15Z"
  15. },
  16. {
  17. "id": "42c05fd0e0af4d17a361d2d1423476bc",
  18. "paused": false,
  19. "description": "Bar",
  20. "action": "block",
  21. "filter": {
  22. "id": "246b4d9f5f51471485bdc95e1c6b53a7",
  23. "expression": "http.cookie eq \"bar\"",
  24. "paused": false
  25. },
  26. "created_on": "2019-07-05T15:53:15Z",
  27. "modified_on": "2019-07-05T15:53:15Z"
  28. }
  29. ],
  30. "success": true,
  31. "errors": [],
  32. "messages": []
  33. }