tccli 3.0.1298.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.
Files changed (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +23 -23
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/controlcenter/v20230110/api.json +63 -58
  15. tccli/services/dbbrain/dbbrain_client.py +106 -0
  16. tccli/services/dbbrain/v20191016/api.json +219 -0
  17. tccli/services/dbbrain/v20191016/examples.json +8 -0
  18. tccli/services/dbbrain/v20210527/api.json +394 -1
  19. tccli/services/dbbrain/v20210527/examples.json +16 -0
  20. tccli/services/dcdb/v20180411/api.json +102 -6
  21. tccli/services/dcdb/v20180411/examples.json +4 -4
  22. tccli/services/dnspod/v20210323/api.json +128 -127
  23. tccli/services/facefusion/v20220927/api.json +2 -2
  24. tccli/services/facefusion/v20220927/examples.json +1 -1
  25. tccli/services/gs/v20191118/api.json +3 -3
  26. tccli/services/iotexplorer/v20190423/api.json +550 -517
  27. tccli/services/iotexplorer/v20190423/examples.json +33 -33
  28. tccli/services/lkeap/v20240522/api.json +3 -3
  29. tccli/services/mariadb/v20170312/api.json +84 -8
  30. tccli/services/mariadb/v20170312/examples.json +3 -3
  31. tccli/services/mps/v20190612/api.json +8 -8
  32. tccli/services/mps/v20190612/examples.json +11 -11
  33. tccli/services/mqtt/v20240516/api.json +6 -6
  34. tccli/services/ocr/ocr_client.py +307 -360
  35. tccli/services/ocr/v20181119/api.json +0 -286
  36. tccli/services/ocr/v20181119/examples.json +0 -8
  37. tccli/services/organization/v20210331/api.json +9 -0
  38. tccli/services/sqlserver/v20180328/api.json +9 -0
  39. tccli/services/sqlserver/v20180328/examples.json +1 -1
  40. tccli/services/tcb/v20180608/api.json +11 -1
  41. tccli/services/teo/v20220106/api.json +4 -4
  42. tccli/services/tione/v20211111/api.json +25 -5
  43. tccli/services/tse/v20201207/api.json +34 -34
  44. tccli/services/vod/v20240718/api.json +9 -9
  45. tccli/services/vod/v20240718/examples.json +11 -11
  46. tccli/services/vpc/v20170312/api.json +175 -0
  47. tccli/services/vpc/v20170312/examples.json +8 -0
  48. tccli/services/vpc/vpc_client.py +53 -0
  49. tccli/services/wedata/v20210820/api.json +11 -1
  50. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,8 +3,8 @@
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\": \"test\",\n \"FlowIds\": [\n \"aaa\"\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"aaaaa\"\n }\n}",
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
  ],
@@ -211,8 +211,8 @@
211
211
  "CreateStreamLinkOutputInfo": [
212
212
  {
213
213
  "document": "",
214
- "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkOutputInfo\n<公共请求参数>\n\n{\n \"FlowId\": \"abc\",\n \"Output\": {\n \"OutputName\": \"abc\",\n \"Protocol\": \"abc\",\n \"Description\": \"abc\",\n \"RTPSettings\": {\n \"IdleTimeout\": 1000,\n \"FEC\": \"abc\",\n \"Destinations\": [\n {\n \"Ip\": \"abc\",\n \"Port\": 0\n }\n ]\n },\n \"SRTSettings\": {\n \"Latency\": 1000,\n \"PeerLatency\": 1000,\n \"PbKeyLen\": 0,\n \"RecvLatency\": 1000,\n \"Passphrase\": \"abc\",\n \"StreamId\": \"abc\",\n \"PeerIdleTimeout\": 1000,\n \"Destinations\": [\n {\n \"Ip\": \"abc\",\n \"Port\": 10000\n },\n {\n \"Ip\": \"abc\",\n \"Port\": 10000\n }\n ]\n },\n \"RTMPSettings\": {\n \"ChunkSize\": 4096,\n \"Destinations\": [\n {\n \"Url\": \"abc\",\n \"StreamKey\": \"abc\"\n },\n {\n \"Url\": \"abc\",\n \"StreamKey\": \"abc\"\n }\n ]\n },\n \"OutputRegion\": \"abc\"\n }\n}",
215
- "output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"01746d03dd8c0956b92d34d30447\",\n \"OutputName\": \"bbbbaaa\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"1.1.1.1\"\n },\n {\n \"Ip\": \"2.2.2.2\"\n }\n ],\n \"OutputRegion\": \"ap-mumbai\",\n \"SRTSettings\": {\n \"Destinations\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Port\": 10000\n },\n {\n \"Ip\": \"1.1.1.1\",\n \"Port\": 10000\n }\n ],\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\": 0,\n \"Mode\": \"abc\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"abc\",\n \"Port\": 0\n }\n ]\n },\n \"AllowIpList\": [\n \"test\"\n ],\n \"RTPSettings\": {\n \"Destinations\": [],\n \"FEC\": \"\",\n \"IdleTimeout\": 0\n },\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"StreamKey\": \"test\",\n \"TcUrl\": \"test\"\n }\n ]\n },\n \"RTMPSettings\": {\n \"Destinations\": [],\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"abc\"\n }\n ]\n },\n \"MaxConcurrent\": 1,\n \"SecurityGroupIds\": [\n \"abc\"\n ],\n \"Zones\": [\n \"abc\"\n ]\n },\n \"RequestId\": \"aaaaa\"\n }\n}",
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
  ],
@@ -427,8 +427,8 @@
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\": \"\",\n \"OutputId\": \"asd21dsa\"\n}",
431
- "output": "{\n \"Response\": {\n \"RequestId\": \"aaaaa\"\n }\n}",
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
  ],
@@ -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\": \"aaa\"\n}",
671
- "output": "{\n \"Response\": {\n \"Info\": {\n \"FlowName\": \"sacdsad\",\n \"InputGroup\": [\n {\n \"AllowIpList\": [\n \"0.0.0.0/0\"\n ],\n \"FailOver\": \"test\",\n \"Protocol\": \"SRT\",\n \"Description\": \"description\",\n \"RTPSettings\": {\n \"IdleTimeout\": 1000,\n \"FEC\": \"none\"\n },\n \"InputName\": \"sadsa\",\n \"SRTSettings\": {\n \"Latency\": 1000,\n \"PeerLatency\": 1000,\n \"PbKeyLen\": 1000,\n \"RecvLatency\": 1000,\n \"Passphrase\": \"aaaa\",\n \"StreamId\": \"\",\n \"PeerIdleTimeout\": 1000\n },\n \"RTSPPullSettings\": {},\n \"RTMPPullSettings\": {},\n \"RTMPSettings\": {\n \"StreamKey\": \"stream?a=b\",\n \"AppName\": \"live\"\n },\n \"InputRegion\": \"ap-hongkong\",\n \"InputId\": \"id\",\n \"InputAddressList\": [\n {\n \"Ip\": \"2.2.2.2\",\n \"Port\": 2\n }\n ]\n }\n ],\n \"FlowId\": \"\",\n \"State\": \"IDLE\",\n \"OutputGroup\": [\n {\n \"OutputName\": \"sad231edqsq\",\n \"OutputAddressList\": [\n {\n \"Ip\": \"1.1.1.1\"\n }\n ],\n \"Protocol\": \"RTP\",\n \"Description\": \"description\",\n \"RTPSettings\": {\n \"IdleTimeout\": 1000,\n \"FEC\": \"none\",\n \"Destinations\": [\n {\n \"Ip\": \"3.3.3.3\",\n \"Port\": 3\n }\n ]\n },\n \"OutputType\": \"Internet\",\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"test\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"StreamKey\": \"test\",\n \"TcUrl\": \"test\"\n }\n ]\n },\n \"SRTSettings\": {\n \"Latency\": 1000,\n \"PeerLatency\": 1000,\n \"PbKeyLen\": 1000,\n \"RecvLatency\": 1000,\n \"Passphrase\": \"aaaa\",\n \"StreamId\": \"aaaa\",\n \"PeerIdleTimeout\": 1000,\n \"Destinations\": [\n {\n \"Ip\": \"4.4.4.4\",\n \"Port\": 4\n }\n ]\n },\n \"OutputId\": \"asd21dsa\",\n \"RTMPSettings\": {\n \"IdleTimeout\": 1000,\n \"ChunkSize\": 4096,\n \"Destinations\": [\n {\n \"Url\": \"rtmp://domain/live\",\n \"StreamKey\": \"streamid?a=b\"\n }\n ]\n },\n \"OutputRegion\": \"ap-mumbai\"\n }\n ],\n \"MaxBandwidth\": 10000000\n },\n \"RequestId\": \"fsaasd\"\n }\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
  ],
@@ -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\": \"xx\",\n \"SendPacketLossRate\": 0,\n \"RecvRetransmissionRate\": 0\n }\n ],\n \"RequestId\": \"137253816\"\n }\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\": \"125489\",\n \"SendPacketLossRate\": 0,\n \"RecvRetransmissionRate\": 0\n }\n ],\n \"RequestId\": \"137253816\"\n }\n}",
704
704
  "title": "请求示例"
705
705
  }
706
706
  ],
@@ -1087,8 +1087,8 @@
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\": \"\",\n \"Output\": {\n \"OutputName\": \"\",\n \"Protocol\": \"\",\n \"Description\": \"\",\n \"RTPSettings\": {\n \"IdleTimeout\": 1000,\n \"FEC\": \"\",\n \"Destinations\": [\n {\n \"Ip\": \"\",\n \"Port\": 0\n }\n ]\n },\n \"SRTSettings\": {\n \"Latency\": 1000,\n \"PeerLatency\": 1000,\n \"PbKeyLen\": 0,\n \"RecvLatency\": 1000,\n \"Passphrase\": \"\",\n \"StreamId\": \"\",\n \"PeerIdleTimeout\": 1000,\n \"Destinations\": [\n {\n \"Ip\": \"\",\n \"Port\": 10000\n },\n {\n \"Ip\": \"\",\n \"Port\": 10000\n }\n ]\n },\n \"OutputId\": \"\",\n \"RTMPSettings\": {\n \"ChunkSize\": 4096,\n \"Destinations\": [\n {\n \"Url\": \"\",\n \"StreamKey\": \"\"\n },\n {\n \"Url\": \"\",\n \"StreamKey\": \"\"\n }\n ]\n }\n }\n}",
1091
- "output": "{\n \"Response\": {\n \"Info\": {\n \"OutputId\": \"01746d03dd8c0956b92d34d30447\",\n \"OutputName\": \"bbbb\",\n \"OutputType\": \"Internet\",\n \"Description\": \"description\",\n \"Protocol\": \"SRT\",\n \"MaxConcurrent\": 1,\n \"OutputAddressList\": [\n {\n \"Ip\": \"1.1.1.1\"\n },\n {\n \"Ip\": \"2.2.2.2\"\n }\n ],\n \"OutputRegion\": \"ap-mumbai\",\n \"RTSPPullSettings\": {\n \"ServerUrls\": [\n {\n \"Url\": \"\"\n }\n ]\n },\n \"RTMPPullSettings\": {\n \"ServerUrls\": [\n {\n \"StreamKey\": \"\",\n \"TcUrl\": \"\"\n }\n ]\n },\n \"AllowIpList\": [\n \"\"\n ],\n \"SRTSettings\": {\n \"Mode\": \"\",\n \"SourceAddresses\": [\n {\n \"Ip\": \"\",\n \"Port\": 1\n }\n ],\n \"Destinations\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Port\": 10000\n },\n {\n \"Ip\": \"1.1.1.1\",\n \"Port\": 10000\n }\n ],\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\": 0\n },\n \"HLSPullSettings\": {\n \"ServerUrls\": []\n },\n \"RTPSettings\": {\n \"Destinations\": [],\n \"FEC\": \"\",\n \"IdleTimeout\": 0\n },\n \"RTMPSettings\": {\n \"Destinations\": [],\n \"IdleTimeout\": 0,\n \"ChunkSize\": 0\n }\n },\n \"RequestId\": \"aaaaa\"\n }\n}",
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
  ],
@@ -5056,7 +5056,7 @@
5056
5056
  "members": [
5057
5057
  {
5058
5058
  "disabled": false,
5059
- "document": "规格类型\nBASIC:基础版\nPRO :专业版",
5059
+ "document": "规格类型\nBASIC:基础版\nPRO :专业版\nPLATINUM: 铂金版",
5060
5060
  "example": "BASIC",
5061
5061
  "member": "string",
5062
5062
  "name": "InstanceType",
@@ -5067,7 +5067,7 @@
5067
5067
  {
5068
5068
  "disabled": false,
5069
5069
  "document": "规格代码",
5070
- "example": "basic_1000",
5070
+ "example": "pro_10k_1",
5071
5071
  "member": "string",
5072
5072
  "name": "SkuCode",
5073
5073
  "output_required": false,
@@ -5076,7 +5076,7 @@
5076
5076
  },
5077
5077
  {
5078
5078
  "disabled": false,
5079
- "document": "是否售卖",
5079
+ "document": "是否售卖\n1: 可售卖\n0: 不可售卖",
5080
5080
  "example": "1",
5081
5081
  "member": "bool",
5082
5082
  "name": "OnSale",
@@ -5096,7 +5096,7 @@
5096
5096
  },
5097
5097
  {
5098
5098
  "disabled": false,
5099
- "document": "tps",
5099
+ "document": "MQTT 集群下每秒钟生产消息量和消费消息量之和。详细计算方式参考 [计费概述](https://cloud.tencent.com/document/product/1778/109698)",
5100
5100
  "example": "1000",
5101
5101
  "member": "int64",
5102
5102
  "name": "TpsLimit",
@@ -5585,7 +5585,7 @@
5585
5585
  "example": "vpc-xxxx",
5586
5586
  "member": "string",
5587
5587
  "name": "VpcId",
5588
- "required": true,
5588
+ "required": false,
5589
5589
  "type": "string"
5590
5590
  },
5591
5591
  {
@@ -5594,7 +5594,7 @@
5594
5594
  "example": "subnet-xxxx",
5595
5595
  "member": "string",
5596
5596
  "name": "SubnetId",
5597
- "required": true,
5597
+ "required": false,
5598
5598
  "type": "string"
5599
5599
  }
5600
5600
  ],