diff --git a/reddwarfclient/instances.py b/reddwarfclient/instances.py index 866e072e..2682224d 100644 --- a/reddwarfclient/instances.py +++ b/reddwarfclient/instances.py @@ -93,23 +93,7 @@ class Instances(base.ManagerWithFind): :rtype: list of :class:`Instance`. """ - return self._list("/instances/detail", "instances", limit, marker) - - def index(self): - """ - Get a list of all instances. - - :rtype: list of :class:`Instance`. - """ - return self._list("/instances", "instances") - - def details(self): - """ - Get details of all instances. - - :rtype: list of :class:`Instance`. - """ - return self._list("/instances/detail", "instances") + return self._list("/instances", "instances", limit, marker) def get(self, instance): """