Sends a message body to an event or alert trigger task in a running execution. Upon receiving the message, the trigger task creates a new child execution.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oos:TriggerExecution |
update |
*execution
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| ExecutionId |
string |
Yes |
The ID of the event-, alert-, or timer-triggered execution. |
exec-sadw3f23rsad |
| Type |
string |
Yes |
The type of the trigger. Valid values:
|
Event |
| Content |
string |
No |
The message body to send to the trigger task. |
{"eventTime": "20181226T220114.058+0800", "id": "9435EAD6-3CF6-4494-8F7A-3A********77","level": "INFO","name": "Instance:StateChange","product": "ECS","regionId":"cn-hangzhou","resourceId": "acs:ecs:cn-hangzhou:169070********30:instance/i-bp1ecr********5go2go","userId": "169070********30","ver": "1.0","content": {"resourceId": "i-bp1ecr********5go2go", "resourceType": "ALIYUN::ECS::Instance","state": "Stopping"} } |
| ClientToken |
string |
No |
A client token for request idempotency. |
dswe2-3i0-029 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
14A07460-EBE7-47CA-9757-12CC4761D47A |
Examples
Success response
JSON format
{
"RequestId": "14A07460-EBE7-47CA-9757-12CC4761D47A"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.