如何获取应用操作记录
获取某个应用的操作记录。
请求 URI
- /app/audit_list
参数列表
响应数据
- {
- "code":200,
- "data":[
- {
- "auditId":17978,
- "actionType":"STOP",
- "createTime":1467170050951,
- "success":true,
- "appId":"fb56e759-7d9d-4ba7-91bf-75caa53de0da",
- "finished":true,
- "updateTime":1467170051800,
- "id":17978,
- "operator":"xxxxxx@aliyun.com",
- "cid":"966a2377-8867-4991-9179-a097eee17c2c"
- }
- ]
- }
示例
- Map<String,String> params = new HashMap<String,String>();
- params.put("AppId", "fb56e759-7d9d-4ba7-91bf-75caa53de0da");
- params.put("Day", "1");
- String resp = edasApiClient.callApi(EdasApiAction.App.audit_list.path(), params);
- System.out.println(resp);
收起
猫饭先生
2017-10-26 11:07:33
1193
0
0
条回答
写回答
取消
提交回答