History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
GET /logsets HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>
GET /logsets
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 123{"logsets": [{"logset_id": "xxxx-xx-xx-xx-xxxxxxxx","logset_name": "testname","period": 15,"create_time": "2017-08-08 12:12:12","assumer_uin": 1000088888,"assumer_name": "xxxxxx","logset_modify_acl": 31}]}
字段名 | 类型 | 必有 | 含义 |
logsets | JsonArray | 是 | 日志集信息数组 |
字段名 | 类型 | 必有 | 含义 |
logset_id | string | 是 | 日志集的 ID |
logset_name | string | 是 | 日志集的名字 |
period | int | 是 | 保存周期(天) |
create_time | string | 否 | 创建时间 |
assumer_uin | uint64 | 否 | 创建 logset 的服务的 uin(仅普通账号查看服务账号创建的 logset,才有此字段) |
assumer_name | string | 否 | 创建 logset 的服务的名称(仅普通账号查看服务账号创建的 logset,才有此字段) |
logset_modify_acl | int | 否 | 普通用户对 logset 的修改权限 modify_acl(0B00000=禁止修改,0B00001=允许修改基本信息)(仅普通账号查看服务账号创建的 logset,才有此字段) |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback