---
title: "GET /connect-peers/{connectPeerId}"
method: GET
path: "/connect-peers/{connectPeerId}"
---

# GET /connect-peers/{connectPeerId}

`GET /connect-peers/{connectPeerId}`

Returns information about a core network Connect peer.

## Path parameters

- `connectPeerId` string, required

## Response `200`

Success

- GetConnectPeerResponse
  - `ConnectPeer` object — Returns information about a core network Connect peer.
    - `CoreNetworkId` string — The ID of a core network.
    - `ConnectAttachmentId` string — The ID of the attachment to connect.
    - `ConnectPeerId` string — The ID of the Connect peer.
    - `EdgeLocation` string — The Connect peer Regions where edges are located.
    - `State` 'CREATING' | 'FAILED' | 'AVAILABLE' | 'DELETING' — The state of the Connect peer.
    - `CreatedAt` string, date-time — The timestamp when the Connect peer was created.
    - `Configuration` object — The configuration of the Connect peer.
      - `CoreNetworkAddress` string — The IP address of a core network.
      - `PeerAddress` string — The IP address of the Connect peer.
      - `InsideCidrBlocks` ConstrainedString[] — The inside IP addresses used for a Connect peer configuration.
      - `Protocol` 'GRE' — The protocol used for a Connect peer configuration.
      - `BgpConfigurations` ConnectPeerBgpConfiguration[] — The Connect peer BGP configurations.
        - `CoreNetworkAsn` integer — The ASN of the Coret Network.
        - `PeerAsn` integer — The ASN of the Connect peer.
        - `CoreNetworkAddress` string — The address of a core network.
        - `PeerAddress` string — The address of a core network Connect peer.
    - `Tags` Tag[] — The list of key-value tags associated with the Connect peer.
      - `Key` string — <p>The tag key.</p> <p>Constraints: Maximum length of 128 characters.</p>
      - `Value` string — <p>The tag value.</p> <p>Constraints: Maximum length of 256 characters.</p>

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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