---
title: "GET /global-networks/{globalNetworkId}/network-telemetry"
method: GET
path: "/global-networks/{globalNetworkId}/network-telemetry"
---

# GET /global-networks/{globalNetworkId}/network-telemetry

`GET /global-networks/{globalNetworkId}/network-telemetry`

Gets the network telemetry of the specified global network.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `coreNetworkId` string
- `registeredGatewayArn` string
- `awsRegion` string
- `accountId` string
- `resourceType` string
- `resourceArn` string
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetNetworkTelemetryResponse
  - `NetworkTelemetry` NetworkTelemetry[] — The network telemetry.
    - `RegisteredGatewayArn` string — The ARN of the gateway.
    - `CoreNetworkId` string — The ID of a core network.
    - `AwsRegion` string — The Amazon Web Services Region.
    - `AccountId` string — The Amazon Web Services account ID.
    - `ResourceType` string — The resource type.
    - `ResourceId` string — The ID of the resource.
    - `ResourceArn` string — The ARN of the resource.
    - `Address` string — The address.
    - `Health` object — The connection health.
      - `Type` 'BGP' | 'IPSEC' — The connection type.
      - `Status` 'UP' | 'DOWN' — The connection status.
      - `Timestamp` string, date-time — The time the status was last updated.
  - `NextToken` string — The token for the next page of results.

## 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)
