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

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

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

Describes the network resources for the specified global network.

The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.

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

- GetNetworkResourcesResponse
  - `NetworkResources` NetworkResource[] — The network resources.
    - `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 — <p>The resource type.</p> <p>The following are the supported resource types for Direct Connect:</p> <ul> <li> <p> <code>dxcon</code> </p> </li> <li> <p> <code>dx-gateway</code> </p> </li> <li> <p> <code>dx-vif</code> </p> </li> </ul> <p>The following are the supported resource types for Network Manager:</p> <ul> <li> <p> <code>connection</code> </p> </li> <li> <p> <code>device</code> </p> </li> <li> <p> <code>link</code> </p> </li> <li> <p> <code>site</code> </p> </li> </ul> <p>The following are the supported resource types for Amazon VPC:</p> <ul> <li> <p> <code>customer-gateway</code> </p> </li> <li> <p> <code>transit-gateway</code> </p> </li> <li> <p> <code>transit-gateway-attachment</code> </p> </li> <li> <p> <code>transit-gateway-connect-peer</code> </p> </li> <li> <p> <code>transit-gateway-route-table</code> </p> </li> <li> <p> <code>vpn-connection</code> </p> </li> </ul>
    - `ResourceId` string — The ID of the resource.
    - `ResourceArn` string — The ARN of the resource.
    - `Definition` string — Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.
    - `DefinitionTimestamp` string, date-time — The time that the resource definition was retrieved.
    - `Tags` Tag[] — The tags.
      - `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>
    - `Metadata` object — The resource metadata.
  - `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)
