{ "id":"/axapi/v3/aam/authentication/relay/oauth/{name}/stats", "type":"object", "node-type":"list", "title":"oauth", "description":"Statistics for the object oauth", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"Specify oauth authentication relay name", "optional":false }, "stats":{ "type":"object", "properties":{ "relay-req":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "long-description":"{}", "optional":true }, "relay-succ":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "long-description":"{}", "optional":true }, "relay-fail":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }