From 59032a4be2727af422121caa207b9207ea86957b Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Mon, 26 Jul 2021 15:48:43 +0300 Subject: [PATCH] Added consants for index health apis --- utils/consts.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/utils/consts.go b/utils/consts.go index 0a8706a99..6681c5408 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -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"