操作场景
查看管控相关组件的健康状态
前提条件
已获取tcs master 登录地址和账号密码。
操作步骤
登录TCS Master, 执行确认当前环境的状态。
curl -s -XPOST -H "Content-Type: application/json" -d '{"Action":"ListCloudMetadata"}' http://$(kubectl get svc -n tce product-tcs-tmcc --no-headers | awk '{print $3}')/apis/v1

巡检结果
结果会返回Role状态,master或者slave都为正常。
异常处理
需要提单确认环境的元数据信息。