{ "id":"/axapi/v3/aam/authentication/oauth/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Global Oauth statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'auth-req': auth-req; 'auth-succ': auth-succ; 'auth-fail': auth-fail; 'auth-error': auth-error; 'relay-req': relay-req; 'relay-succ': relay-succ; 'relay-fail': relay-fail; 'other-error': other-error; ", "enum":[ "all", "auth-req", "auth-succ", "auth-fail", "auth-error", "relay-req", "relay-succ", "relay-fail", "other-error" ] } } } ] } } }