Download Orderer connection profile
    • PDF

    Download Orderer connection profile

    • PDF

    Article Summary

    Download the orderer connection information of the blockchain network.

    request

    Request URL

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

    request parameter

    parameter nameRequiredtypeRestrictionsDescription
    networkIdYeslongPath ParameterNetwork ID
    ordererIdYeslongPath ParameterOrderer ID

    Example request

    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}" 
    

    reply

    response body

    ItemtypeDescription
    statusstringResponse Success

    Example response

    {
      "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]"
    }
    

    Was this article helpful?

    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.