用metadata获取cvm信息和云盘、网卡信息等
linux下curl ,windows直接浏览器
http://metadata.tencentyun.com/latest/meta-data/volumes/
访问这个可以看到云盘diskid,继续访问能看到磁盘类型
例如
[root@VM-32-32-centos ~]# curl http://metadata.tencentyun.com/latest/meta-data/volumes/;echo
disk-7uflgdf3/
[root@VM-32-32-centos ~]# curl http://metadata.tencentyun.com/latest/meta-data/volumes/disk-7uflgdf3/;echo
disk-type
[root@VM-32-32-centos ~]# curl http://metadata.tencentyun.com/latest/meta-data/volumes/disk-7uflgdf3/disk-type;echo
CLOUD_PREMIUM
[root@VM-32-32-centos ~]#
http://metadata.tencentyun.com/latest 下面有很多信息可查询
注意:metadata.tencentyun.com是内网域名,依赖腾讯云内网dns解析,当然直接指定ip(169.254.10.10)也是可以的
关于 metadata.tencentyun.com,现状是:
1)私有网络和基础网络都能访问 169.254.0.23 和 169.254.10.10
2)基础网络只能访问169.254.10.10
hosts里给 metadata.tencentyun.com配置169.254.10.10
如果云监控有问题,C:Program FilesQCloudStargatelogsstargate.log 有get uuid error的报错,要确保http://metadata.tencentyun.com/latest/meta-data/uuid得到机器的uuid