Added Tenant field to TPstats

This commit is contained in:
edwardro22
2017-09-12 08:45:53 +00:00
parent df31455316
commit 40cd82dc26
15 changed files with 125 additions and 48 deletions

View File

@@ -1335,6 +1335,7 @@ type AttrDisconnectSession struct {
// TPStats is used in APIs to manage remotely offline Stats config
type TPStats struct {
TPid string
Tenant string
ID string
Filters []*TPRequestFilter
ActivationInterval *TPActivationInterval