Username Metrics REST API
The Username base Metrics API is used to fetch the metrics for username across all APIs.
Method: GET
URL: /v4/abs/username?later_date=<yy-mm-dd>T<hh:mm>&earlier_date==<yy-mm-dd>T<hh:mm>
Header | Value | |
---|---|---|
Access Key |
|
|
Secret Key |
|
|
Sample response
{
"company": "ping identity",
"name": "username_metrics",
"description": "This report contains a summary and detailed username metrics across all APIs",
"earlier_date": "Wed May 22 12:00:00:000 2019",
"later_date": "Fri Jun 28 12:00:00:000 2019",
"summary": {
"usernames": 4,
"total_requests": 700
},
"details": [
{
"username": "t4",
"tokens": [
"t4VjqtSC",
"t4XjDKtD",
"t4JGkNZO",
"t4gTqCqM",
"t4UTgLaK",
"t4mhTDNj",
"t4srzDrl"
],
"total_requests": 70,
"ip_list": [
{
"ip": "127.0.0.28",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
},
{
"ip": "127.0.0.1",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
}
]
},
{
"username": "t7",
"tokens": [
"t7cnVFBi",
"t7wGQSnc",
"t7XnAlRa",
"t7MYwQan",
"t7jzNFVF",
"t7nsdecG",
"t7Datxrw"
],
"total_requests": 70,
"ip_list": [
{
"ip": "127.0.0.28",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
},
{
"ip": "127.0.0.1",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
}
]
},
{
"username": "t0",
"tokens": [
"t0iPoYEc",
"t0wkCuYC",
"t0YXowow",
"t0NSwIjU",
"t0PRwPik",
"t0tEtlzI",
"t0XBLmcE"
],
"total_requests": 70,
"ip_list": [
{
"ip": "127.0.0.28",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
},
{
"ip": "127.0.0.1",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
}
]
},
{
"username": "t3",
"tokens": [
"t3GUUfmD",
"t3tRVhdk",
"t3nkCZIR",
"t3EFpRTc",
"t3PuDsBr",
"t3xGzXXB",
"t3pZoWgX"
],
"total_requests": 70,
"ip_list": [
{
"ip": "127.0.0.28",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
},
{
"ip": "127.0.0.1",
"total_requests": 35,
"devices": {
"LINUX": 35
},
"methods": {
"POST": 35
},
"urls": {
"/atm_app_oauth": 35
},
"apis": {
"atm_app_oauth": 35
}
}
]
}
]
}