Retrieves the details of a specific output of a MediaConnect flow.
Operation description
-
If the specified flow instance ID does not exist, an error is returned.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetMediaConnectFlowOutput |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The flow ID. |
0381f478-7d53-4076-9d5f-27680a6f73e7 |
| OutputName |
string |
Yes |
The name of the output that you want to query. |
AliTestOutput |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response content. |
||
| Content |
object |
The response body. |
|
| OutputName |
string |
The output name. |
AliTestInput |
| OutputProtocol |
string |
The output type. Valid values:
Valid values:
|
SRT-PULL |
| Cidrs |
string |
The IP address whitelist in CIDR format. CIDR blocks are separated with commas (,). |
10.211.0.0/17 |
| OutputUrl |
string |
The output URL. |
srt://1.2.3.4:1025 |
| SrtLatency |
integer |
The SRT stream latency, in milliseconds. This parameter is returned when the source type is SRT-Listener or SRT-Caller. |
1000 |
| SrtPassphrase |
string |
The SRT encryption key. This parameter is returned when the source type is SRT-Listener or SRT-Caller. |
FICUBPX4Q77DYHRF |
| SrtPbkeyLen |
integer |
The encryption key length. This parameter is returned when the source type is SRT-Listener or SRT-Caller. Valid values:
Valid values:
|
32 |
| PairFlowId |
string |
The destination flow ID. This parameter is returned when the output type is Flow. |
805fbdd0-575e-4146-b35d-ec7f63937b20 |
| PairInputName |
string |
The input name of the destination flow. This parameter is returned when the output type is Flow. |
AliTestInput |
| PlayerLimit |
integer |
The maximum number of viewers. |
5 |
| CreateTime |
string |
The time when the flow was created. |
2024-07-18T01:29:24Z |
| Forbid |
string |
Whether the output is disabled. Valid values: yes or no. |
no |
| Description |
string |
The call description. |
OK |
| RetCode |
integer |
The error code. A value of 0 indicates a successful call. |
0 |
| RequestId |
string |
The request ID. |
0DB23DCE-0D69-598B-AA7C-7268D55E2F89 |
Examples
Success response
JSON format
{
"Content": {
"OutputName": "AliTestInput",
"OutputProtocol": "SRT-PULL",
"Cidrs": "10.211.0.0/17",
"OutputUrl": "srt://1.2.3.4:1025",
"SrtLatency": 1000,
"SrtPassphrase": "FICUBPX4Q77DYHRF",
"SrtPbkeyLen": 32,
"PairFlowId": "805fbdd0-575e-4146-b35d-ec7f63937b20",
"PairInputName": "AliTestInput",
"PlayerLimit": 5,
"CreateTime": "2024-07-18T01:29:24Z",
"Forbid": "no"
},
"Description": "OK",
"RetCode": 0,
"RequestId": "0DB23DCE-0D69-598B-AA7C-7268D55E2F89"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.