{ "id":"/axapi/v3/debug/a10support", "type":"object", "node-type":"scalar", "title":"a10support", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Enter the password", "properties":{ "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":24, "partition-visibility":"shared", "description":"Password to be set", "optional":true }, "duration":{ "type":"number", "format":"number", "minimum":1, "maximum":10080, "default":2, "partition-visibility":"shared", "description":"Duration in minutes", "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 } } }