---
title: "POST /v1/bridges/{bridgeArn}/outputs"
method: POST
path: "/v1/bridges/{bridgeArn}/outputs"
---

# POST /v1/bridges/{bridgeArn}/outputs

`POST /v1/bridges/{bridgeArn}/outputs`

Adds outputs to an existing bridge.

## Path parameters

- `bridgeArn` string, required

## Request body

- object
  - `outputs` AddBridgeOutputRequest[], required — The outputs that you want to add to this bridge.
    - `NetworkOutput` object — Add a network output to an existing bridge.
      - `IpAddress` string, required — The network output IP Address.
      - `Name` string, required — The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
      - `NetworkName` string, required — The network output's gateway network name.
      - `Port` integer, required — The network output port.
      - `Protocol` 'zixi-push' | 'rtp-fec' | 'rtp' | 'zixi-pull' | 'rist' | 'st2110-jpegxs' | 'cdi' | 'srt-listener' | 'srt-caller' | 'fujitsu-qos' | 'udp', required — The network output protocol.
      - `Ttl` integer, required — The network output TTL.

## Response `202`

Success

- AddBridgeOutputsResponse
  - `BridgeArn` string — The Amazon Resource Number (ARN) of the bridge.
  - `Outputs` BridgeOutput[] — The outputs that you added to this bridge.
    - `FlowOutput` object — The output of the bridge. A flow output is delivered to the AWS cloud.
      - `FlowArn` string, required — The Amazon Resource Number (ARN) of the cloud flow.
      - `FlowSourceArn` string, required — The Amazon Resource Number (ARN) of the flow source.
      - `Name` string, required — The name of the bridge's output.
    - `NetworkOutput` object — The output of the bridge. A network output is delivered to your premises.
      - `IpAddress` string, required — The network output IP Address.
      - `Name` string, required — The network output name.
      - `NetworkName` string, required — The network output's gateway network name.
      - `Port` integer, required — The network output port.
      - `Protocol` 'zixi-push' | 'rtp-fec' | 'rtp' | 'zixi-pull' | 'rist' | 'st2110-jpegxs' | 'cdi' | 'srt-listener' | 'srt-caller' | 'fujitsu-qos' | 'udp', required — The network output protocol.
      - `Ttl` integer, required — The network output TTL.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — ForbiddenException
- `483` — NotFoundException
- `484` — ServiceUnavailableException
- `485` — TooManyRequestsException
- `486` — ConflictException

---

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