Add repo, svc & rest endpoint for user, role & app metrics: total, deleted, suspended, archived, ... counters
30 lines
549 B
JSON
30 lines
549 B
JSON
{
|
|
"Title": "Statistics",
|
|
"Interface": "Stats",
|
|
"Struct": null,
|
|
"Parameters": null,
|
|
"Protocol": "",
|
|
"Authentication": [
|
|
"Client ID",
|
|
"Session ID"
|
|
],
|
|
"Path": "/stats",
|
|
"APIs": [
|
|
{
|
|
"Name": "list",
|
|
"Method": "GET",
|
|
"Title": "List system statistics",
|
|
"Path": "/",
|
|
"Parameters": {
|
|
"get": [
|
|
{
|
|
"name": "metrics",
|
|
"required": false,
|
|
"title": "Get only specified metrics",
|
|
"type": "[]string"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |