获取所有用户

http://xxxxxxxx.com:8888/pentaho/api/repo/files/home/children

获取单个用户

http://whfxpt.itestcn.com:8888/pentaho/api/repo/files/home/admin/acl

返回的全是xml  取<id>标签  为id

删除用户

curl -X PUT -u admin:123456 -d '用户id' http://whfxpt.itestcn.com:8888/pentaho/api/repo/files/delete

附带两个kettle 删除用户的脚本

http://files.cnblogs.com/files/qiaoyihang/fxptjob.zip

最新文章

  1. 洛谷U4859matrix[单调栈]
  2. 观察者模式(Observer和Observable实现)
  3. hdu 5666 (大数乘法) Segment
  4. Python关键字参数
  5. Winform上传下载文件代码
  6. Android中android-async-http开源网络框架的简单使用
  7. WordPress RokStories插件‘thumb.php’多个安全漏洞
  8. Quartz 2D 初步
  9. Bar Chart of Frequency of modals in different sections of the Brown Corpus
  10. 安装PyCharm开发工具
  11. 一、网络编程-UDP传输协议及socket套接字使用
  12. 画时序图工具TimingDesigner 9.2 安装指导
  13. opencv学习之路(10)、ROI与mask掩码
  14. logging- 日志记录
  15. 2018.09.26 bzoj4326: NOIP2015 运输计划(二分+树上差分)
  16. PyCharm 自定义模版
  17. linux下安装java jdk
  18. numpy中的convolve的理解
  19. 解决Android中ListView列表只显示一项数据的问题
  20. canvas的Chart图表插件

热门文章

  1. Log4j1.x初识
  2. c# 中的UserControl是什么 用户控件和自定义控件有什么区别
  3. 集群下使用redis统一session处理
  4. android打包library
  5. ubuntu安装scala详细教程
  6. Effective JavaScript Item 55 接受配置对象作为函数參数
  7. JVM命令行工具&amp;垃圾收集器&amp;垃圾收集策略思维导图
  8. webpack中引入的path[require(&#39;path&#39;)]是node.js内置的package,用来处理路径的。
  9. python+selenium之字符串切割操作
  10. PAT Advance 1020