Send signal

Method:
POST
URI:
/v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources/{resource_name}/signal
Description:
Sends a signal to the specified resource.

Normal response code: 200

Request

This table shows the URI parameters for the request body.

Parameter Type Description
tenant_id String Project ID
stack_name String Stack name
stack_id String Stack ID
resource_name String Stack resource name

This table shows the URI parameters for the request body.

Parameter Type Description
ignore_cooldown Boolean

(Optional)

Specify whether or not to disable Cooldown (*).
  • false: Enable (default)
  • true: Disable
  • Note: The specification of this parameter is currently invalid, and it always works as "false".

(*) For details on the functions of Cooldown, refer to "●Cooldown" in "5.1.1.1.3 Properties" in the "FUJITSU Cloud Service for OSS IaaS Heat Template Specifications".

Request Body Example


       {
         "ignore_cooldown": true
       }
     

Example response

No response body