Domain name for API request: scf.tencentcloudapi.com.
This API is used to update the trigger status.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: UpdateTriggerStatus. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
Enable | Yes | String | Initial status of the trigger. Values: OPEN (enabled); CLOSE disabled) |
FunctionName | Yes | String | Function name. |
TriggerName | Yes | String | Trigger name |
Type | Yes | String | Trigger Type |
Qualifier | No | String | Function version. It defaults to $LATEST . It’s recommended to use [$DEFAULT](https://www.tencentcloud.com/document/product/583/36149?from_cn_redirect=1#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D) for canary release. |
Namespace | No | String | Function namespace |
TriggerDesc | No | String | To update a COS trigger, this field is required. It stores the data {"event":"cos:ObjectCreated:*"} in the JSON format. The data content of this field is in the same format as that of SetTrigger. This field is optional if a scheduled trigger or CMQ trigger is to be deleted. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: scf.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateTriggerStatus
<Common request parameters>
{
"Enable": "CLOSE",
"Type": "timer",
"FunctionName": "<FunctionName>",
"TriggerName": "<TriggerName>"
}
{
"Response": {
"RequestId": "375d4028-2666-4cef-bcab-2331cb974fc3"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.Cos | Failed to operate on the COS resources. |
FailedOperation.CreateTrigger | This operation is not supported in the current function state. |
FailedOperation.UpdateStatus | Failed to update the status |
FailedOperation.UpdateTriggerStatus | The new status is the same as the previous one. |
InternalError.Cmq | Failed to delete the cmq trigger. |
InternalError.Cos | Failed to update the trigger. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.CosNotifyRuleConflict | COS notification rule conflict |
InvalidParameterValue.Enable | The value of Enable does not conform to the specification. Please fix it and try again. For more information, please visit https://tencentcs.com/5jXKFnBW. |
InvalidParameterValue.TriggerDesc | TriggerDesc error. |
InvalidParameterValue.TriggerName | TriggerName error. |
InvalidParameterValue.Type | Type error. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.Function | The function does not exist. |
ResourceNotFound.FunctionName | The function does not exist. |
ResourceNotFound.Namespace | Namespace does not exist. |
ResourceNotFound.Qualifier | The version does not exist. |
ResourceNotFound.Trigger | The trigger does not exist. |
UnauthorizedOperation.CAM | CAM authentication failed. |
UnauthorizedOperation.UpdateTriggerStatus | You are not authorized for the operation. |
本页内容是否解决了您的问题?