GET /cursor?topic_id=xxxxxxxx-xxxx-xxxx-xxxx&start=2017-12-28%2014%3A13%3A00 HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>
GET /cursor
Field Name | Type | Location | Required | Description |
topic_id | string | query | Yes | Log topic ID |
start | string | query | Yes | Log start time accurate to the minute in the format of YYYY-mm-dd HH:MM:SS |
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 23{"cursor": "1212ssssxxxxxx"}
Field Name | Type | Required | Description |
cursor | string | Yes | Cursor |
Feedback