{ "id":"/axapi/v3/ntp/auth-key/{key}", "type":"object", "node-type":"list", "title":"auth-key", "partition-visibility":"shared", "description":"authentication key", "properties":{ "key":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"authentication key", "optional":false }, "alg-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'M': encryption using MD5; 'SHA': encryption using SHA; 'SHA1': encryption using SHA1; ", "enum":[ "M", "SHA", "SHA1" ], "optional":true }, "key-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ascii': key string in ASCII form; 'hex': key string in hex form; ", "enum":[ "ascii", "hex" ], "optional":true }, "asc-key":{ "type":"string", "format":"password", "minLength":1, "maxLength":20, "partition-visibility":"shared", "not":"hex-key", "optional":true }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "not":"hex-encrypted", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)", "optional":true }, "hex-key":{ "type":"string", "format":"password", "minLength":21, "maxLength":40, "partition-visibility":"shared", "not":"asc-key", "optional":true }, "hex-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "not":"encrypted", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password 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 } }, "object-keys":[ "key" ], "required":[ "key" ] }