Added consants for index health apis

This commit is contained in:
porosnicuadrian
2021-07-26 15:48:43 +03:00
committed by Dan Christian Bogos
parent 2dccdb2162
commit 59032a4be2

View File

@@ -1143,6 +1143,16 @@ const (
const (
AdminSv1ComputeFilterIndexes = "AdminSv1.ComputeFilterIndexes"
AdminSv1ComputeFilterIndexIDs = "AdminSv1.ComputeFilterIndexIDs"
AdminSv1GetAccountActionPlansIndexHealth = "AdminSv1.GetAccountActionPlansIndexHealth"
AdminSv1GetReverseDestinationsIndexHealth = "AdminSv1.GetReverseDestinationsIndexHealth"
AdminSv1GetReverseFilterHealth = "AdminSv1.GetReverseFilterHealth"
AdminSv1GetThresholdsIndexesHealth = "AdminSv1.GetThresholdsIndexesHealth"
AdminSv1GetResourcesIndexesHealth = "AdminSv1.GetResourcesIndexesHealth"
AdminSv1GetStatsIndexesHealth = "AdminSv1.GetStatsIndexesHealth"
AdminSv1GetRoutesIndexesHealth = "AdminSv1.GetRoutesIndexesHealth"
AdminSv1GetChargersIndexesHealth = "AdminSv1.GetChargersIndexesHealth"
AdminSv1GetAttributesIndexesHealth = "AdminSv1.GetAttributesIndexesHealth"
AdminSv1GetDispatchersIndexesHealth = "AdminSv1.GetDispatchersIndexesHealth"
APIerSv1Ping = "APIerSv1.Ping"
APIerSv1SetDispatcherProfile = "APIerSv1.SetDispatcherProfile"
APIerSv1GetDispatcherProfile = "APIerSv1.GetDispatcherProfile"