Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

10.17. heat event-list

usage: heat event-list [-r <RESOURCE>] [-f <KEY1=VALUE1;KEY2=VALUE2...>]
                       [-l <LIMIT>] [-m <ID>] [-n <DEPTH>] [-F <FORMAT>]
                       <NAME or ID>
List events for a stack.

Positional arguments

<NAME or ID>


        Name or ID of stack to show the events for.

Optional arguments

-r <RESOURCE>, --resource <RESOURCE>


      Name of the resource to filter events by.

-f <KEY1=VALUE1;KEY2=VALUE2...>, --filters <KEY1=VALUE1;KEY2=VALUE2...>


      Filter parameters to apply on returned events. This
      can be specified multiple times, or once with
      parameters separated by a semicolon.

-l <LIMIT>, --limit <LIMIT>


      Limit the number of events returned.

-m <ID>, --marker <ID>


      Only return events that appear after the given event
      ID.

-n <DEPTH>, --nested-depth <DEPTH>


      Depth of nested stacks from which to display events.
      Note this cannot be specified with --resource.

-F <FORMAT>, --format <FORMAT>


      The output value format, one of: log, table