| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The details of task invocation. | ||
| invocationID | string | The invocation ID of the task in Function Compute. | E099843B-10A2-4936-9964-4E0EE263D564 |
| requestID | string | The request ID of the task in Function Compute. | 1B3058B1-F1C9-457C-B95C-2C250A4B3118 |
| invocationTarget | string | The invocation destination. | acs:fc:cn-hangzhou:143199913651****:services/xxx.LATEST/functions/xxx |
| status | string | The last observed invocation status. | success |
| output | string | The invocation result. | {"key1":"value1","key2":"value2"} |
| instanceID | string | The ID of the instance that handled the invocation. | c-nkj8shz7xxxx |
| slsProject | string | The name of the Simple Log Service project to which logs are delivered. | my-sls-project |
| slsLogStore | string | The name of the Logstore that receives logs delivered to Simple Log Service. | my-sls-logstore |