{ "id":"/axapi/v3/ssh-login-grace-time", "type":"object", "node-type":"scalar", "title":"ssh-login-grace-time", "partition-visibility":"shared", "description":"The grace time during which a connection can exist without successful authentication", "properties":{ "grace-time":{ "type":"number", "format":"number", "minimum":5, "maximum":600, "default":120, "partition-visibility":"shared", "description":"specify number of seconds", "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 } } }