- merge from PlanetLab Europe
[plcapi.git] / PLC / Methods / GetSites.py
index 0d98e6b..c0f198e 100644 (file)
@@ -19,6 +19,8 @@ class GetSites(Method):
         Auth(),
         Mixed([Mixed(Site.fields['site_id'],
                      Site.fields['login_base'])],
+             Parameter(str,"login_base"),
+              Parameter(int,"site_id"),
               Filter(Site.fields)),
         Parameter([str], "List of fields to return", nullok = True)        
         ]