{ "id":"/axapi/v3/debug/auth", "type":"object", "node-type":"scalar", "title":"auth", "operation-not-allowed": ["PUT"], "operational":1, "description":"Debug authentication", "properties":{ "level":{ "type":"string", "format":"enum", "description":"'1': Diagnose Problems; '2': Detail packet flow; ", "enum":[ "1", "2" ], "optional":true }, "saml":{ "type":"number", "format":"flag", "default":0, "description":"Enable debug SAML authentication logs", "optional":true }, "client-addr":{ "type":"string", "format":"ipv4-address", "description":"Filter SAML logs by client IP address", "optional":true }, "saml-sp":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Filter SAML logs by SAML service provider name (SAML SP name)", "optional":true }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"Show the logs of specific username (User name)", "optional":true }, "virtual-server":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "description":"Show the logs of specific virtual-server (Virtual-server name)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }