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