Renamed cgr-console Apis

This commit is contained in:
edwardro22
2017-12-19 12:35:38 +02:00
committed by Dan Christian Bogos
parent 496c354bc3
commit 1456405b36
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import (
func init() {
c := &CmdGetAttributeForEvent{
name: "get_attribute_for_event",
name: "attributes_for_event",
rpcMethod: "AttributeSv1.GetAttributeForEvent",
}
commands[c.Name()] = c

View File

@@ -26,7 +26,7 @@ import (
func init() {
c := &CmdGetResourceForEvent{
name: "get_resources_for_event",
name: "resources_for_event",
rpcMethod: "ResourceSv1.GetResourcesForEvent",
}
commands[c.Name()] = c

View File

@@ -26,7 +26,7 @@ import (
func init() {
c := &CmdStatsQueueProcessEvent{
name: "statsqueue_for_event",
name: "stats_process_event",
rpcMethod: "StatSv1.GetStatQueuesForEvent",
}
commands[c.Name()] = c

View File

@@ -25,7 +25,7 @@ import (
func init() {
c := &CmdThresholdProcessEvent{
name: "threshold_process_event",
name: "thresholds_process_event",
rpcMethod: "ThresholdSv1.ProcessEvent",
}
commands[c.Name()] = c