日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeAntChainInformationV2

查詢一條螞蟻區(qū)塊鏈的基本信息(僅適用于阿里云國內站)。

調試

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

請求參數

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

系統(tǒng)規(guī)定參數。取值:DescribeAntChainInformationV2

AntChainId String 8bd720bde18c4b37b0f4a1c7834db163

區(qū)塊鏈ID

ConsortiumId String M8GaMEyX

聯(lián)盟ID

返回數據

名稱 類型 示例值 描述
HttpStatusCode String 200

請求返回碼

RequestId String D68D66B6-1964-4073-8714-B49F5EF1AEFC

請求ID

Success Boolean true

結果狀態(tài)

ResultMessage String OK

結果消息

Code String OK

返回碼

Message String OK

請求消息

ResultCode String OK

結果碼

Result Object

請求結果

IsRole Boolean false

節(jié)點角色,只有fasle,保留字段(未使用)。

TransactionSum Integer 6

交易總數

Version String 0.10

區(qū)塊鏈版本

CreateTime Long 1609221924000

創(chuàng)建時戳

BlockHeight Integer 259988

區(qū)塊鏈高度

NodeNumber Integer 4

節(jié)點總數

AbnormalNodes Integer 0

異常節(jié)點數

AntChainId String 8bd720bde18c4b37b0f4a1c7834db163

區(qū)塊鏈ID

Normal Boolean true

運行狀態(tài)

NodeInfos Array of NodeInfos

節(jié)點信息

Status Boolean true

節(jié)點狀態(tài)

NodeName String 8.136.158.115 18130

節(jié)點地址

Version String 0.10

運行版本

BlockHeight Long 259988

區(qū)塊鏈高度

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeAntChainInformationV2
&AntChainId=8bd720bde18c4b37b0f4a1c7834db163
&ConsortiumId=M8GaMEyX
&公共請求參數

正常返回示例

XML格式

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

<DescribeAntChainInformationV2Response>
    <HttpStatusCode>200</HttpStatusCode>
    <RequestId>D68D66B6-1964-4073-8714-B49F5EF1AEFC</RequestId>
    <Success>true</Success>
    <ResultMessage>OK</ResultMessage>
    <Code>OK</Code>
    <Message>OK</Message>
    <ResultCode>OK</ResultCode>
    <Result>
        <IsRole>false</IsRole>
        <TransactionSum>6</TransactionSum>
        <Version>0.10</Version>
        <CreateTime>1609221924000</CreateTime>
        <BlockHeight>259988</BlockHeight>
        <NodeNumber>4</NodeNumber>
        <AbnormalNodes>0</AbnormalNodes>
        <AntChainId>8bd720bde18c4b37b0f4a1c7834db163</AntChainId>
        <Normal>true</Normal>
        <NodeInfos>
            <Status>true</Status>
            <NodeName>8.136.158.115 18130</NodeName>
            <Version>0.10</Version>
            <BlockHeight>259988</BlockHeight>
        </NodeInfos>
    </Result>
</DescribeAntChainInformationV2Response>

JSON格式

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

{
  "HttpStatusCode" : "200",
  "RequestId" : "D68D66B6-1964-4073-8714-B49F5EF1AEFC",
  "Success" : true,
  "ResultMessage" : "OK",
  "Code" : "OK",
  "Message" : "OK",
  "ResultCode" : "OK",
  "Result" : {
    "IsRole" : false,
    "TransactionSum" : 6,
    "Version" : "0.10",
    "CreateTime" : 1609221924000,
    "BlockHeight" : 259988,
    "NodeNumber" : 4,
    "AbnormalNodes" : 0,
    "AntChainId" : "8bd720bde18c4b37b0f4a1c7834db163",
    "Normal" : true,
    "NodeInfos" : [ {
      "Status" : true,
      "NodeName" : "8.136.158.115 18130",
      "Version" : "0.10",
      "BlockHeight" : 259988
    } ]
  }
}

錯誤碼

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