{ "id":"/axapi/v3/health/monitor/{name}/method/compound", "type":"object", "node-type":"scalar", "title":"compound", "partition-visibility":"shared", "description":"Compound type", "properties":{ "compound":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Compound type", "optional":true }, "rpn-string":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":512, "partition-visibility":"shared", "description":"Enter Reverse Polish Notation, example: sub hm1 sub hm2 and", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }