PUT /topic/machinegroup?topic_id=xxxx-xx-xx-xx-xxxxxxxx HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <Authorization String>Content-Type: application/json{"machine_groups": ["xxxxxx-xx-xx-xx-yyyyyyyy"]}
PUT /topic/machinegroup
Field Name | Type | Location | Required | Description |
topic_id | string | query | Yes | ID of the log topic to set |
machine_groups | JsonArray (string) | body | Yes | Array of machine group IDs to bind to log topic |
HTTP/1.1 200 OKContent-Length: 0
Feedback