コード例 #1
0
ファイル: api_client.py プロジェクト: Jimvin/cm_api
  def get_all_hosts(self, view = None):
    """
    Get all hosts

    @param view View to materialize ('full' or 'summary').
    @return A list of ApiHost objects.
    """
    return hosts.get_all_hosts(self, view)
コード例 #2
0
ファイル: api_client.py プロジェクト: ycaihua/cm_api
    def get_all_hosts(self, view=None):
        """
    Get all hosts

    @param view: View to materialize ('full' or 'summary').
    @return: A list of ApiHost objects.
    """
        return hosts.get_all_hosts(self, view)