effective parameter of a shipping task can be modified.PUT /deliverfunction
PUT /deliverfunction HTTP/1.1Host: <Region>.cls.myqcloud.comAuthorization: <AuthorizationString>Content-Type: application/json{"topic_id": "yyyy-yy-yy-yy-yyyyyyyy","name_space": "test","function_name": "myfunction","qualifier": "$LATEST","max_wait": 60,"max_size": 100"effective": "true",}
Parameter | Type | Required | Description |
topic_id | string | Yes | ID of the topic to which shipping rules belong |
name_space | string | Yes | Namespace |
function_name | string | Yes | Shipping function name |
qualifier | string | Yes | Function version |
max_size | int | No | Maximum number of messages shipped |
max_wait | int | No | Maximum shipping wait duration, in seconds |
effective | bool | Yes | Shipping switch |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 0
Feedback