def _getT0LocaleServices()

in advanced-monitoring/Worker/main.py [0:0]


def _getT0LocaleServices(nsxtConnection,path):
    tier0locales = json.loads(_getAPIResults(nsxtConnection=nsxtConnection, uri=path+"/locale-services"))
    return tier0locales['results'][0]['path']