POST /deliverfunction
POST /deliverfunction HTTP/1.1Host: <Region>.cls.myqcloud.comAuthorization: <AuthorizationString>Content-Type: application/json{"topic_id": "yyyy-yy-yy-yy-yyyyyyyy","names_pace": "test","function_name": "myfunction","qualifier": "$LATEST","max_wait": 60,"max_size": 100}
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 |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 0
Was this page helpful?