注文者の接続プロファイルをダウンロードする
    • PDF

    注文者の接続プロファイルをダウンロードする

    • PDF

    Article Summary

    ブロックチェーンネットワークの注文者接続情報をダウンロードします。

    リクエスト

    リクエストURL

    GET {BLOCKCHAINSERVICE API_URL}/networks/{networkId}/orderers/{ordererId}/export
    

    リクエストパラメータ

    parameter nameRequiredtypeRestrictionsDescription
    networkIdYeslongPath ParameterNetwork ID
    ordererIdYeslongPath ParameterOrderer ID

    リクエストの例

    curl -O -X GET "http://blockchainservice.apigw.ntruss.com/api/v1/networks/{networkId}/orderers/{ordererId}/export" \
        -H "x-ncp-apigw-timestamp: {x-ncp-apigw-timestamp}" \
        -H "x-ncp-iam-access-key: {x-ncp-iam-access-key}"  \
        -H "x-ncp-apigw-signature-v2: {x-ncp-apigw-signature-v2}" 
    

    応答

    応答本文

    ItemtypeDescription
    statusstringResponse Success

    応答の例

    {
      "tls_root_certs" : "...",
      "network_id" : 100,
      "orderer_id" : "200001",
      "node_name" : "orderer",
      "msp_id" : "orderer-msp",
      "msp_name" : "orderer-msp",
      "type" : "RAFT_1",
      "version" : "1",
      "end_point_url" : "[orderer1-obef4u-hlf-ord.bc-mvp7zstu.kr.blockchain.naverncp.com]"
    }
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.