区块链服务 BCS-获取安装的链码列表:响应参数

时间:2024-10-23 09:50:36

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

count

Integer

链码总数

chaincodes

Array of ChaincodeInfo objects

链码列表

表4 ChaincodeInfo

参数

参数类型

描述

chaincode_name

String

链码名称

chaincode_language

String

链码开发语言

update_time

String

链码更新时间

chaincode_version

String

链码版本,多个链码之间以逗号(,)分隔

install_org_infos

Array of PeerInfo objects

链码的安装信息

instantiated_channel

instantiated_channel object

链码通道信息

instantiated_info

instantiated_info object

实例化信息

表5 PeerInfo

参数

参数类型

描述

org_name

String

组织名称

org_id

String

组织id

peer_name

String

节点名称

peer_id

String

节点id

status

String

节点状态

channels

Array of strings

未实例化的peer信息

url

String

Peer节点的url信息

peer

String

Peer节点的内部 域名

表6 instantiated_channel

参数

参数类型

描述

error

Array of CCInstantiatedChannelError objects

实例化错误信息

success

Array of strings

成功的通道

inprogress

Array of strings

实例化进度

表7 CCInstantiatedChannelError

参数

参数类型

描述

channel_name

String

错误通道名

error_detail

String

错误详情

表8 instantiated_info

参数

参数类型

描述

channels

Array of channels objects

通道信息

表9 channels

参数

参数类型

描述

channel_id

String

通道名称

orgs

Array of orgs objects

通道内组织信息

versions

Array of strings

版本信息

表10 orgs

参数

参数类型

描述

org_name

String

组织名

org_id

String

组织id

状态码: 400

表11 响应Body参数

参数

参数类型

描述

error_code

String

错误码

error_message

String

错误描述

error_msg

String

错误描述

support.huaweicloud.com/devg-bcs/ListInstalledChaincode_0.html