{ "id":"/axapi/v3/slb/forward-proxy", "type":"object", "node-type":"intermediate", "title":"forward-proxy", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"forward-proxy objects", "properties":{ "time-range-list":{ "type":"array", "minItems":1, "items":{ "type":"time-range" }, "uniqueItems":true, "$ref":"/axapi/v3/slb/forward-proxy/time-range/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name of this object", "optional":false }, "use-utc-time":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use UTC+0 time", "optional":true }, "daily-begin":{ "type":"string", "format":"string", "minLength":4, "maxLength":5, "partition-visibility":"shared", "description":"Daily enables after this time (HH:MM, 24-hour notation)", "optional":true }, "daily-end":{ "type":"string", "format":"string", "minLength":4, "maxLength":5, "partition-visibility":"shared", "description":"Daily enables until thie time (HH:MM, 24-hour notation, inclusive)", "optional":true }, "weekday-mo":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Monday", "optional":true }, "weekday-tu":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Tuesday", "optional":true }, "weekday-we":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Wednesday", "optional":true }, "weekday-th":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Thursday", "optional":true }, "weekday-fr":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Friday", "optional":true }, "weekday-sa":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Saturday", "optional":true }, "weekday-su":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Recurring enables on Sunday", "optional":true }, "days-of-month-begin":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Recurring enables after this day per month", "optional":true }, "days-of-month-end":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "description":"Recurring enables until this day per month (inclusive)", "optional":true }, "months-of-year-begin":{ "type":"number", "format":"number", "minimum":1, "maximum":12, "partition-visibility":"shared", "description":"Recurring enables after this month per year", "optional":true }, "months-of-year-end":{ "type":"number", "format":"number", "minimum":1, "maximum":12, "partition-visibility":"shared", "description":"Recurring enables until this month per year (inclusive)", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] }, "notify-page-list":{ "type":"array", "minItems":1, "items":{ "type":"notify-page" }, "uniqueItems":true, "$ref":"/axapi/v3/slb/forward-proxy/notify-page/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name of this object", "optional":false }, "message":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1023, "partition-visibility":"shared", "description":"Message in notify page", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] } } }