{ "id":"/axapi/v3/health/monitor/{name}/header-insert", "type":"object", "node-type":"scalar", "title":"header-insert", "partition-visibility":"shared", "description":"Insert a header into request", "properties":{ "insert-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "insert-content":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Header Content (Format: \"[name]:[value]\")" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }