From 520b117ba46d3599ef75cf8ef1e87cc698925d43 Mon Sep 17 00:00:00 2001 From: toch Date: Fri, 26 Apr 2024 10:39:24 +0200 Subject: [PATCH] missing slash in spacereporter uri request --- hpe3parclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpe3parclient/client.py b/hpe3parclient/client.py index 2cfb1e7..4d286bd 100644 --- a/hpe3parclient/client.py +++ b/hpe3parclient/client.py @@ -4304,7 +4304,7 @@ def getCPGStatData(self, name, interval='daily', history='7d'): if interval not in ['daily', 'hourly']: raise exceptions.ClientException("Input interval not valid") - uri = 'systemreporter/vstime/cpgstatistics/' + interval + uri = '/systemreporter/vstime/cpgstatistics/' + interval output = {} try: