PUT /logset HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>Content-Type: application/json{"logset_id": "xxxx-xx-xx-xx-xxxxxxx","logset_name": "testname","period": 15}
PUT /logset
Field Name | Type | Location | Required | Description |
logset_id | string | body | Yes | ID of the logset to be modified |
logset_name | string | body | No | Logset name, which must be unique |
period | int | body | No | Logset retention period in days. Maximum value: 90 |
At least one parameter out oflogset_nameandperiodmust be provided.
HTTP/1.1 200 OKContent-Length: 0
Feedback