createFirewallRule.json 454 B

123456789101112131415161718192021
  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. }