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

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

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

Adds sources to an existing bridge.

## Path parameters

- `bridgeArn` string, required

## Request body

- object
  - `sources` AddBridgeSourceRequest[], required — The sources that you want to add to this bridge.
    - `FlowSource` object — Add a flow source to an existing bridge.
      - `FlowArn` string, required — The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.
      - `FlowVpcInterfaceAttachment` object — The name of the VPC interface attachment to use for this source.
        - `VpcInterfaceName` string — The name of the VPC interface to use for this resource.
      - `Name` string, required — The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
    - `NetworkSource` object — Add a network source to an existing bridge.
      - `MulticastIp` string, required — The network source multicast IP.
      - `Name` string, required — The name of the network source. This name is used to reference the source and must be unique among sources in this bridge.
      - `NetworkName` string, required — The network source's gateway network name.
      - `Port` integer, required — The network source port.
      - `Protocol` 'zixi-push' | 'rtp-fec' | 'rtp' | 'zixi-pull' | 'rist' | 'st2110-jpegxs' | 'cdi' | 'srt-listener' | 'srt-caller' | 'fujitsu-qos' | 'udp', required — The network source protocol.

## Response `202`

Success

- AddBridgeSourcesResponse
  - `BridgeArn` string — The Amazon Resource Number (ARN) of the bridge.
  - `Sources` BridgeSource[] — The sources that you added to this bridge.
    - `FlowSource` object — The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
      - `FlowArn` string, required — The ARN of the cloud flow used as a source of this bridge.
      - `FlowVpcInterfaceAttachment` object — The name of the VPC interface attachment to use for this source.
        - `VpcInterfaceName` string — The name of the VPC interface to use for this resource.
      - `Name` string, required — The name of the flow source.
      - `OutputArn` string — The Amazon Resource Number (ARN) of the output.
    - `NetworkSource` object — The source of the bridge. A network source originates at your premises.
      - `MulticastIp` string, required — The network source multicast IP.
      - `Name` string, required — The name of the network source.
      - `NetworkName` string, required — The network source's gateway network name.
      - `Port` integer, required — The network source port.
      - `Protocol` 'zixi-push' | 'rtp-fec' | 'rtp' | 'zixi-pull' | 'rist' | 'st2110-jpegxs' | 'cdi' | 'srt-listener' | 'srt-caller' | 'fujitsu-qos' | 'udp', required — The network source protocol.

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