調用UpgradeFabricChaincode升級鏈碼。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String UpgradeFabricChaincode

系統規定參數。取值:UpgradeFabricChaincode

RegionId String cn-hangzhou

地域

OrganizationId String peers-wholesaler-15ix77tof****

組織ID

ChaincodeId String code-sacc-fk9z4r97****

鏈碼ID

EndorsePolicy String OR ("wholesalerMSP.peer")

背書策略

Location String cn-hangzhou

位置

CollectionConfig String [{"requiredPeerCount":0,"name":"collectionName","maxPeerCount":3,"blockToLive":0,"policy":"OR('Org1MSP.peer')"}]

隱私數據集配置:

  • name:隱私集合名稱
  • maxPeerCount:該隱私集合在背書階段最多分發到 N 個peer節點
  • requiredPeerCount:該隱私集合在背書階段至少需要被分發到N個peer節點上,才認為交易成功
  • blockToLive:隱私交易上鏈后,隱私數據需要保留的時間(單位為區塊高度),0 表示永久保存
  • policy:該隱私集合被允許分發到哪些 peer 節點上,格式同背書策略

返回數據

名稱 類型 示例值 描述
RequestId String A6CC6C63-2D71-4D0C-AEBE-E95F0127C514

請求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯誤碼

Result Object

結果

Type Integer 1

類型

EndorsePolicy String OR ("wholesalerMSP.peer")

背書策略

State String Running

狀態

CreateTime String 1545215617000

創建時間

ChaincodeId String code-sacc-fk9z4r97****

鏈碼ID

ProviderName String uid-1928592

上傳者

Message String OK

消息

ChaincodeName String mychaincode

鏈碼名

Input String input

輸入

Install Boolean false

是否安裝

ProviderId String 1928592

上傳者ID

DeployTime String 1545215617000

部署時間

ChaincodeVersion String 1.0

鏈碼版本

ConsortiumId String consortium-supplychain-1pxzsp5tb****

聯盟ID

ChannelName String cc

通道名

Path String github.com/sacc

路徑

示例

請求示例

http(s)://[Endpoint]/?Action=UpgradeFabricChaincode
&ChaincodeId=code-sacc-fk9z4r97****
&OrganizationId=peers-wholesaler-15ix77tof****
&<公共請求參數>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<UpgradeFabricChaincodeResponse>
	<Result>
		<ProviderId>provider</ProviderId>
		<ProviderName>name</ProviderName>
		<ChaincodeName>mycc3</ChaincodeName>
		<Input>args:&amp;quot;john&amp;quot; args:&amp;quot;10&amp;quot; </Input>
		<Install>false</Install>
		<State>Running</State>
		<Type>1</Type>
		<ChannelName>mychannel</ChannelName>
		<ConsortiumId>consortium-lianmenyumingyi-hc5d1bwl****</ConsortiumId>
		<ChaincodeVersion>0.1</ChaincodeVersion>
		<ChaincodeId>cc-null-c856k9i1m****</ChaincodeId>
		<Path>github.com/hyperledger/fabric-samples/chaincode/sacc</Path>
	</Result>
	<RequestId>2A3ABD81-95F5-4931-ACB3-31BDAE561FC7</RequestId>
	<Success>true</Success>
	<ErrorCode>200</ErrorCode>
</UpgradeFabricChaincodeResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Result" : {
    "ProviderId" : "provider",
    "ProviderName" : "name",
    "ChaincodeName" : "mycc3",
    "Input" : "args:&quot;john&quot; args:&quot;10&quot; ",
    "Install" : false,
    "State" : "Running",
    "Type" : 1,
    "ChannelName" : "mychannel",
    "ConsortiumId" : "consortium-lianmenyumingyi-hc5d1bwl****",
    "ChaincodeVersion" : "0.1",
    "ChaincodeId" : "cc-null-c856k9i1m****",
    "Path" : "github.com/hyperledger/fabric-samples/chaincode/sacc"
  },
  "RequestId" : "2A3ABD81-95F5-4931-ACB3-31BDAE561FC7",
  "Success" : true,
  "ErrorCode" : 200
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。