{ "id":"/axapi/v3/aam/authentication/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Global AAM authentication statistics", "properties":{ "max-auth-resp-size":{ "type":"number", "format":"number", "minimum":2048, "maximum":131072, "default":65536, "partition-visibility":"shared", "description":"Specify the max auth resp size in bytes(from authd to a10lb), default is 64KB", "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 } } }