X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fiotlab%2Fiotlabaggregate.py;h=51646382322cef94e86a5c90865b1d7be9f5f3f3;hb=34e0fc7e6e45bdfb9d9c044b1729e6b32516ec54;hp=6b31498b3f75eb3bc76cb7a5cccbf8441bc2bb00;hpb=b921336b2495d77f494f4e106e29dd567d79fea8;p=sfa.git diff --git a/sfa/iotlab/iotlabaggregate.py b/sfa/iotlab/iotlabaggregate.py index 6b31498b..51646382 100644 --- a/sfa/iotlab/iotlabaggregate.py +++ b/sfa/iotlab/iotlabaggregate.py @@ -333,22 +333,21 @@ class IotlabAggregate: def get_rspec(self, slice_xrn=None, login=None, version=None, options=None): """ - Returns xml rspec: - - a full advertisement rspec with the testbed resources if slice_xrn - is not specified.If a lease option is given, also returns the - leases scheduled on the testbed. - - a manifest Rspec with the leases and nodes in slice's leases - if slice_xrn is not None. + - a full advertisement rspec with the testbed resources if slice_xrn is + not specified.If a lease option is given, also returns the leases + scheduled on the testbed. + - a manifest Rspec with the leases and nodes in slice's leases if + slice_xrn is not None. :param slice_xrn: srn of the slice + :type slice_xrn: string :param login: user'uid (ldap login) on iotlab + :type login: string :param version: can be set to sfa or iotlab + :type version: RSpecVersion :param options: used to specify if the leases should also be included in the returned rspec. - :type slice_xrn: string - :type login: string - :type version: RSpecVersion :type options: dict :returns: Xml Rspec.