Comment 9 for bug 1593751

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/mitaka)

Reviewed: https://review.openstack.org/354171
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=7a829a1d7873bf79c9e5736a6faaec11fba98192
Submitter: Jenkins
Branch: stable/mitaka

commit 7a829a1d7873bf79c9e5736a6faaec11fba98192
Author: Dmitry Guryanov <email address hidden>
Date: Mon Jun 20 19:42:02 2016 +0300

    Add filters for GET /api/transactions/

    Add ability to filter transactions by transaction type
    and status.

    Examples:
     GET /api/transactions/?statuses=error
     GET /api/transactions/?cluster_id=2&transaction_types=provision,reset_environments

    Closes-Bug: #1593751

    Change-Id: If4443045992bfc3816ae219e7607f6897767ba5b
    (cherry picked from commit 8257a0dbcb680e4eb9c19afe027b3a0fbdb0e7be)