X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAdmGetNodes.py;h=74d84892ca41bc0094653d1b24f28119e706f854;hb=d9c2eb1238bf984b850b86c1e8859bc0937dd247;hp=b36188060191b8c47e174b5018c27a36838f7887;hpb=3f8b75c931bb9d488d0d55d9462dc6c6d35ee1ac;p=plcapi.git diff --git a/PLC/Methods/AdmGetNodes.py b/PLC/Methods/AdmGetNodes.py index b361880..74d8489 100644 --- a/PLC/Methods/AdmGetNodes.py +++ b/PLC/Methods/AdmGetNodes.py @@ -2,7 +2,10 @@ from PLC.Methods.GetNodes import GetNodes class AdmGetNodes(GetNodes): """ - Deprecated. See GetNodes. + Deprecated. See GetNodes. All fields are now always returned. """ status = "deprecated" + + def call(self, auth, node_id_or_hostname_list = None, return_fields = None): + return GetNodes.call(self, auth, node_id_or_hostname_list)