3
0
Files
corteza/api/system/spec/stats.json
Denis Arh bfe81deacc Add system metrics & stats
Add repo, svc & rest endpoint for user, role & app metrics:
total, deleted, suspended, archived, ... counters
2019-11-18 13:08:12 +01:00

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"
}
]
}
}
]
}