Red Hat Training

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

10.27. heat resource-signal

usage: heat resource-signal [-D <DATA>] [-f <FILE>] <NAME or ID> <RESOURCE>
Send a signal to a resource.

Positional arguments

<NAME or ID>


        Name or ID of stack the resource belongs to.

<RESOURCE>


        Name of the resource to signal.

Optional arguments

-D <DATA>, --data <DATA>


      JSON Data to send to the signal handler.

-f <FILE>, --data-file <FILE>


      File containing JSON data to send to the signal
      handler.