Skip to content

Commit 27b728c

Browse files
This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
1 parent 2eb035f commit 27b728c

File tree

8 files changed

+198
-89
lines changed

8 files changed

+198
-89
lines changed

generator/ServiceModels/mediaconnect/mediaconnect-2018-11-14.api.json

Lines changed: 49 additions & 41 deletions
Large diffs are not rendered by default.

generator/ServiceModels/mediaconnect/mediaconnect-2018-11-14.docs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
"Flow$EgressIp": "<p> The IP address from which video will be sent to output destinations.</p>",
15901590
"Flow$FlowArn": "<p> The Amazon Resource Name (ARN) of the flow.</p>",
15911591
"Flow$Name": "<p> The name of the flow.</p>",
1592-
"Fmtp$ChannelOrder": "<p> <p>The format of the audio channel.</p> </p>",
1592+
"Fmtp$ChannelOrder": "<p> The format of the audio channel. </p>",
15931593
"Fmtp$ExactFramerate": "<p>The frame rate for the video stream, in frames/second. For example: 60000/1001. </p>",
15941594
"Fmtp$Par": "<p>The pixel aspect ratio (PAR) of the video. </p>",
15951595
"FmtpRequest$ChannelOrder": "<p> The format of the audio channel.</p>",
@@ -1677,6 +1677,7 @@
16771677
"Output$Name": "<p> The name of the output. This value must be unique within the current flow.</p>",
16781678
"Output$OutputArn": "<p> The ARN of the output.</p>",
16791679
"Output$BridgeArn": "<p> The ARN of the bridge added to this output.</p>",
1680+
"Output$PeerIpAddress": "<p>The IP address of the device that is currently receiving content from this output.</p> <note> <ul> <li> <p>For outputs that use protocols where you specify the destination (such as SRT Caller or Zixi Push), this value matches the configured destination address.</p> </li> <li> <p>For outputs that use listener protocols (such as SRT Listener), this value shows the address of the connected receiver. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements, managed MediaLive outputs, NDI outputs, and CDI/ST2110 outputs. </p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>",
16801681
"PurchaseOfferingRequest$OfferingArn": "<p> The Amazon Resource Name (ARN) of the offering.</p>",
16811682
"PurchaseOfferingRequest$ReservationName": "<p> The name that you want to use for the reservation.</p>",
16821683
"PurchaseOfferingRequest$Start": "<p> The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). </p> <p>You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: <code>YYYY-MM-DDTHH:mm:SSZ</code>, where <code>T</code> and <code>Z</code> are literal characters. For example, to specify 11:30pm on March 5, 2020, enter <code>2020-03-05T23:30:00Z</code>.</p>",
@@ -1722,6 +1723,7 @@
17221723
"Source$SourceArn": "<p> The ARN of the source.</p>",
17231724
"Source$VpcInterfaceName": "<p> The name of the VPC interface that is used for this source.</p>",
17241725
"Source$WhitelistCidr": "<p> The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.</p>",
1726+
"Source$PeerIpAddress": "<p>The IP address of the device that is currently sending content to this source. </p> <note> <ul> <li> <p>For sources that use protocols where you specify the origin (such as SRT Caller), this value matches the configured origin address. </p> </li> <li> <p>For sources that use listener protocols (such as SRT Listener or RTP), this value shows the address of the connected sender. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements and CDI/ST2110 sources.</p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>",
17251727
"SourcePriority$PrimarySource": "<p> The name of the source you choose as the primary source for this flow.</p>",
17261728
"StartFlowResponse$FlowArn": "<p> The ARN of the flow that you started.</p>",
17271729
"StopFlowResponse$FlowArn": "<p> The ARN of the flow that you stopped.</p>",

0 commit comments

Comments
 (0)