OAuth token based metrics
The OAuth2 token metrics report provides a summary with the total number of tokens and requests.
For each token, detailed information on all activity is provided for the time period.
{
"company": "ping identity",
"name": "oauth_token_metrics",
"description": "This report contains a summary and detailed oauth token
metrics across all APIs",
"earlier_date": "Tue Feb 13 18:00:00:000 2018",
"later_date": "Sun Feb 18 18:00:00:000 2018",
"summary": {
"tokens": 30,
"total_requests": 163250
},
"details": [
{
"token": "token_highresptime",
"total_requests": 2,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 2,
"devices": {
"UNKNOWN": 2
},
"methods": {
"GET": 2
},
"urls": {
"/2_atm_app_oauth/longresponse": 1,
"/atm_app_oauth/longresponse": 1
},
"apis": {
"atm_app_oauth": 1,
"2_atm_app_oauth": 1
}
}
]
},
{
"token": "token13",
"total_requests": 7452,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 7452,
"devices": {
"UNKNOWN": 7452
},
"methods": {
"DELETE": 564,
"POST": 352,
"GET": 4000,
"PUT": 2536
},
"urls": {
"/2_atm_app_oauth/put200": 1248,
"/atm_app_oauth/delete200": 246,
"/2_atm_app_oauth/put400": 20,
"/2_atm_app_oauth/get400": 118,
"/2_atm_app_oauth/get200": 1882,
"/2_atm_app_oauth/post200": 162,
"/2_atm_app_oauth/delete200": 246,
"/2_atm_app_oauth/delete400": 36,
"/atm_app_oauth/get200": 1882,
"/atm_app_oauth/post400": 14,
"/2_atm_app_oauth/post400": 14,
"/atm_app_oauth/post200": 162,
"/atm_app_oauth/put400": 20,
"/atm_app_oauth/get400": 118,
"/atm_app_oauth/put200": 1248,
"/atm_app_oauth/delete400": 36
},
"apis": {
"atm_app_oauth": 3726,
"2_atm_app_oauth": 3726
}
}
]
},
{
"token": "token_probing",
"total_requests": 64,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 64,
"devices": {
"UNKNOWN": 64
},
"methods": {
"GET": 64
},
"urls": {
"/2_atm_app_oauth/get400": 32,
"/atm_app_oauth/get400": 32
},
"apis": {
"atm_app_oauth": 32,
"2_atm_app_oauth": 32
}
}
]
},
{
"token": "token_type1memory",
"total_requests": 2,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 2,
"devices": {
"UNKNOWN": 2
},
"methods": {
"PUT": 2
},
"urls": {
"/2_atm_app_oauth/put200": 1,
"/atm_app_oauth/put200": 1
},
"apis": {
"atm_app_oauth": 1,
"2_atm_app_oauth": 1
}
}
]
},
{
"token": "token_contenttype",
"total_requests": 2,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 2,
"devices": {
"UNKNOWN": 2
},
"methods": {
"PUT": 2
},
"urls": {
"/2_atm_app_oauth/put400": 1,
"/atm_app_oauth/put400": 1
},
"apis": {
"atm_app_oauth": 1,
"2_atm_app_oauth": 1
}
}
]
},
{
"token": "token_method",
"total_requests": 2,
"ip_list": [
{
"ip": "127.0.0.1",
"total_requests": 2,
"devices": {
"UNKNOWN": 2
},
"methods": {
"HEAD": 2
},
"urls": {
"/2_atm_app_oauth/get400": 1,
"/atm_app_oauth/get400": 1
},
"apis": {
"atm_app_oauth": 1,
"2_atm_app_oauth": 1
}
}
]
}
]
}