Add API's for RateProfiles

This commit is contained in:
TeoV
2020-06-11 12:04:34 +03:00
committed by Dan Christian Bogos
parent 75406ceaf2
commit 7d1b0a5e03
28 changed files with 713 additions and 11 deletions

View File

@@ -937,6 +937,7 @@ const (
TpRatingProfile = "TpRatingProfile"
TpChargers = "TpChargers"
TpDispatchers = "TpDispatchers"
TpRateProfiles = "TpRateProfiles"
)
// Dispatcher Const
@@ -1447,6 +1448,14 @@ const (
DispatcherServicePing = "DispatcherService.Ping"
)
// RateProfile APIs
const (
APIerSv1SetRateProfile = "APIerSv1.SetRateProfile"
APIerSv1GetRateProfile = "APIerSv1.GetRateProfile"
APIerSv1GetRateProfileIDs = "APIerSv1.GetRateProfileIDs"
APIerSv1RemoveRateProfile = "APIerSv1.RemoveRateProfile"
)
// AnalyzerS APIs
const (
AnalyzerSv1 = "AnalyzerSv1"