{ "id":"/axapi/v3/automatic-update/proxy-server", "type":"object", "node-type":"scalar", "title":"proxy-server", "partition-visibility":"shared", "description":"Connect through proxy server", "properties":{ "proxy-host":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Proxy server hostname or IP address", "optional":true }, "https-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Proxy server HTTPs port", "optional":true }, "auth-type":{ "type":"string", "format":"enum", "default":"ntlm", "partition-visibility":"shared", "description":"'ntlm': NTLM authentication(default); 'basic': Basic authentication; ", "enum":[ "ntlm", "basic" ], "optional":true }, "domain":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Realm for NTLM authentication", "optional":true }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Username for proxy authentication", "optional":true }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Password for proxy authentication", "optional":true }, "secret-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"password value", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "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 } } }