HC2VPP-411: migrate interfaces-state to interfaces
[csit.git] / resources / libraries / python / honeycomb / HcAPIKwInterfaces.py
index e9ef133..662fedc 100644 (file)
@@ -160,7 +160,7 @@ class InterfaceKeywords(object):
                 "Not possible to get operational information about the "
                 "interfaces. Status code: {0}.".format(status_code))
         try:
-            return resp["interfaces-state"]["interface"]
+            return resp["interfaces"]["interface"]
 
         except (KeyError, TypeError):
             return []