Improve resource monitoring

This commit is contained in:
allegroai
2019-12-14 23:52:39 +02:00
parent cc93c15f8a
commit 9debe1adcd
6 changed files with 24 additions and 20 deletions

View File

@@ -86,6 +86,7 @@ endpoints {
}
}
report_stats_option {
allow_roles = [ "*" ]
"2.4" {
description: "Get or set the report statistics option per-company"
request {
@@ -117,6 +118,10 @@ report_stats_option {
description: "If enabled, returns Id of the user who enabled the option"
type: string
}
current_version {
description: "Returns the current server version"
type: string
}
}
}
}