Disables an output of a MediaConnect flow. When disabled, the output retains its configuration, but no live stream is delivered to the destination.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ForbidMediaConnectFlowOutput |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
No |
The ID of the MediaConnect flow. |
34900dc6-90ec-4968-af3c-fcd87f231a5f |
| OutputName |
string |
No |
The name of the output. |
AliTestOutput |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
1BCA0CFC-CBD4-5656-9D04-21B1FADBB92A |
| Description |
string |
The call description. |
OK |
| RetCode |
integer |
The error code. A value of 0 indicates success. |
0 |
| Content |
string |
The response body. |
"" |
Examples
Success response
JSON format
{
"RequestId": "1BCA0CFC-CBD4-5656-9D04-21B1FADBB92A",
"Description": "OK",
"RetCode": 0,
"Content": "\"\""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.