硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
入门指南
经典案例
快照
常见问题
知识拓展
名词解释
API参考
获取操作记录
获取操作记录
/ncs-server/api/v1/host/getOperatorRecord
GET
字段 | 类型 | 最大长度 | 参数位置 | 默认选填 | 描述 |
hostId | string | 32 | RequestBody | 必填 | 实例id |
page | int | 10 | RequestBody | 默认1 第一页 | |
row | int | 10 | RequestBody | 默认第 |
GET /ncs-server/api/v1/host/getOperatorRecord?id=cvm-3hdk8be2b2225 HTTP/1.1 Content-Type: application/json request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: f3b6100b2197cea49faa9a315d0c777fec085b72e99a862528d47740e2aaec09 Content-Type: application/json { "hostId": "cvm-3hdk8be2b2225", "page":1, "row":1 }
{ "status": 2000, "message": "success", "data": { "count": 31, "data": [ { "hostId": "cvm-3hdk8be2b2225", "userAccount": "z8z87878", "operator": "auto", "content": "安全组设置成功", "createTime": 1589265961801, "updateTime": 1589265961801, "id": "1706461331792330752" } ] } }
操作记录结构:
字段 | 描述 |
operator | auto 表示自动操作,user表示用户在官网或者api操作的 |
content | 操作内容 |
createTime | 操作时间 |
id | 记录id |
userAccount | 用户名 |
您对该文档有什么建议?
本文导航