mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
Include the ActionS and AccountS in ping command from console
This commit is contained in:
committed by
Dan Christian Bogos
parent
f73e224e2f
commit
23dfeb9633
@@ -83,6 +83,10 @@ func (self *CmdApierPing) RpcMethod() string {
|
||||
return utils.EeSv1Ping
|
||||
case utils.RateSLow:
|
||||
return utils.RateSv1Ping
|
||||
case utils.AccountSLow:
|
||||
return utils.AccountSv1Ping
|
||||
case utils.ActionSLow:
|
||||
return utils.ActionSv1Ping
|
||||
default:
|
||||
}
|
||||
return self.rpcMethod
|
||||
|
||||
@@ -1033,6 +1033,8 @@ const (
|
||||
ApierSLow = "apiers"
|
||||
EEsLow = "ees"
|
||||
RateSLow = "rates"
|
||||
AccountSLow = "accounts"
|
||||
ActionSLow = "actions"
|
||||
)
|
||||
|
||||
// Actions
|
||||
|
||||
Reference in New Issue
Block a user