Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.22 KB | None | 0 0
  1. {
  2.     "name": "HELLO WORLD",
  3.     "order": 0,
  4.     "company": 4,
  5.     "condition": {
  6.         "operator": "!=",
  7.         "value": "hello!",
  8.         "logical_operator": "&&",
  9.         "compound_condition": {
  10.             "operator": "==",
  11.             "value": "cscscs",
  12.             "property": {
  13.                 "id": 1,
  14.                 "name": "CVariable",
  15.                 "value": "http.host",
  16.                 "description": "Test",
  17.                 "context": "req"
  18.             }
  19.         },
  20.         "property": {
  21.             "id": 1,
  22.             "name": "CVariable",
  23.             "value": "http.host",
  24.             "description": "Test",
  25.             "context": "req",
  26.             "type": null
  27.         }
  28.     },
  29.     "action": {
  30.         "template": {
  31.             "id": 3,
  32.             "name": "CAction",
  33.             "description": "Test",
  34.             "value": "{}.http.id = {}",
  35.             "paramdefinition_set": [
  36.             ]
  37.         },
  38.         "parameter_set": [
  39.             {
  40.                 "value": "ñññpppp",
  41.                 "action": 118,
  42.                 "param_def": 5
  43.             },
  44.             {
  45.                 "value": "12",
  46.                 "action": 118,
  47.                 "param_def": 6
  48.             }
  49.         ]
  50.     }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement