tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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 (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,13 +42,6 @@
42
42
  "output": "CreateEncryptedKeyResponse",
43
43
  "status": "online"
44
44
  },
45
- "CreateQos": {
46
- "document": "产品下线\n\n移动网络发起Qos加速过程",
47
- "input": "CreateQosRequest",
48
- "name": "发起Qos加速过程",
49
- "output": "CreateQosResponse",
50
- "status": "deprecated"
51
- },
52
45
  "DeleteDevice": {
53
46
  "document": "删除设备信息",
54
47
  "input": "DeleteDeviceRequest",
@@ -70,20 +63,6 @@
70
63
  "output": "DeleteL3ConnResponse",
71
64
  "status": "online"
72
65
  },
73
- "DeleteQos": {
74
- "document": "产品下线\n\n移动网络停止Qos加速过程",
75
- "input": "DeleteQosRequest",
76
- "name": "停止Qos加速过程",
77
- "output": "DeleteQosResponse",
78
- "status": "deprecated"
79
- },
80
- "DescribeQos": {
81
- "document": "产品下线\n\n获取Qos加速状态",
82
- "input": "DescribeQosRequest",
83
- "name": "获取Qos加速状态",
84
- "output": "DescribeQosResponse",
85
- "status": "deprecated"
86
- },
87
66
  "DownloadActiveDeviceCount": {
88
67
  "document": "下载活跃设备数量统计",
89
68
  "input": "DownloadActiveDeviceCountRequest",
@@ -784,68 +763,6 @@
784
763
  ],
785
764
  "type": "object"
786
765
  },
787
- "Capacity": {
788
- "document": "接口能力扩展,用于填充电信的加速Token,并为未来参数提供兼容空间",
789
- "members": [
790
- {
791
- "disabled": false,
792
- "document": "电信鉴权的Token。要加速的电信手机终端访问 http://qos.189.cn/qos-api/getToken?appid=TencentCloud 页面,获取返回结果中result的值",
793
- "example": "177cc9c4ab0-7b93546e8a7a89c7716b38139af3ba6b580045e9",
794
- "member": "string",
795
- "name": "CTCCToken",
796
- "required": false,
797
- "type": "string",
798
- "value_allowed_null": false
799
- },
800
- {
801
- "disabled": false,
802
- "document": "终端所处在的省份,建议不填写由服务端自动获取,若需填写请填写带有省、市、自治区、特别行政区等后缀的省份中文全称",
803
- "example": "广东省",
804
- "member": "string",
805
- "name": "Province",
806
- "required": false,
807
- "type": "string",
808
- "value_allowed_null": false
809
- }
810
- ],
811
- "usage": "in"
812
- },
813
- "Context": {
814
- "document": "加速策略关键数据",
815
- "members": [
816
- {
817
- "disabled": false,
818
- "document": "测速数据",
819
- "example": "略",
820
- "member": "NetworkData",
821
- "name": "NetworkData",
822
- "required": false,
823
- "type": "object",
824
- "value_allowed_null": false
825
- },
826
- {
827
- "disabled": false,
828
- "document": "用户期望最低门限",
829
- "example": "略",
830
- "member": "ExpectedThreshold",
831
- "name": "ExpectedLowThreshold",
832
- "required": false,
833
- "type": "object",
834
- "value_allowed_null": false
835
- },
836
- {
837
- "disabled": false,
838
- "document": "用户期望最高门限",
839
- "example": "略",
840
- "member": "ExpectedThreshold",
841
- "name": "ExpectedHighThreshold",
842
- "required": false,
843
- "type": "object",
844
- "value_allowed_null": false
845
- }
846
- ],
847
- "usage": "in"
848
- },
849
766
  "CreateEncryptedKeyRequest": {
850
767
  "document": "CreateEncryptedKey请求参数结构体",
851
768
  "members": [],
@@ -873,134 +790,6 @@
873
790
  ],
874
791
  "type": "object"
875
792
  },
876
- "CreateQosRequest": {
877
- "document": "CreateQos请求参数结构体",
878
- "members": [
879
- {
880
- "disabled": false,
881
- "document": "加速业务源地址信息,SrcIpv6和(SrcIpv4+SrcPublicIpv4)二选一,目前Ipv6不可用,全部填写以Ipv4参数为准。",
882
- "example": "{\"SrcIpv4\": \"192.168.2.11\", \"SrcPublicIpv4\": \"10.22.33.14\"}",
883
- "member": "SrcAddressInfo",
884
- "name": "SrcAddressInfo",
885
- "required": true,
886
- "type": "object"
887
- },
888
- {
889
- "disabled": false,
890
- "document": "加速业务目标地址信息",
891
- "example": "{\"DestIpv4\": \"128.22.36.40\"}",
892
- "member": "DestAddressInfo",
893
- "name": "DestAddressInfo",
894
- "required": true,
895
- "type": "object"
896
- },
897
- {
898
- "disabled": false,
899
- "document": "加速套餐\nT100K:时延性保障 + 带宽保障上下行保障 100kbps\nT200K:时延性保障 + 带宽保障上下行保障 200kbps\nT400K:时延性保障 + 带宽保障上下行保障 400kbps\nBD1M:带宽型保障 + 下行带宽保障1Mbps\nBD2M:带宽型保障 + 下行带宽保障2Mbps\nBD4M:带宽型保障 + 下行带宽保障4Mbps\nBU1M:带宽型保障 + 上行带宽保障1Mbps\nBU2M:带宽型保障 + 上行带宽保障2Mbps\nBU4M:带宽型保障 + 上行带宽保障4Mbps",
900
- "example": "T100K",
901
- "member": "string",
902
- "name": "QosMenu",
903
- "required": true,
904
- "type": "string"
905
- },
906
- {
907
- "disabled": false,
908
- "document": "申请加速的设备信息,包括运营商,操作系统,设备唯一标识等。",
909
- "example": "{\"OS\": 1, \"Vendor\": 2, \"IMEI\": \"357315094232545\"}",
910
- "member": "DeviceInfo",
911
- "name": "DeviceInfo",
912
- "required": false,
913
- "type": "object"
914
- },
915
- {
916
- "disabled": false,
917
- "document": "期望加速时长(单位分钟),默认值30分钟",
918
- "example": "30",
919
- "member": "uint64",
920
- "name": "Duration",
921
- "required": false,
922
- "type": "int"
923
- },
924
- {
925
- "disabled": false,
926
- "document": "接口能力扩展,如果是电信用户,必须填充CTCC Token字段",
927
- "example": "{ \"CTCCToken\" : \"177cc9c4ab0-7b93546\", \"Province\": \"Guangdong\" }",
928
- "member": "Capacity",
929
- "name": "Capacity",
930
- "required": false,
931
- "type": "object"
932
- },
933
- {
934
- "disabled": false,
935
- "document": "应用模板ID",
936
- "example": "app-1abcedf",
937
- "member": "string",
938
- "name": "TemplateId",
939
- "required": false,
940
- "type": "string"
941
- },
942
- {
943
- "disabled": false,
944
- "document": "针对特殊协议进行加速\n1. IP (默认值)\n2. UDP\n3. TCP",
945
- "example": "1",
946
- "member": "uint64",
947
- "name": "Protocol",
948
- "required": false,
949
- "type": "int"
950
- },
951
- {
952
- "disabled": false,
953
- "document": "加速策略关键数据",
954
- "example": "{\"ExpectedHighThreshold\":{\"Jitter\":20.0,\"Loss\":10.0,\"RTT\":90.0},\"ExpectedLowThreshold\":{\"Jitter\":5.0,\"Loss\":3.0,\"RTT\":50.5},\"NetworkData\":{\"Jitter\":48.09,\"Loss\":0.0,\"RTT\":[206.0,96.8,123.0],\"Timestamp\":1645586039}}",
955
- "member": "Context",
956
- "name": "Context",
957
- "required": false,
958
- "type": "object"
959
- },
960
- {
961
- "disabled": false,
962
- "document": "签名",
963
- "example": "af4764571f217a9bd2c50d8e97c54239bcacb15c835100e59fda84cb33603d14",
964
- "member": "string",
965
- "name": "Extern",
966
- "required": false,
967
- "type": "string"
968
- }
969
- ],
970
- "type": "object"
971
- },
972
- "CreateQosResponse": {
973
- "document": "CreateQos返回参数结构体",
974
- "members": [
975
- {
976
- "disabled": false,
977
- "document": "单次加速唯一 Id",
978
- "example": "ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0",
979
- "member": "string",
980
- "name": "SessionId",
981
- "output_required": true,
982
- "type": "string",
983
- "value_allowed_null": false
984
- },
985
- {
986
- "disabled": false,
987
- "document": "当前加速剩余时长(单位秒)",
988
- "example": "1790",
989
- "member": "uint64",
990
- "name": "Duration",
991
- "output_required": true,
992
- "type": "int",
993
- "value_allowed_null": false
994
- },
995
- {
996
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
997
- "member": "string",
998
- "name": "RequestId",
999
- "type": "string"
1000
- }
1001
- ],
1002
- "type": "object"
1003
- },
1004
793
  "DeleteDeviceRequest": {
1005
794
  "document": "DeleteDevice请求参数结构体",
1006
795
  "members": [
@@ -1082,145 +871,6 @@
1082
871
  ],
1083
872
  "type": "object"
1084
873
  },
1085
- "DeleteQosRequest": {
1086
- "document": "DeleteQos请求参数结构体",
1087
- "members": [
1088
- {
1089
- "disabled": false,
1090
- "document": "单次加速唯一 Id",
1091
- "example": "ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0",
1092
- "member": "string",
1093
- "name": "SessionId",
1094
- "required": true,
1095
- "type": "string"
1096
- }
1097
- ],
1098
- "type": "object"
1099
- },
1100
- "DeleteQosResponse": {
1101
- "document": "DeleteQos返回参数结构体",
1102
- "members": [
1103
- {
1104
- "disabled": false,
1105
- "document": "单次加速唯一 Id",
1106
- "example": "ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0",
1107
- "member": "string",
1108
- "name": "SessionId",
1109
- "required": true,
1110
- "type": "string",
1111
- "value_allowed_null": false
1112
- },
1113
- {
1114
- "disabled": false,
1115
- "document": "本次加速会话持续时间(单位秒)",
1116
- "example": "300",
1117
- "member": "uint64",
1118
- "name": "Duration",
1119
- "required": true,
1120
- "type": "int",
1121
- "value_allowed_null": false
1122
- },
1123
- {
1124
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1125
- "member": "string",
1126
- "name": "RequestId",
1127
- "type": "string"
1128
- }
1129
- ],
1130
- "type": "object"
1131
- },
1132
- "DescribeQosRequest": {
1133
- "document": "DescribeQos请求参数结构体",
1134
- "members": [
1135
- {
1136
- "disabled": false,
1137
- "document": "单次加速唯一 Id",
1138
- "example": "ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0",
1139
- "member": "string",
1140
- "name": "SessionId",
1141
- "required": true,
1142
- "type": "string"
1143
- }
1144
- ],
1145
- "type": "object"
1146
- },
1147
- "DescribeQosResponse": {
1148
- "document": "DescribeQos返回参数结构体",
1149
- "members": [
1150
- {
1151
- "disabled": false,
1152
- "document": "0:无匹配的加速中会话\n1:存在匹配的加速中会话",
1153
- "example": "0",
1154
- "member": "uint64",
1155
- "name": "Status",
1156
- "required": true,
1157
- "type": "int",
1158
- "value_allowed_null": false
1159
- },
1160
- {
1161
- "disabled": false,
1162
- "document": "手机公网出口IP,仅匹配时返回\n注意:此字段可能返回 null,表示取不到有效值。",
1163
- "example": "114.114.114.114",
1164
- "member": "string",
1165
- "name": "SrcPublicIpv4",
1166
- "required": true,
1167
- "type": "string",
1168
- "value_allowed_null": true
1169
- },
1170
- {
1171
- "disabled": false,
1172
- "document": "业务访问目的IP,仅匹配时返回\n注意:此字段可能返回 null,表示取不到有效值。",
1173
- "example": "[\"8.8.8.8\",\"8.8.8.9\"]",
1174
- "member": "string",
1175
- "name": "DestIpv4",
1176
- "required": true,
1177
- "type": "list",
1178
- "value_allowed_null": true
1179
- },
1180
- {
1181
- "disabled": false,
1182
- "document": "当前加速剩余时长(单位秒)有,仅匹配时返回\n注意:此字段可能返回 null,表示取不到有效值。",
1183
- "example": "1790",
1184
- "member": "uint64",
1185
- "name": "Duration",
1186
- "required": true,
1187
- "type": "int",
1188
- "value_allowed_null": true
1189
- },
1190
- {
1191
- "disabled": false,
1192
- "document": "加速套餐类型,仅匹配时返回\n注意:此字段可能返回 null,表示取不到有效值。",
1193
- "example": "T100K",
1194
- "member": "string",
1195
- "name": "QosMenu",
1196
- "required": true,
1197
- "type": "string",
1198
- "value_allowed_null": true
1199
- },
1200
- {
1201
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1202
- "member": "string",
1203
- "name": "RequestId",
1204
- "type": "string"
1205
- }
1206
- ],
1207
- "type": "object"
1208
- },
1209
- "DestAddressInfo": {
1210
- "document": "多网聚合加速目标地址结构体",
1211
- "members": [
1212
- {
1213
- "disabled": false,
1214
- "document": "加速业务目标 ip 地址数组",
1215
- "example": "[10.1.135.152, 10.1.133.14]",
1216
- "member": "string",
1217
- "name": "DestIp",
1218
- "required": true,
1219
- "type": "list"
1220
- }
1221
- ],
1222
- "usage": "in"
1223
- },
1224
874
  "DeviceBaseInfo": {
1225
875
  "document": "设备的基本信息",
1226
876
  "members": [
@@ -1413,62 +1063,6 @@
1413
1063
  ],
1414
1064
  "usage": "out"
1415
1065
  },
1416
- "DeviceInfo": {
1417
- "document": "设备信息结构体",
1418
- "members": [
1419
- {
1420
- "disabled": false,
1421
- "document": "运营商\n1:移动 \n2:电信\n3:联通\n4:广电\n99:其他",
1422
- "example": "1",
1423
- "member": "uint64",
1424
- "name": "Vendor",
1425
- "required": false,
1426
- "type": "int",
1427
- "value_allowed_null": false
1428
- },
1429
- {
1430
- "disabled": false,
1431
- "document": "设备操作系统:\n1:Android\n2: IOS\n99:其他",
1432
- "example": "1",
1433
- "member": "uint64",
1434
- "name": "OS",
1435
- "required": false,
1436
- "type": "int",
1437
- "value_allowed_null": false
1438
- },
1439
- {
1440
- "disabled": false,
1441
- "document": "设备唯一标识\nIOS 填写 IDFV\nAndroid 填写 IMEI",
1442
- "example": "357315094232545",
1443
- "member": "string",
1444
- "name": "DeviceId",
1445
- "required": false,
1446
- "type": "string",
1447
- "value_allowed_null": false
1448
- },
1449
- {
1450
- "disabled": false,
1451
- "document": "用户手机号码",
1452
- "example": "18649853764",
1453
- "member": "string",
1454
- "name": "PhoneNum",
1455
- "required": false,
1456
- "type": "string",
1457
- "value_allowed_null": false
1458
- },
1459
- {
1460
- "disabled": false,
1461
- "document": "无线信息\n1:4G\n2:5G\n3:WIFI\n99:其他",
1462
- "example": "1",
1463
- "member": "uint64",
1464
- "name": "Wireless",
1465
- "required": false,
1466
- "type": "int",
1467
- "value_allowed_null": false
1468
- }
1469
- ],
1470
- "usage": "in"
1471
- },
1472
1066
  "DeviceNetInfo": {
1473
1067
  "document": "设备网络状态信息",
1474
1068
  "members": [
@@ -1734,42 +1328,6 @@
1734
1328
  ],
1735
1329
  "type": "object"
1736
1330
  },
1737
- "ExpectedThreshold": {
1738
- "document": "用户期望门限",
1739
- "members": [
1740
- {
1741
- "disabled": false,
1742
- "document": "期望发起加速的时延阈值",
1743
- "example": "60",
1744
- "member": "float",
1745
- "name": "RTT",
1746
- "required": true,
1747
- "type": "float",
1748
- "value_allowed_null": false
1749
- },
1750
- {
1751
- "disabled": false,
1752
- "document": "期望发起加速的丢包率阈值",
1753
- "example": "0.02",
1754
- "member": "float",
1755
- "name": "Loss",
1756
- "required": true,
1757
- "type": "float",
1758
- "value_allowed_null": false
1759
- },
1760
- {
1761
- "disabled": false,
1762
- "document": "期望发起加速的抖动阈值",
1763
- "example": "60",
1764
- "member": "float",
1765
- "name": "Jitter",
1766
- "required": true,
1767
- "type": "float",
1768
- "value_allowed_null": false
1769
- }
1770
- ],
1771
- "usage": "in"
1772
- },
1773
1331
  "FlowDetails": {
1774
1332
  "document": "设备流量信息",
1775
1333
  "members": [
@@ -4000,52 +3558,6 @@
4000
3558
  ],
4001
3559
  "usage": "out"
4002
3560
  },
4003
- "NetworkData": {
4004
- "document": "测速数据",
4005
- "members": [
4006
- {
4007
- "disabled": false,
4008
- "document": "时延数组,最大长度30",
4009
- "example": "[10,20,30]",
4010
- "member": "float",
4011
- "name": "RTT",
4012
- "required": true,
4013
- "type": "list",
4014
- "value_allowed_null": false
4015
- },
4016
- {
4017
- "disabled": false,
4018
- "document": "丢包率",
4019
- "example": "0.02",
4020
- "member": "float",
4021
- "name": "Loss",
4022
- "required": true,
4023
- "type": "float",
4024
- "value_allowed_null": false
4025
- },
4026
- {
4027
- "disabled": false,
4028
- "document": "抖动",
4029
- "example": "50.5",
4030
- "member": "float",
4031
- "name": "Jitter",
4032
- "required": true,
4033
- "type": "float",
4034
- "value_allowed_null": false
4035
- },
4036
- {
4037
- "disabled": false,
4038
- "document": "10位秒级时间戳",
4039
- "example": "1644891913",
4040
- "member": "int64",
4041
- "name": "Timestamp",
4042
- "required": true,
4043
- "type": "int",
4044
- "value_allowed_null": false
4045
- }
4046
- ],
4047
- "usage": "in"
4048
- },
4049
3561
  "OrderFlowPackageRequest": {
4050
3562
  "document": "OrderFlowPackage请求参数结构体",
4051
3563
  "members": [
@@ -4291,42 +3803,6 @@
4291
3803
  ],
4292
3804
  "usage": "out"
4293
3805
  },
4294
- "SrcAddressInfo": {
4295
- "document": "移动网络加速源地址结构体",
4296
- "members": [
4297
- {
4298
- "disabled": false,
4299
- "document": "用户私网 ipv4 地址",
4300
- "example": "10.1.135.152",
4301
- "member": "string",
4302
- "name": "SrcIpv4",
4303
- "required": false,
4304
- "type": "string",
4305
- "value_allowed_null": false
4306
- },
4307
- {
4308
- "disabled": false,
4309
- "document": "用户公网 ipv4 地址",
4310
- "example": "223.104.63.10",
4311
- "member": "string",
4312
- "name": "SrcPublicIpv4",
4313
- "required": false,
4314
- "type": "string",
4315
- "value_allowed_null": false
4316
- },
4317
- {
4318
- "disabled": false,
4319
- "document": "用户 ipv6 地址",
4320
- "example": "1050:0:0:0:5:600:300c:326b",
4321
- "member": "string",
4322
- "name": "SrcIpv6",
4323
- "required": false,
4324
- "type": "string",
4325
- "value_allowed_null": false
4326
- }
4327
- ],
4328
- "usage": "in"
4329
- },
4330
3806
  "UpdateDeviceRequest": {
4331
3807
  "document": "UpdateDevice请求参数结构体",
4332
3808
  "members": [
@@ -48,14 +48,6 @@
48
48
  "title": "设置预置密钥"
49
49
  }
50
50
  ],
51
- "CreateQos": [
52
- {
53
- "document": "",
54
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQos\n<公共请求参数>\n\n{\n \"QosMenu\": \"T100K\",\n \"Duration\": 30,\n \"SrcAddressInfo\": {\n \"SrcIpv4\": \"10.168.2.11\",\n \"SrcPublicIpv4\": \"119.29.29.29\"\n },\n \"DestAddressInfo\": {\n \"DestIp\": [\n \"114.114.114.114\"\n ]\n },\n \"TemplateId\": \"app-1abacedf\",\n \"DeviceInfo\": {\n \"OS\": 1,\n \"Vendor\": 2,\n \"DeviceId\": \"357315094232545\",\n \"Wireless\": 1,\n \"PhoneNum\": \"12847584945\"\n },\n \"Capacity\": {\n \"CTCCToken\": \"177cc9c4ab0-7b93546\",\n \"Province\": \"广东省\"\n },\n \"Protocol\": 1\n}",
55
- "output": "{\n \"Response\": {\n \"SessionId\": \"ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"Duration\": 1790\n }\n}",
56
- "title": "移动网络发起加速"
57
- }
58
- ],
59
51
  "DeleteDevice": [
60
52
  {
61
53
  "document": "",
@@ -80,22 +72,6 @@
80
72
  "title": "示例1"
81
73
  }
82
74
  ],
83
- "DeleteQos": [
84
- {
85
- "document": "",
86
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQos\n<公共请求参数>\n\n{\n \"SessionId\": \"ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0\"\n}",
87
- "output": "{\n \"Response\": {\n \"SessionId\": \"ZWViYzAwNzJmNjRkNGExMDgyMjkzZTY0YzU0ZjZhNDY=-1-0\",\n \"Duration\": 300,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
88
- "title": "移动网络停止加速"
89
- }
90
- ],
91
- "DescribeQos": [
92
- {
93
- "document": "",
94
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeQos\n<公共请求参数>\n\n{\n \"SessionId\": \"abcdefg\"\n}",
95
- "output": "{\n \"Response\": {\n \"Status\": 1,\n \"SrcPublicIpv4\": \"114.114.114.114\",\n \"DestIpv4\": [\n \"8.8.8.8\",\n \"8.8.8.9\"\n ],\n \"Duration\": 1790,\n \"QosMenu\": \"T100K\",\n \"RequestId\": \"xx\"\n }\n}",
96
- "title": "获取Qos加速状态"
97
- }
98
- ],
99
75
  "DownloadActiveDeviceCount": [
100
76
  {
101
77
  "document": "下载活跃设备数量统计",