tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,24 +3,24 @@
|
|
3
3
|
"BatchDeleteStreamLinkFlow": [
|
4
4
|
{
|
5
5
|
"document": "请求示例",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDeleteStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDeleteStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"019517c0de4909dc0f32331b3424\",\n \"FlowIds\": [\n \"0195179307c109dc0f32331b341f\"\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"019517bfe7af09dc0f32331b3422\"\n }\n}",
|
8
8
|
"title": "请求示例"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"BatchStartStreamLinkFlow": [
|
12
12
|
{
|
13
13
|
"document": "请求示例",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchStartStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchStartStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"01937702ecc509dc0f3269ca3420\",\n \"FlowIds\": [\n \"01937702c54509dc0f3269ca341f\"\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
16
16
|
"title": "请求示例"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"BatchStopStreamLinkFlow": [
|
20
20
|
{
|
21
21
|
"document": "请求示例",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchStopStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchStopStreamLinkFlow\n<公共请求参数>\n\n{\n \"EventId\": \"01941bb7827509dc0f320a9d3426\",\n \"FlowIds\": [\n \"019202e96d9f09dc0f325e7f7a2a\"\n ]\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"01937702ecc509dc0f3269ca3420\"\n }\n}",
|
24
24
|
"title": "请求示例"
|
25
25
|
}
|
26
26
|
],
|
@@ -187,40 +187,40 @@
|
|
187
187
|
"CreateStreamLinkEvent": [
|
188
188
|
{
|
189
189
|
"document": "",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventName\": \"
|
191
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"EventId\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventName\": \"event_test\"\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"EventId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"Status\": 1,\n \"Description\": \"event for test live\",\n \"EventName\": \"event_test\",\n \"AttachedFlowGroup\": [\n {\n \"FlowId\": \"01937702c54509dc0f3269ca341f\",\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"CreateTime\": \"2024-10-12 12:12:12\"\n },\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
192
192
|
"title": "请求示例"
|
193
193
|
}
|
194
194
|
],
|
195
195
|
"CreateStreamLinkFlow": [
|
196
196
|
{
|
197
197
|
"document": "创建媒体传输流",
|
198
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowName\": \"
|
199
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"FlowId\": \"flowtest\",\n \"FlowName\": \"flowtest\",\n \"State\": \"IDLE\",\n \"MaxBandwidth\": 0,\n \"InputGroup\": [\n {\n \"InputId\": \"inputtest\",\n \"InputName\": \"inputtest\",\n \"Description\": \"inputtest\",\n \"Protocol\": \"SRT\",\n \"InputAddressList\": [
|
198
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowName\": \"flowtest\",\n \"EventId\": \"01937702ecc509dc0f3269ca3420\",\n \"MaxBandwidth\": 20000000,\n \"InputGroup\": [\n {\n \"InputName\": \"inputname\",\n \"Description\": \"inputnameDescription\",\n \"Protocol\": \"RTP\",\n \"AllowIpList\": [\n \"0.0.0.0/0\"\n ],\n \"SRTSettings\": {\n \"StreamId\": \"#!::u=johnny,r=resource,h=xxx.com,t=stream,m=play\",\n \"Latency\": 1000,\n \"RecvLatency\": 1000,\n \"PeerLatency\": 1000,\n \"PeerIdleTimeout\": 1000,\n \"Passphrase\": \"passphrase\",\n \"PbKeyLen\": 10\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"http://example.com:8806/live/streamname.m3u8\"\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"none\",\n \"IdleTimeout\": 1000\n }\n }\n ]\n}",
|
199
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"FlowId\": \"flowtest\",\n \"FlowName\": \"flowtest\",\n \"State\": \"IDLE\",\n \"MaxBandwidth\": 0,\n \"InputGroup\": [\n {\n \"InputId\": \"inputtest\",\n \"InputName\": \"inputtest\",\n \"Description\": \"inputtest\",\n \"Protocol\": \"SRT\",\n \"InputAddressList\": [],\n \"AllowIpList\": [\n \"0.0.0.0/0\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"LISTENER\",\n \"StreamId\": \"srttest\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"srttest\",\n \"PbKeyLen\": 0,\n \"SourceAddresses\": [\n {\n \"Ip\": \"227.0.0.101\",\n \"Port\": 0\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"rtptest\",\n \"IdleTimeout\": 0\n },\n \"InputRegion\": \"ap-shanghai\",\n \"RTMPSettings\": {\n \"AppName\": \"live\",\n \"StreamKey\": \"live_test\"\n },\n \"FailOver\": \"on\",\n \"RTMPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTSPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"rtsp://120.10.10.10:2355/cam/test\"\n }\n ]\n },\n \"ResilientStream\": {\n \"Enable\": true,\n \"BufferTime\": 1\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"http://example.com/live/index.m3u8\"\n }\n ]\n }\n }\n ],\n \"OutputGroup\": [\n {\n \"OutputId\": \"outputtest\",\n \"OutputName\": \"outputtest\",\n \"OutputType\": \"outputtest\",\n \"Description\": \"outputtest\",\n \"Protocol\": \"outputtest\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"223.223.223.223\"\n }\n ],\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"223.223.223.223\",\n \"Port\": 0\n }\n ],\n \"StreamId\": \"outputtest\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"outputtest\",\n \"PbKeyLen\": 0,\n \"Mode\": \"outputtest\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"202.118.80.23\",\n \"Port\": 3320\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"202.118.80.23\",\n \"Port\": 2200\n }\n ],\n \"FEC\": \"outputtest\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"outputtest\",\n \"StreamKey\": \"outputtest\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"outputtest\",\n \"StreamKey\": \"outputtest\"\n }\n ]\n },\n \"AllowIpList\": [\n \"223.223.223.223\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://120.10.10.10:2355/cam/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/index.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n }\n ],\n \"EventId\": \"01937702ecc509dc0f3269ca3420\",\n \"Region\": \"ap-shanghai\"\n },\n \"RequestId\": \"0186e91bf25809831f1703c66937\"\n }\n}",
|
200
200
|
"title": "请求示例"
|
201
201
|
}
|
202
202
|
],
|
203
203
|
"CreateStreamLinkInput": [
|
204
204
|
{
|
205
205
|
"document": "创建媒体传输的输入配置。",
|
206
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkInput\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
207
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"FlowId\": \"
|
206
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkInput\n<公共请求参数>\n\n{\n \"FlowId\": \"\",\n \"InputGroup\": [\n {\n \"InputName\": \"inputname\",\n \"Description\": \"inputnameDescription\",\n \"Protocol\": \"RTP\",\n \"AllowIpList\": [\n \"0.0.0.0/0\"\n ],\n \"SRTSettings\": {\n \"StreamId\": \"#!::u=johnny,t=file,m=publish,r=results.csv\",\n \"Latency\": 1000,\n \"RecvLatency\": 1000,\n \"PeerLatency\": 1000,\n \"PeerIdleTimeout\": 1000,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 10\n },\n \"RTPSettings\": {\n \"FEC\": \"none\",\n \"IdleTimeout\": 1000\n }\n }\n ]\n}",
|
207
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"FlowId\": \"018f09cc50671eb401a6024fcabc\",\n \"FlowName\": \"test\",\n \"State\": \"\",\n \"MaxBandwidth\": 0,\n \"InputGroup\": [\n {\n \"InputId\": \"\",\n \"InputName\": \"\",\n \"Description\": \"\",\n \"Protocol\": \"\",\n \"InputAddressList\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ],\n \"AllowIpList\": [\n \"\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"\",\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"SourceAddresses\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"\",\n \"IdleTimeout\": 0\n },\n \"InputRegion\": \"\",\n \"RTMPSettings\": {\n \"AppName\": \"\",\n \"StreamKey\": \"\"\n },\n \"FailOver\": \"\",\n \"RTMPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"TcUrl\": \"\",\n \"StreamKey\": \"\"\n }\n ]\n },\n \"RTSPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"\"\n }\n ]\n },\n \"ResilientStream\": {\n \"Enable\": true,\n \"BufferTime\": 1\n }\n }\n ],\n \"OutputGroup\": [\n {\n \"OutputId\": \"\",\n \"OutputName\": \"\",\n \"OutputType\": \"\",\n \"Description\": \"\",\n \"Protocol\": \"\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"\"\n }\n ],\n \"OutputRegion\": \"\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ],\n \"FEC\": \"\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"\",\n \"StreamKey\": \"\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"\",\n \"StreamKey\": \"\"\n }\n ]\n },\n \"AllowIpList\": [\n \"\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n }\n ],\n \"EventId\": \"\",\n \"Region\": \"\"\n },\n \"RequestId\": \"\"\n }\n}",
|
208
208
|
"title": "请求示例"
|
209
209
|
}
|
210
210
|
],
|
211
211
|
"CreateStreamLinkOutputInfo": [
|
212
212
|
{
|
213
213
|
"document": "",
|
214
|
-
"input": "POST / HTTP/1.1\nHost:
|
215
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"
|
214
|
+
"input": "POST / HTTP/1.1\nHost: mdc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkOutputInfo\n<公共请求参数>\n\n{\n \"FlowId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"Output\": {\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\"\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"MaxConcurrent\": 1\n }\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"102.32.56.23\"\n }\n ],\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n },\n \"RequestId\": \"01937702ecc509dc0f3269ca3420\"\n }\n}",
|
216
216
|
"title": "请求示例"
|
217
217
|
}
|
218
218
|
],
|
219
219
|
"CreateStreamLinkSecurityGroup": [
|
220
220
|
{
|
221
221
|
"document": "创建安全组。",
|
222
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Name\": \"
|
223
|
-
"output": "{\n \"Response\": {\n \"Id\": \"
|
222
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Name\": \"live_test\",\n \"Whitelist\": [\n \"102.102.102.102/32\"\n ]\n}",
|
223
|
+
"output": "{\n \"Response\": {\n \"Id\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"RequestId\": \"01937702c54509dc0f3269ca341f\"\n }\n}",
|
224
224
|
"title": "请求示例"
|
225
225
|
}
|
226
226
|
],
|
@@ -411,32 +411,32 @@
|
|
411
411
|
"DeleteStreamLinkEvent": [
|
412
412
|
{
|
413
413
|
"document": "",
|
414
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventId\": \"
|
415
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
414
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventId\": \"01937702c54509dc0f3269ca341f\"\n}",
|
415
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
416
416
|
"title": "请求示例"
|
417
417
|
}
|
418
418
|
],
|
419
419
|
"DeleteStreamLinkFlow": [
|
420
420
|
{
|
421
421
|
"document": "",
|
422
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
423
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
422
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"01937702c54509dc0f3269ca341f\"\n}",
|
423
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
424
424
|
"title": "请求示例"
|
425
425
|
}
|
426
426
|
],
|
427
427
|
"DeleteStreamLinkOutput": [
|
428
428
|
{
|
429
429
|
"document": "",
|
430
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkOutput\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
431
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
430
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkOutput\n<公共请求参数>\n\n{\n \"FlowId\": \"0194407416cf09dc0f321631343d\",\n \"OutputId\": \"0193d38d0a4f09dc0f326fd4342c\"\n}",
|
431
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"01941bb4db6709dc0f320a9d3425\"\n }\n}",
|
432
432
|
"title": "请求示例"
|
433
433
|
}
|
434
434
|
],
|
435
435
|
"DeleteStreamLinkSecurityGroup": [
|
436
436
|
{
|
437
437
|
"document": "删除安全组。",
|
438
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"
|
439
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
438
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"01937702c54509dc0f3269ca341f\"\n}",
|
439
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
440
440
|
"title": "请求示例"
|
441
441
|
}
|
442
442
|
],
|
@@ -555,8 +555,8 @@
|
|
555
555
|
"DescribeGroupAttachFlowsById": [
|
556
556
|
{
|
557
557
|
"document": "根据安全组反差关联的Flow信息。",
|
558
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupAttachFlowsById\n<公共请求参数>\n\n{\n \"Id\": \"
|
559
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"
|
558
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupAttachFlowsById\n<公共请求参数>\n\n{\n \"Id\": \"019202e96d9f09dc0f325e7f7a2a\"\n}",
|
559
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"01937702c54509dc0f3269ca341f\",\n \"FlowName\": \"test_flow\",\n \"EventId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"FlowRegion\": \"ap-shanghai\",\n \"OutputRegion\": \"ap-shanghai\",\n \"EventName\": \"test_live\",\n \"InputName\": \"pgm_srt\",\n \"OutputName\": \"pgm_rtmp\",\n \"InOutId\": \"01937722c54509dc0f3269ca356g\",\n \"InOutType\": \"input\"\n }\n ],\n \"RequestId\": \"01937702ecc509dc0f3269ca3420\"\n }\n}",
|
560
560
|
"title": "请求示例"
|
561
561
|
}
|
562
562
|
],
|
@@ -651,8 +651,8 @@
|
|
651
651
|
"DescribeStreamLinkEventAttachedFlows": [
|
652
652
|
{
|
653
653
|
"document": "查询媒体传输事件关联的所有媒体输入流的配置信息。",
|
654
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkEventAttachedFlows\n<公共请求参数>\n\n{\n \"EventId\": \"
|
655
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"
|
654
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkEventAttachedFlows\n<公共请求参数>\n\n{\n \"EventId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"PageNum\": 1,\n \"PageSize\": 10\n}",
|
655
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"FlowName\": \"flow_name\",\n \"State\": \"IDLE\",\n \"MaxBandwidth\": 0,\n \"InputGroup\": [\n {\n \"InputId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"InputName\": \"input_name\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"InputAddressList\": [\n {\n \"Ip\": \"102.102.2.3\",\n \"Port\": 23600\n }\n ],\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"Listener\",\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"SourceAddresses\": [\n {\n \"Ip\": \"120.120.23.32\",\n \"Port\": 23600\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"InputRegion\": \"ap-shanghai\",\n \"RTMPSettings\": {\n \"AppName\": \"live\",\n \"StreamKey\": \"live\"\n },\n \"FailOver\": \"off\",\n \"RTMPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"test_live\"\n }\n ]\n },\n \"RTSPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"ResilientStream\": {\n \"Enable\": true,\n \"BufferTime\": 1\n }\n }\n ],\n \"OutputGroup\": [\n {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"102.32.56.23\"\n }\n ],\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n }\n ],\n \"EventId\": \"01937702ecc509dc0f3269ca3420\",\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"TotalNum\": 0,\n \"RequestId\": \"01937702c54509dc0f3269ca341f\"\n }\n}",
|
656
656
|
"title": "请求示例"
|
657
657
|
}
|
658
658
|
],
|
@@ -667,8 +667,8 @@
|
|
667
667
|
"DescribeStreamLinkFlow": [
|
668
668
|
{
|
669
669
|
"document": "",
|
670
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
671
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"
|
670
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"0193d38d0a4f09dc0f326fd4342c\"\n}",
|
671
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"FlowId\": \"0193d38d4e5d09dc0f326fd4342d\",\n \"State\": \"IDLE\",\n \"FlowName\": \"flow_name\",\n \"Region\": \"ap-shanghai\",\n \"EventId\": \"0194407416cf09dc0f321631343d\",\n \"InputGroup\": [\n {\n \"InputId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"InputName\": \"input_name\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"InputAddressList\": [\n {\n \"Ip\": \"102.102.2.3\",\n \"Port\": 23600\n }\n ],\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"Listener\",\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"SourceAddresses\": [\n {\n \"Ip\": \"120.120.23.32\",\n \"Port\": 23600\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"InputRegion\": \"ap-shanghai\",\n \"RTMPSettings\": {\n \"AppName\": \"live\",\n \"StreamKey\": \"live\"\n },\n \"FailOver\": \"off\",\n \"RTMPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"test_live\"\n }\n ]\n },\n \"RTSPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"ResilientStream\": {\n \"Enable\": true,\n \"BufferTime\": 1\n }\n }\n ],\n \"OutputGroup\": [\n {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"102.32.56.23\"\n }\n ],\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n }\n ],\n \"MaxBandwidth\": 10000000\n },\n \"RequestId\": \"0194407416cf09dc0f321631343d\"\n }\n}",
|
672
672
|
"title": "请求示例"
|
673
673
|
}
|
674
674
|
],
|
@@ -676,7 +676,7 @@
|
|
676
676
|
{
|
677
677
|
"document": "",
|
678
678
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlowLogs\n<公共请求参数>\n\n{\n \"FlowId\": \"0175723949ba0956b92d0bf40cfe\",\n \"StartTime\": \"2020-12-10T13:00:00Z\",\n \"EndTime\": \"2020-12-10T13:27:00Z\",\n \"Type\": [\n \"Input\",\n \"Output\"\n ],\n \"Pipeline\": [\n \"0\",\n \"1\"\n ],\n \"PageNum\": 1,\n \"PageSize\": 100\n}",
|
679
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Timestamp\": 1607605513,\n \"Type\": \"input\",\n \"InputOutputId\": \"0175723949bb0956b92d0bf40cff\",\n \"Protocol\": \"srt\",\n \"EventCode\": \"1000\",\n \"EventMessage\": \"Access Granted\",\n \"RemoteIp\": \"42.194.229.84\",\n \"RemotePort\": \"29000\",\n \"Pipeline\": \"
|
679
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Timestamp\": 1607605513,\n \"Type\": \"input\",\n \"InputOutputId\": \"0175723949bb0956b92d0bf40cff\",\n \"Protocol\": \"srt\",\n \"EventCode\": \"1000\",\n \"EventMessage\": \"Access Granted\",\n \"RemoteIp\": \"42.194.229.84\",\n \"RemotePort\": \"29000\",\n \"Pipeline\": \"\",\n \"InputOutputName\": \"\"\n }\n ],\n \"PageNum\": 1,\n \"PageSize\": 100,\n \"RequestId\": \"137253816\",\n \"TotalNum\": 3,\n \"TotalPage\": 1\n }\n}",
|
680
680
|
"title": "请求示例"
|
681
681
|
}
|
682
682
|
],
|
@@ -684,7 +684,7 @@
|
|
684
684
|
{
|
685
685
|
"document": "",
|
686
686
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlowMediaStatistics\n<公共请求参数>\n\n{\n \"FlowId\": \"0175723949ba0956b92d0bf40cfe\",\n \"StartTime\": \"2020-12-10T11:00:00Z\",\n \"EndTime\": \"2020-12-10T12:00:00Z\",\n \"Period\": \"1min\",\n \"Type\": \"input\",\n \"Pipeline\": \"0\",\n \"InputOutputId\": \"0175723949bb0956b92d0bf40cff\"\n}",
|
687
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Network\": 1208588,\n \"Timestamp\": 1607598000,\n \"SessionId\": \"
|
687
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Network\": 1208588,\n \"Timestamp\": 1607598000,\n \"SessionId\": \"\",\n \"Video\": [\n {\n \"Rate\": 1038884,\n \"Pid\": 256,\n \"SessionId\": \"\",\n \"Fps\": 62\n }\n ],\n \"ClientIp\": \"\",\n \"Audio\": [\n {\n \"Rate\": 169704,\n \"Pid\": 257,\n \"SessionId\": \"\",\n \"Fps\": 45\n }\n ]\n }\n ],\n \"RequestId\": \"\"\n }\n}",
|
688
688
|
"title": "请求示例"
|
689
689
|
}
|
690
690
|
],
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"document": "",
|
694
694
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlowRealtimeStatus\n<公共请求参数>\n\n{\n \"FlowId\": \"0176ac7f1af20956b92d2aad1e6d\",\n \"InputIds\": [\n \"0176ac7f1af30956b92d2aad1e6e\"\n ],\n \"OutputIds\": [\n \"0178c3f4bceb0956b92d149e1b5d\"\n ]\n}",
|
695
|
-
"output": "{\n \"Response\": {\n \"Timestamp\": 1618543864,\n \"RequestId\": \"
|
695
|
+
"output": "{\n \"Response\": {\n \"Timestamp\": 1618543864,\n \"RequestId\": \"01937702c54509dc0f3269ca341f\",\n \"Datas\": [\n {\n \"Protocol\": \"SRT\",\n \"Type\": \"Input\",\n \"ConnectServerIP\": \"233.35.69.89\",\n \"OutputId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"FlowId\": \"019377034b0709dc0f3269ca3422\",\n \"InputId\": \"0193d38d0a4f09dc0f326fd4342c\",\n \"SRTStatus\": {\n \"PacketLossRate\": 0.0,\n \"DroppedPackets\": 0,\n \"Latency\": 120,\n \"Encryption\": \"Off\",\n \"RetransmitRate\": 0.0,\n \"Packets\": 0,\n \"RTT\": 20\n },\n \"CommonStatus\": {\n \"State\": \"Connected\",\n \"Reconnections\": 10,\n \"Bitrate\": 0,\n \"Mode\": \"Listener\",\n \"ConnectedTime\": 36000\n },\n \"RTMPStatus\": {\n \"VideoFPS\": 0,\n \"AudioFPS\": 0\n },\n \"RTPStatus\": {\n \"Packets\": 0\n }\n }\n ]\n }\n}",
|
696
696
|
"title": "请求示例"
|
697
697
|
}
|
698
698
|
],
|
@@ -700,7 +700,7 @@
|
|
700
700
|
{
|
701
701
|
"document": "",
|
702
702
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlowSRTStatistics\n<公共请求参数>\n\n{\n \"FlowId\": \"0175723949ba0956b92d0bf40cfe\",\n \"StartTime\": \"2020-12-10T11:00:00Z\",\n \"EndTime\": \"2020-12-10T12:00:00Z\",\n \"Period\": \"1min\",\n \"Type\": \"input\",\n \"Pipeline\": \"0\",\n \"InputOutputId\": \"0175723949bb0956b92d0bf40cff\"\n}",
|
703
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"SendRetransmissionRate\": 0,\n \"RecvPacketLossRate\": 0,\n \"Timestamp\": 1607606280,\n \"SendPacketDropNumber\": 0,\n \"RecvPacketDropNumber\": 0,\n \"RTT\": 17,\n \"SessionId\": \"
|
703
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"SendRetransmissionRate\": 0,\n \"RecvPacketLossRate\": 0,\n \"Timestamp\": 1607606280,\n \"SendPacketDropNumber\": 0,\n \"RecvPacketDropNumber\": 0,\n \"RTT\": 17,\n \"SessionId\": \"125489\",\n \"SendPacketLossRate\": 0,\n \"RecvRetransmissionRate\": 0\n }\n ],\n \"RequestId\": \"137253816\"\n }\n}",
|
704
704
|
"title": "请求示例"
|
705
705
|
}
|
706
706
|
],
|
@@ -716,7 +716,7 @@
|
|
716
716
|
{
|
717
717
|
"document": "",
|
718
718
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkFlows\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 10\n}",
|
719
|
-
"output": "{\n \"Response\": {\n \"
|
719
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"FlowName\": \"flow_name\",\n \"State\": \"IDLE\",\n \"MaxBandwidth\": 0,\n \"InputGroup\": [\n {\n \"InputId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"InputName\": \"input_name\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"InputAddressList\": [\n {\n \"Ip\": \"102.102.2.3\",\n \"Port\": 23600\n }\n ],\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"Listener\",\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"SourceAddresses\": [\n {\n \"Ip\": \"120.120.23.32\",\n \"Port\": 23600\n }\n ]\n },\n \"RTPSettings\": {\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"InputRegion\": \"ap-shanghai\",\n \"RTMPSettings\": {\n \"AppName\": \"live\",\n \"StreamKey\": \"live\"\n },\n \"FailOver\": \"off\",\n \"RTMPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"test_live\"\n }\n ]\n },\n \"RTSPPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"SourceAddresses\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"ResilientStream\": {\n \"Enable\": true,\n \"BufferTime\": 1\n }\n }\n ],\n \"OutputGroup\": [\n {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"102.32.56.23\"\n }\n ],\n \"OutputRegion\": \"ap-shanghai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n }\n ],\n \"EventId\": \"01937702ecc509dc0f3269ca3420\",\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"TotalNum\": 1,\n \"PageNum\": 1,\n \"TotalPage\": 1,\n \"PageSize\": 10,\n \"RequestId\": \"01937702c54509dc0f3269ca341f\"\n }\n}",
|
720
720
|
"title": "请求示例"
|
721
721
|
}
|
722
722
|
],
|
@@ -732,7 +732,7 @@
|
|
732
732
|
{
|
733
733
|
"document": "批量查询安全组信息。",
|
734
734
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkSecurityGroups\n<公共请求参数>\n\n{}",
|
735
|
-
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"
|
735
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"Name\": \"live_test\",\n \"Whitelist\": [\n \"0.0.0.0\"\n ],\n \"OccupiedInputs\": [\n \"01937702c54509dc0f3269ca341f\"\n ],\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"RequestId\": \"019202e96d9f09dc0f325e7f7a2a\"\n }\n}",
|
736
736
|
"title": "请求示例"
|
737
737
|
}
|
738
738
|
],
|
@@ -1063,16 +1063,16 @@
|
|
1063
1063
|
"ModifyStreamLinkEvent": [
|
1064
1064
|
{
|
1065
1065
|
"document": "",
|
1066
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventId\": \"
|
1067
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1066
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkEvent\n<公共请求参数>\n\n{\n \"EventId\": \"0193d38d0a4f09dc0f326fd4342c\",\n \"EventName\": \"test_event\"\n}",
|
1067
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0194407416cf09dc0f321631343d\"\n }\n}",
|
1068
1068
|
"title": "请求示例"
|
1069
1069
|
}
|
1070
1070
|
],
|
1071
1071
|
"ModifyStreamLinkFlow": [
|
1072
1072
|
{
|
1073
1073
|
"document": "",
|
1074
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
1075
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1074
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"0194407416cf09dc0f321631343d\",\n \"FlowName\": \"flow_name\"\n}",
|
1075
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0193d38d4e5d09dc0f326fd4342d\"\n }\n}",
|
1076
1076
|
"title": "请求示例"
|
1077
1077
|
}
|
1078
1078
|
],
|
@@ -1087,16 +1087,16 @@
|
|
1087
1087
|
"ModifyStreamLinkOutputInfo": [
|
1088
1088
|
{
|
1089
1089
|
"document": "",
|
1090
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkOutputInfo\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
1091
|
-
"output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"
|
1090
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkOutputInfo\n<公共请求参数>\n\n{\n \"FlowId\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"Output\": {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\"\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"MaxConcurrent\": 1\n }\n}",
|
1091
|
+
"output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"01937702c54509dc0f3269ca341f\",\n \"OutputRegion\": \"ap-shanghai\",\n \"OutputName\": \"output_name\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"102.32.56.23\"\n }\n ],\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"StreamId\": \"\",\n \"Latency\": 0,\n \"RecvLatency\": 0,\n \"PeerLatency\": 0,\n \"PeerIdleTimeout\": 0,\n \"Passphrase\": \"\",\n \"PbKeyLen\": 0,\n \"Mode\": \"Caller\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ]\n },\n \"RTPSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"102.32.56.23\",\n \"Port\": 22300\n }\n ],\n \"FEC\": \"off\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"TcUrl\": \"rtmp://example.com/live\",\n \"StreamKey\": \"live_test\"\n }\n ]\n },\n \"AllowIpList\": [\n \"0.0.0.0\"\n ],\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"rtsp://example.com/live/test\"\n }\n ]\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"http://example.com/live/test.m3u8\"\n }\n ]\n },\n \"MaxConcurrent\": 1\n },\n \"RequestId\": \"01937702ecc509dc0f3269ca3420\"\n }\n}",
|
1092
1092
|
"title": "请求示例"
|
1093
1093
|
}
|
1094
1094
|
],
|
1095
1095
|
"ModifyStreamLinkSecurityGroup": [
|
1096
1096
|
{
|
1097
1097
|
"document": "更新安全组。",
|
1098
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"
|
1099
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1098
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"019202e96d9f09dc0f325e7f7a2a\",\n \"Name\": \"live_test\",\n \"Whitelist\": [\n \"0.0.0.0\"\n ]\n}",
|
1099
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"01937702c54509dc0f3269ca341f\"\n }\n}",
|
1100
1100
|
"title": "请求示例"
|
1101
1101
|
}
|
1102
1102
|
],
|
@@ -1183,16 +1183,16 @@
|
|
1183
1183
|
"StartStreamLinkFlow": [
|
1184
1184
|
{
|
1185
1185
|
"document": "",
|
1186
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
1187
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1186
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"01941bb7827509dc0f320a9d3426\"\n}",
|
1187
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"01937702c54509dc0f3269ca341f\"\n }\n}",
|
1188
1188
|
"title": "请求示例"
|
1189
1189
|
}
|
1190
1190
|
],
|
1191
1191
|
"StopStreamLinkFlow": [
|
1192
1192
|
{
|
1193
1193
|
"document": "",
|
1194
|
-
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"
|
1195
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1194
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopStreamLinkFlow\n<公共请求参数>\n\n{\n \"FlowId\": \"019202e96d9f09dc0f325e7f7a2a\"\n}",
|
1195
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0193d38d4e5d09dc0f326fd4342d\"\n }\n}",
|
1196
1196
|
"title": "请求示例"
|
1197
1197
|
}
|
1198
1198
|
],
|