Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E15711E0B for ; Thu, 1 May 2014 14:08:25 +0000 (UTC) Received: (qmail 88809 invoked by uid 500); 1 May 2014 14:08:24 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 88766 invoked by uid 500); 1 May 2014 14:08:24 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 88758 invoked by uid 99); 1 May 2014 14:08:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2014 14:08:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dean.kamali@gmail.com designates 209.85.128.173 as permitted sender) Received: from [209.85.128.173] (HELO mail-ve0-f173.google.com) (209.85.128.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2014 14:08:19 +0000 Received: by mail-ve0-f173.google.com with SMTP id pa12so2955636veb.32 for ; Thu, 01 May 2014 07:07:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ujiKLAD8CrQeTSPUsC/H/ng3bnABEE6Fpn3Zc8nHZvI=; b=Hcs1LtrQ9hmSlOkiejO6wOzNbPeg896eAOLhhxjPY81DdgW4naMlYf2DlQ1/4CSB2+ 9mqz4ShLBsqszEbMkfwH0Q6GIWr9AQ9Qbji0GjFJR7oMe44NkDkf5A7jOuLTtX8F/ORW XgpNfSlLA6lv7NPoIF4b2RqD/JRlQhp8OEmZdZ8AGz82r6WvYRX3+c6QAB4tlc5Wjjy6 eadbjcTV/6vXfpb226Olde4O69jEHKBhTI5CvsRh7yu4eFBf0xluZsY9j/ENWsBRpuh2 5eLR+uwvsPZ2MTHnyehr0oGre/vBAGHNZu+nPP27S/zaLyXsDau0hmYZQfyBsVdsIwJk cd1Q== X-Received: by 10.220.7.131 with SMTP id d3mr226712vcd.45.1398953276433; Thu, 01 May 2014 07:07:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.32.228 with HTTP; Thu, 1 May 2014 07:07:36 -0700 (PDT) From: Dean Kamali Date: Thu, 1 May 2014 10:07:36 -0400 Message-ID: Subject: cloudmonkey list usagerecords always return None To: "users@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=001a11c3c24a1968e404f857319c X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3c24a1968e404f857319c Content-Type: text/plain; charset=UTF-8 Hey everyone, Generating usage report seems to work mycloudmonkey> generate usagerecords startdate=2014-03-01 enddate=2014-03-29 success = true However when trying to list usage records always get this "None" any idea on what I'm doing wrong? mycloudmonkey> list usagerecords startdate=2014-03-01 enddate=2014-03-29 : None Dean --001a11c3c24a1968e404f857319c--