---
title: "POST /global-networks"
method: POST
path: "/global-networks"
---

# POST /global-networks

`POST /global-networks`

Creates a new, empty global network.

## Request body

- object
  - `Description` string — <p>A description of the global network.</p> <p>Constraints: Maximum length of 256 characters.</p>
  - `Tags` Tag[] — The tags to apply to the resource during creation.
    - `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>

## Response `200`

Success

- CreateGlobalNetworkResponse
  - `GlobalNetwork` object — Information about the global network object.
    - `GlobalNetworkId` string — The ID of the global network.
    - `GlobalNetworkArn` string — The Amazon Resource Name (ARN) of the global network.
    - `Description` string — The description of the global network.
    - `CreatedAt` string, date-time — The date and time that the global network was created.
    - `State` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'UPDATING' — The state of the global network.
    - `Tags` Tag[] — The tags for the global network.
      - `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` — ServiceQuotaExceededException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — 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)
