Retrieves the names of all outputs for a MediaConnect flow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetMediaConnectFlowAllOutputName |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The ID of the MediaConnect flow. |
0381f478-7d53-4076-9d5f-27680a6f73e7 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| Description |
string |
The call description. |
OK |
| Content |
array |
An array of output names. |
|
|
string |
The name of an output. |
['output1','output2'] |
|
| RetCode |
integer |
The error code. A value of 0 indicates success. |
0 |
| RequestId |
string |
The request ID. |
559E9828-245D-5CBA-9C7A-4E01453F091F |
Examples
Success response
JSON format
{
"Description": "OK",
"Content": [
"['output1','output2']"
],
"RetCode": 0,
"RequestId": "559E9828-245D-5CBA-9C7A-4E01453F091F"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?