{ "id":"/axapi/v3/banner", "type":"object", "node-type":"scalar", "title":"banner", "partition-visibility":"shared", "description":"Define a login banner", "properties":{ "exec-banner-cfg":{ "type":"object", "properties":{ "exec":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set EXEC process creation banner" }, "exec-banner":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":2048, "partition-visibility":"shared", "description":"Banner text, string \\n is taken as line break of multi-line banner text, use \\\\n for \\n, \\077 for ? and \\011 for tab" } } }, "login-banner-cfg":{ "type":"object", "properties":{ "login":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set login banner" }, "login-banner":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":2048, "partition-visibility":"shared", "description":"Banner text, string \\n is taken as line break of multi-line banner text, use \\\\n to indicate \\n" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }