| 
 ManageEngine® Applications Manager 移动业务组API  | 
||
这个API允许您移动一个指定的业务组。
API - 移动业务组
  
http://[Host]:[Port]/AppManager/xml/group/move?apikey=[APIKEY]&haid=[HAID]&tohaid=[HAID]
请求参数
| 字段 | 描述 | 
| apikey | 密钥通过管理标签中的“生成API密钥”生成。 | 
| haid | 监视器的唯一的resourceid,可以在数据库中的AM_ManagedObject表里查询 | 
| 错误处理 | |
请求示例
http://localhost:9091/AppManager/xml/group/move?apikey=3feef451ed7d7e30c08b2908aed0de40&haid=10000278&tohaid=10000279
http://localhost:9091/AppManager/xml/group/move?apikey=3feef451ed7d7e30c08b2908aed0de40&haid=10000278&tohaid=0
上面的URL中将tohaid设置为了0,这将会将业务组10000278从它现在所在的组移出,并作为主要组列在业务组视图下。
| 
       编辑组API  | 
 
       取消关联监视器API  |