---
title: "Create Connections"
method: POST
path: "/service/{tenant_name}/connection/connections"
tags: ["service - connection"]
---

# Create Connections

`POST /service/{tenant_name}/connection/connections`

## Path parameters

- `tenant_name` unknown, required

## Request body

- NBConnectionCreateRequest
  - `vi_name` string, required
  - `virtual_interface_type` 'bridged' | 'routed' | 'loopback'
  - `ip_addresses` string[], nullable
  - `mtu` integer, nullable
  - `administrative_state` 'up' | 'down'
  - `description` string, nullable
  - `customer_ports_request` NBCustomerPortRequest[]
    - `vlan_id` integer, nullable
    - `max_bandwidth` integer
    - `customer_port_name` string, required
  - `azure_ports_request` NBAzureRequest[]
    - `azure_customer_port_name` string, nullable
    - `max_bandwidth` integer, nullable
    - `service_key` string, nullable
    - `vlan_id` integer, nullable
    - `administrative_state` 'up' | 'down'
  - `aws_ports_request` NBAWSRequest[]
    - `site_name` string, nullable
    - `account_id` string, nullable
    - `max_bandwidth` '50000' | '100000' | '200000' | '300000' | '400000' | '500000' | '1000000' | '2000000' | '5000000' | '10000000' | '25000000'
    - `aws_customer_port_name` string, nullable
  - `gcp_ports_request` NBGCPRequest[]
    - `customer_port_name` string, nullable
    - `max_bandwidth` integer, nullable
    - `region` string, nullable
    - `primary_pairing_key` string, nullable
    - `secondary_pairing_key` string, nullable
  - `internet` boolean, required
  - `labels` object

## Response `200`

Successful Response

- NBRequestResponse
  - `id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status` 'received' | 'in_progress' | 'success' | 'failed' | 'cancelled', required
  - `extra_details` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zayo/apis/niro-api.md) · [All operations](https://skmtc.net/zayo/apis/niro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zayo/niro-api/revisions/c52ac26e1766/schema)
