我的要求很简单,只想连接到emc存储服务器并获取存储信息。
i googled the web and found someone mentioned emc have the apis, but i did not get the details, so i want to know is there a rest api for connecting. my second option is using ESIPSToolKit,but it need power shell and a windows server machine, a little annoying.提前谢谢你。
以下是一些细节,希望能对某些人有所帮助:
1) vnx和vmax是两个截然不同的产品线。
2) ViPR使用rest api来管理vnx和vmax。
3) unisphere仅支持vmax for rest api
4) Celerra xml api仅支持vnx中的文件,不支持数据块
发布于 2015-10-06 11:34:01
Unisphere for VMAX具有REST API。它出现在当前的Unisphere 8.03中,并恢复到1.4左右。请注意,当我们从1.51跳到8.0时,有一个很大的差距。Sean Cummings有一个很棒的博客,在那里他探索了U4VMAX rest API。如果你想修改和管理,ViPR是最好的,但U4VMAX是有能力的。
http://scummins.com/unisphere-for-vmax-rest-api/
发布于 2015-01-15 08:35:24
我将为您调查更多,但在这一点上,简单的答案是否定的。它们本身并没有REST接口。但是,您可以在所有存储阵列前端安装ViPR。ViPR将为您提供通过REST访问数组的能力。这也需要SMI-S
还有一个早期的尝试是为VMAX3 https://github.com/scottbri/unisphere-rest-client开源python REST接口。
https://stackoverflow.com/questions/27935790
复制相似问题