区块链服务 BCS-查询合约列表:响应示例

时间:2024-11-14 11:31:35

响应示例

状态码: 200

请求成功

{
  "count" : 1,
  "contracts" : [ {
    "name" : "test01",
    "version" : "1.0",
    "type" : "go",
    "status" : "Success",
    "description" : "",
    "failed_message" : "",
    "chain_id" : "default",
    "install_orgs" : [ "organization" ],
    "endorse_orgs" : [ "organization" ],
    "endorse_policy" : "OR",
    "file_hash_code" : "da366b9aac3fee0a54888f5d5ad94b4f57468fc43ecd29ffa2ec3b1e367bd35b",
    "security_check" : true,
    "security_check_status" : 2,
    "install_time" : "2022-04-29T01:30:50Z"
  } ]
}
support.huaweicloud.com/api-bcs/ListContractsNew.html