{ "id":"/axapi/v3/health/monitor/{name}/proxy-header", "type":"object", "node-type":"scalar", "title":"proxy-header", "partition-visibility":"shared", "description":"Proxy header command", "properties":{ "proxy-header-ver":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'v1': version 1; 'v2': version 2; (version number)", "enum":[ "v1", "v2" ], "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 } } }