检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
download the BCS certificate because the etcd connection is abnormal. 下载BCS证书失败,ETCD连接异常 按照故障处理指导书中ETCD故障处理指导中的步骤,检查ETCD状态,若ETCD异常,则按照指导书中的步骤进行恢复,待恢复正常后重试。
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 POST https://192.168.0.90:30603/v2/agent/apis/chaincode/report { "chaincode_name"
确保可正常访问华为云镜像网站,环境设置命令如下 go env -w GO111MODULE=on go env -w GOPROXY=https://repo.huaweicloud.com/repository/goproxy/ go env -w GONOSUMDB=* Go语言示例Demo基于Go
<repositories> <repository> <id>maven-proxy</id> <url>https://repo.huaweicloud.com/repository/maven/huaweicloudsdk</url>
channelID 是 String 通道id cryptoMethod 是 String 加密方法,目前固定为SW cert 是 String 证书 sk 是 String 私钥 timestamp 是 String 时间戳 provider 是 String 数据发布者身份标识 providerName
<repositories> <repository> <id>maven-proxy</id> <url>https://repo.huaweicloud.com/repository/maven/huaweicloudsdk</url>
channelID 是 String 通道id cryptoMethod 是 String 加密方法,目前固定为SW cert 是 String 证书 sk 是 String 私钥 timestamp 是 String 时间戳 provider 是 String 数据发布者身份标识 providerName
数据面请求EndPoint可以通过管理面的查询服务实例详细信息接口返回结果中basic_info->agent_portal_addrs字段的值获取,请求示例:https://192.168.0.90:30603/v2/agent/apis/tokens。 表1 概览 类型 描述 所属中间件 端口 链代码调用(公测)
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/channel/channel/summary 响应示例 状态码:
”,则调用接口时将“X-Auth-Token: ABCDEFJ....”加到请求消息头即可,如下所示。 1 2 3 POST https://iam.cn-north-4.myhuaweicloud.com/v3/auth/projects Content-Type: application/json
”,则调用接口时将“X-Auth-Token: ABCDEFJ....”加到请求消息头即可,如下所示。 1 2 3 POST https://iam.cn-north-1.myhuaweicloud.com/v3/auth/projects Content-Type: application/json
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 DELETE https://192.168.0.90:30603/v2/agent/apis/chaincode/uninstall { "chaincode_name"
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/chaincode/instantiate?chaincode_name=chaincode
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/chaincode/install?chaincode_name=chaincode
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 POST https://192.168.0.90:30603/v2/agent/apis/chaincode/instantiate { "chaincode_name"
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/chaincodes 响应示例 状态码: 200 Success
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 POST https://192.168.0.90:30603/v2/agent/apis/chaincode/install {chaincode_na
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/channel/channel/blocks/1/transactions
String 错误码 error_message String 错误描述 error_msg String 错误描述 请求示例 GET https://192.168.0.90:30603/v2/agent/apis/channel/channel/transactions/1111111/detail
需要对边缘节点进行如下配置。 使用远程登录工具分别登录准备好的边缘节点。 执行如下命令配置HTTPS代理,使边缘节点与互联网相通。其中IP和端口请根据实际情况填写。 export https_proxy=ip:port export http_proxy=ip:port 执行如下命令安装Docker。