---
title: "GET /networks/{networkId}"
method: GET
path: "/networks/{networkId}"
---

# GET /networks/{networkId}

`GET /networks/{networkId}`

Returns detailed information about a network.

Applies to Hyperledger Fabric and Ethereum.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetNetworkOutput
  - `Network` object — An object containing network configuration parameters.
    - `Id` string — The unique identifier of the network.
    - `Name` string — The name of the network.
    - `Description` string — Attributes of the blockchain framework for the network.
    - `Framework` 'HYPERLEDGER_FABRIC' | 'ETHEREUM' — The blockchain framework that the network uses.
    - `FrameworkVersion` string — The version of the blockchain framework that the network uses.
    - `FrameworkAttributes` object — Attributes of the blockchain framework that the network uses.
      - `Fabric` object — Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
        - `OrderingServiceEndpoint` string — The endpoint of the ordering service for the network.
        - `Edition` 'STARTER' | 'STANDARD' — The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see <a href="http://aws.amazon.com/managed-blockchain/pricing/">Amazon Managed Blockchain Pricing</a>.
      - `Ethereum` object — Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
        - `ChainId` string — <p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> <li> <p>goerli = <code>5</code> </p> </li> <li> <p>rinkeby = <code>4</code> </p> </li> </ul>
    - `VpcEndpointServiceName` string — The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
    - `VotingPolicy` object — The voting rules that the network uses to decide if a proposal is accepted.
      - `ApprovalThresholdPolicy` object — Defines the rules for the network for voting on proposals, such as the percentage of <code>YES</code> votes required for the proposal to be approved and the duration of the proposal. The policy applies to all proposals and is specified when the network is created.
        - `ThresholdPercentage` integer — The percentage of votes among all members that must be <code>YES</code> for a proposal to be approved. For example, a <code>ThresholdPercentage</code> value of <code>50</code> indicates 50%. The <code>ThresholdComparator</code> determines the precise comparison. If a <code>ThresholdPercentage</code> value of <code>50</code> is specified on a network with 10 members, along with a <code>ThresholdComparator</code> value of <code>GREATER_THAN</code>, this indicates that 6 <code>YES</code> votes are required for the proposal to be approved.
        - `ProposalDurationInHours` integer — The duration from the time that a proposal is created until it expires. If members cast neither the required number of <code>YES</code> votes to approve the proposal nor the number of <code>NO</code> votes required to reject it before the duration expires, the proposal is <code>EXPIRED</code> and <code>ProposalActions</code> aren't carried out.
        - `ThresholdComparator` 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' — Determines whether the vote percentage must be greater than the <code>ThresholdPercentage</code> or must be greater than or equal to the <code>ThreholdPercentage</code> to be approved.
    - `Status` 'CREATING' | 'AVAILABLE' | 'CREATE_FAILED' | 'DELETING' | 'DELETED' — The current status of the network.
    - `CreationDate` string, date-time — The date and time that the network was created.
    - `Tags` object — <p>Tags assigned to the network. Each tag consists of a key and optional value.</p> <p>For more information about tags, see <a href="https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Ethereum Developer Guide</i>, or <a href="https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html">Tagging Resources</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p>
    - `Arn` string — The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.

## Other responses

- `480` — InvalidRequestException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServiceErrorException

---

[API](https://skmtc.net/aws/apis/managedblockchain.md) · [All operations](https://skmtc.net/aws/apis/managedblockchain/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/managedblockchain/versions/43406c4e72b1/schema)
