tccli 3.0.1354.1__py2.py3-none-any.whl → 3.0.1356.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/__init__.py +3 -0
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/apm/v20210622/api.json +38 -0
- tccli/services/autoscaling/v20180419/api.json +45 -1
- tccli/services/bi/v20220105/api.json +1 -1
- tccli/services/billing/v20180709/api.json +11 -11
- tccli/services/ccc/v20200210/api.json +90 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +57 -5
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwch/v20200915/api.json +86 -86
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ctsdb/__init__.py +4 -0
- tccli/services/ctsdb/ctsdb_client.py +260 -0
- tccli/services/ctsdb/v20230202/api.json +679 -0
- tccli/services/ctsdb/v20230202/examples.json +21 -0
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +107 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +46 -1
- tccli/services/faceid/v20180301/api.json +26 -26
- tccli/services/gme/v20180711/api.json +1 -1
- tccli/services/gs/v20191118/api.json +9 -0
- tccli/services/hunyuan/v20230901/api.json +80 -0
- tccli/services/igtm/v20231024/api.json +52 -52
- tccli/services/igtm/v20231024/examples.json +21 -21
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/v20181119/api.json +9 -0
- tccli/services/securitylake/v20240117/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +50 -0
- tccli/services/tcaplusdb/v20190823/api.json +2 -2
- tccli/services/teo/teo_client.py +114 -8
- tccli/services/teo/v20220901/api.json +209 -6
- tccli/services/teo/v20220901/examples.json +34 -0
- tccli/services/tts/v20190823/api.json +3 -3
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +5 -5
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/RECORD +47 -43
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/license_files/LICENSE +0 -0
@@ -592,7 +592,7 @@
|
|
592
592
|
{
|
593
593
|
"disabled": false,
|
594
594
|
"document": "地址列表",
|
595
|
-
"example": "[]",
|
595
|
+
"example": "[{\"Addr\": \"2.2.2.2\"}]",
|
596
596
|
"member": "Address",
|
597
597
|
"name": "AddressSet",
|
598
598
|
"required": true,
|
@@ -638,7 +638,7 @@
|
|
638
638
|
{
|
639
639
|
"disabled": false,
|
640
640
|
"document": "业务域名",
|
641
|
-
"example": "
|
641
|
+
"example": "mainDomain.com",
|
642
642
|
"member": "string",
|
643
643
|
"name": "Domain",
|
644
644
|
"required": true,
|
@@ -683,7 +683,7 @@
|
|
683
683
|
{
|
684
684
|
"disabled": false,
|
685
685
|
"document": "接入主域名",
|
686
|
-
"example": "
|
686
|
+
"example": "rootDomain.com",
|
687
687
|
"member": "string",
|
688
688
|
"name": "AccessDomain",
|
689
689
|
"required": false,
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"disabled": false,
|
694
694
|
"document": "接入子域名",
|
695
|
-
"example": "
|
695
|
+
"example": "subDomain",
|
696
696
|
"member": "string",
|
697
697
|
"name": "AccessSubDomain",
|
698
698
|
"required": false,
|
@@ -701,7 +701,7 @@
|
|
701
701
|
{
|
702
702
|
"disabled": false,
|
703
703
|
"document": "备注",
|
704
|
-
"example": "
|
704
|
+
"example": "备注信息",
|
705
705
|
"member": "string",
|
706
706
|
"name": "Remark",
|
707
707
|
"required": false,
|
@@ -710,7 +710,7 @@
|
|
710
710
|
{
|
711
711
|
"disabled": false,
|
712
712
|
"document": "套餐资源id,必填",
|
713
|
-
"example": "
|
713
|
+
"example": "ins-sdsdad12x",
|
714
714
|
"member": "string",
|
715
715
|
"name": "ResourceId",
|
716
716
|
"required": false,
|
@@ -895,13 +895,13 @@
|
|
895
895
|
"members": [
|
896
896
|
{
|
897
897
|
"disabled": false,
|
898
|
-
"document": "监控器id
|
898
|
+
"document": "监控器id",
|
899
899
|
"example": "1",
|
900
900
|
"member": "uint64",
|
901
901
|
"name": "MonitorId",
|
902
902
|
"output_required": true,
|
903
903
|
"type": "int",
|
904
|
-
"value_allowed_null":
|
904
|
+
"value_allowed_null": false
|
905
905
|
},
|
906
906
|
{
|
907
907
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -986,13 +986,13 @@
|
|
986
986
|
"members": [
|
987
987
|
{
|
988
988
|
"disabled": false,
|
989
|
-
"document": "新增策略id
|
989
|
+
"document": "新增策略id",
|
990
990
|
"example": "1",
|
991
991
|
"member": "int64",
|
992
992
|
"name": "StrategyId",
|
993
993
|
"output_required": true,
|
994
994
|
"type": "int",
|
995
|
-
"value_allowed_null":
|
995
|
+
"value_allowed_null": false
|
996
996
|
},
|
997
997
|
{
|
998
998
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1023,13 +1023,13 @@
|
|
1023
1023
|
"members": [
|
1024
1024
|
{
|
1025
1025
|
"disabled": false,
|
1026
|
-
"document": "
|
1026
|
+
"document": "是否成功",
|
1027
1027
|
"example": "success",
|
1028
1028
|
"member": "string",
|
1029
1029
|
"name": "Msg",
|
1030
1030
|
"output_required": true,
|
1031
1031
|
"type": "string",
|
1032
|
-
"value_allowed_null":
|
1032
|
+
"value_allowed_null": false
|
1033
1033
|
},
|
1034
1034
|
{
|
1035
1035
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1060,13 +1060,13 @@
|
|
1060
1060
|
"members": [
|
1061
1061
|
{
|
1062
1062
|
"disabled": false,
|
1063
|
-
"document": "
|
1063
|
+
"document": "成功返回",
|
1064
1064
|
"example": "success",
|
1065
1065
|
"member": "string",
|
1066
1066
|
"name": "Msg",
|
1067
1067
|
"output_required": true,
|
1068
1068
|
"type": "string",
|
1069
|
-
"value_allowed_null":
|
1069
|
+
"value_allowed_null": false
|
1070
1070
|
},
|
1071
1071
|
{
|
1072
1072
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1106,13 +1106,13 @@
|
|
1106
1106
|
"members": [
|
1107
1107
|
{
|
1108
1108
|
"disabled": false,
|
1109
|
-
"document": "
|
1109
|
+
"document": "是否成功",
|
1110
1110
|
"example": "success",
|
1111
1111
|
"member": "string",
|
1112
1112
|
"name": "Msg",
|
1113
1113
|
"output_required": true,
|
1114
1114
|
"type": "string",
|
1115
|
-
"value_allowed_null":
|
1115
|
+
"value_allowed_null": false
|
1116
1116
|
},
|
1117
1117
|
{
|
1118
1118
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1143,13 +1143,13 @@
|
|
1143
1143
|
"members": [
|
1144
1144
|
{
|
1145
1145
|
"disabled": false,
|
1146
|
-
"document": "
|
1147
|
-
"example": "
|
1146
|
+
"document": "所属地域",
|
1147
|
+
"example": "无",
|
1148
1148
|
"member": "AddressLocation",
|
1149
1149
|
"name": "AddressLocation",
|
1150
1150
|
"output_required": true,
|
1151
1151
|
"type": "list",
|
1152
|
-
"value_allowed_null":
|
1152
|
+
"value_allowed_null": false
|
1153
1153
|
},
|
1154
1154
|
{
|
1155
1155
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1180,23 +1180,23 @@
|
|
1180
1180
|
"members": [
|
1181
1181
|
{
|
1182
1182
|
"disabled": false,
|
1183
|
-
"document": "
|
1183
|
+
"document": "资源组详情描述",
|
1184
1184
|
"example": "无",
|
1185
1185
|
"member": "AddressPoolDetail",
|
1186
1186
|
"name": "AddressPool",
|
1187
1187
|
"output_required": true,
|
1188
1188
|
"type": "object",
|
1189
|
-
"value_allowed_null":
|
1189
|
+
"value_allowed_null": false
|
1190
1190
|
},
|
1191
1191
|
{
|
1192
1192
|
"disabled": false,
|
1193
|
-
"document": "
|
1193
|
+
"document": "资源组中的资源列表",
|
1194
1194
|
"example": "无",
|
1195
1195
|
"member": "Address",
|
1196
1196
|
"name": "AddressSet",
|
1197
1197
|
"output_required": true,
|
1198
1198
|
"type": "list",
|
1199
|
-
"value_allowed_null":
|
1199
|
+
"value_allowed_null": false
|
1200
1200
|
},
|
1201
1201
|
{
|
1202
1202
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1245,23 +1245,23 @@
|
|
1245
1245
|
"members": [
|
1246
1246
|
{
|
1247
1247
|
"disabled": false,
|
1248
|
-
"document": "
|
1248
|
+
"document": "资源组列表",
|
1249
1249
|
"example": "无",
|
1250
1250
|
"member": "AddressPool",
|
1251
1251
|
"name": "AddressPoolSet",
|
1252
1252
|
"output_required": true,
|
1253
1253
|
"type": "list",
|
1254
|
-
"value_allowed_null":
|
1254
|
+
"value_allowed_null": false
|
1255
1255
|
},
|
1256
1256
|
{
|
1257
1257
|
"disabled": false,
|
1258
|
-
"document": "
|
1259
|
-
"example": "
|
1258
|
+
"document": "总数",
|
1259
|
+
"example": "1",
|
1260
1260
|
"member": "uint64",
|
1261
1261
|
"name": "TotalCount",
|
1262
1262
|
"output_required": true,
|
1263
1263
|
"type": "int",
|
1264
|
-
"value_allowed_null":
|
1264
|
+
"value_allowed_null": false
|
1265
1265
|
},
|
1266
1266
|
{
|
1267
1267
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1594,33 +1594,33 @@
|
|
1594
1594
|
"members": [
|
1595
1595
|
{
|
1596
1596
|
"disabled": false,
|
1597
|
-
"document": "
|
1597
|
+
"document": "实例列表",
|
1598
1598
|
"example": "无",
|
1599
1599
|
"member": "Instance",
|
1600
1600
|
"name": "InstanceSet",
|
1601
1601
|
"output_required": true,
|
1602
1602
|
"type": "list",
|
1603
|
-
"value_allowed_null":
|
1603
|
+
"value_allowed_null": false
|
1604
1604
|
},
|
1605
1605
|
{
|
1606
1606
|
"disabled": false,
|
1607
|
-
"document": "
|
1608
|
-
"example": "
|
1607
|
+
"document": "列表总数",
|
1608
|
+
"example": "1",
|
1609
1609
|
"member": "uint64",
|
1610
1610
|
"name": "TotalCount",
|
1611
1611
|
"output_required": true,
|
1612
1612
|
"type": "int",
|
1613
|
-
"value_allowed_null":
|
1613
|
+
"value_allowed_null": false
|
1614
1614
|
},
|
1615
1615
|
{
|
1616
1616
|
"disabled": false,
|
1617
|
-
"document": "是否支持系统域名接入:true支持;false
|
1618
|
-
"example": "
|
1617
|
+
"document": "是否支持系统域名接入:true支持;false不支持",
|
1618
|
+
"example": "false",
|
1619
1619
|
"member": "bool",
|
1620
1620
|
"name": "SystemAccessEnabled",
|
1621
1621
|
"output_required": false,
|
1622
1622
|
"type": "bool",
|
1623
|
-
"value_allowed_null":
|
1623
|
+
"value_allowed_null": false
|
1624
1624
|
},
|
1625
1625
|
{
|
1626
1626
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1771,13 +1771,13 @@
|
|
1771
1771
|
"members": [
|
1772
1772
|
{
|
1773
1773
|
"disabled": false,
|
1774
|
-
"document": "
|
1775
|
-
"example": "
|
1774
|
+
"document": "监控器列表",
|
1775
|
+
"example": "无",
|
1776
1776
|
"member": "MonitorDetail",
|
1777
1777
|
"name": "MonitorDataSet",
|
1778
1778
|
"output_required": true,
|
1779
1779
|
"type": "list",
|
1780
|
-
"value_allowed_null":
|
1780
|
+
"value_allowed_null": false
|
1781
1781
|
},
|
1782
1782
|
{
|
1783
1783
|
"disabled": false,
|
@@ -1841,7 +1841,7 @@
|
|
1841
1841
|
{
|
1842
1842
|
"disabled": false,
|
1843
1843
|
"document": "实例id",
|
1844
|
-
"example": "gtm-
|
1844
|
+
"example": "gtm-dsdd123xdo",
|
1845
1845
|
"member": "string",
|
1846
1846
|
"name": "InstanceId",
|
1847
1847
|
"required": true,
|
@@ -1928,23 +1928,23 @@
|
|
1928
1928
|
"members": [
|
1929
1929
|
{
|
1930
1930
|
"disabled": false,
|
1931
|
-
"document": "
|
1931
|
+
"document": "策略列表",
|
1932
1932
|
"example": "无",
|
1933
1933
|
"member": "Strategy",
|
1934
1934
|
"name": "StrategySet",
|
1935
1935
|
"output_required": true,
|
1936
1936
|
"type": "list",
|
1937
|
-
"value_allowed_null":
|
1937
|
+
"value_allowed_null": false
|
1938
1938
|
},
|
1939
1939
|
{
|
1940
1940
|
"disabled": false,
|
1941
|
-
"document": "
|
1942
|
-
"example": "
|
1941
|
+
"document": "总数",
|
1942
|
+
"example": "1",
|
1943
1943
|
"member": "uint64",
|
1944
1944
|
"name": "TotalCount",
|
1945
1945
|
"output_required": true,
|
1946
1946
|
"type": "int",
|
1947
|
-
"value_allowed_null":
|
1947
|
+
"value_allowed_null": false
|
1948
1948
|
},
|
1949
1949
|
{
|
1950
1950
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3021,7 +3021,7 @@
|
|
3021
3021
|
},
|
3022
3022
|
{
|
3023
3023
|
"disabled": false,
|
3024
|
-
"document": "流量策略: WEIGHT负载均衡,
|
3024
|
+
"document": "流量策略: WEIGHT负载均衡,ALL解析全部",
|
3025
3025
|
"example": "ALL",
|
3026
3026
|
"member": "string",
|
3027
3027
|
"name": "TrafficStrategy",
|
@@ -3054,13 +3054,13 @@
|
|
3054
3054
|
"members": [
|
3055
3055
|
{
|
3056
3056
|
"disabled": false,
|
3057
|
-
"document": "
|
3057
|
+
"document": "是否修改成功",
|
3058
3058
|
"example": "success",
|
3059
3059
|
"member": "string",
|
3060
3060
|
"name": "Msg",
|
3061
3061
|
"output_required": true,
|
3062
3062
|
"type": "string",
|
3063
|
-
"value_allowed_null":
|
3063
|
+
"value_allowed_null": false
|
3064
3064
|
},
|
3065
3065
|
{
|
3066
3066
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3281,13 +3281,13 @@
|
|
3281
3281
|
"members": [
|
3282
3282
|
{
|
3283
3283
|
"disabled": false,
|
3284
|
-
"document": "success
|
3284
|
+
"document": "success 为修改成功",
|
3285
3285
|
"example": "success",
|
3286
3286
|
"member": "string",
|
3287
3287
|
"name": "Msg",
|
3288
3288
|
"output_required": true,
|
3289
3289
|
"type": "string",
|
3290
|
-
"value_allowed_null":
|
3290
|
+
"value_allowed_null": false
|
3291
3291
|
},
|
3292
3292
|
{
|
3293
3293
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3390,13 +3390,13 @@
|
|
3390
3390
|
"members": [
|
3391
3391
|
{
|
3392
3392
|
"disabled": false,
|
3393
|
-
"document": "
|
3393
|
+
"document": "是否成功",
|
3394
3394
|
"example": "success",
|
3395
3395
|
"member": "string",
|
3396
3396
|
"name": "Msg",
|
3397
3397
|
"output_required": true,
|
3398
3398
|
"type": "string",
|
3399
|
-
"value_allowed_null":
|
3399
|
+
"value_allowed_null": false
|
3400
3400
|
},
|
3401
3401
|
{
|
3402
3402
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3,8 +3,8 @@
|
|
3
3
|
"CreateAddressPool": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressPool\n<公共请求参数>\n\n{\n \"PoolName\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"AddressPoolId\": 1,\n \"RequestId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressPool\n<公共请求参数>\n\n{\n \"PoolName\": \"测试地址池\",\n \"TrafficStrategy\": \"ALL\",\n \"MonitorId\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上海电信\",\n \"Status\": \"\",\n \"IsEnable\": \"ENABLED\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"AddressPoolId\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
8
8
|
"title": "创建地址池"
|
9
9
|
}
|
10
10
|
],
|
@@ -54,7 +54,7 @@
|
|
54
54
|
{
|
55
55
|
"document": "",
|
56
56
|
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAddressPool\n<公共请求参数>\n\n{\n \"PoolId\": 1\n}",
|
57
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"
|
57
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
58
58
|
"title": "删除地址池"
|
59
59
|
}
|
60
60
|
],
|
@@ -62,7 +62,7 @@
|
|
62
62
|
{
|
63
63
|
"document": "删除监控器",
|
64
64
|
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1\n}",
|
65
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"
|
65
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
66
66
|
"title": "删除监控器"
|
67
67
|
}
|
68
68
|
],
|
@@ -77,24 +77,24 @@
|
|
77
77
|
"DescribeAddressLocation": [
|
78
78
|
{
|
79
79
|
"document": "{\n \"Address\": [\n \"0.0.0.1\"\n ]\n}",
|
80
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressLocation\n<公共请求参数>\n\n{\n \"Address\": [\n \"
|
81
|
-
"output": "{\n \"Response\": {\n \"AddressLocation\": [\n {\n \"Addr\": \"0.0.0.1\",\n \"Location\": \"未知\"\n }\n ],\n \"RequestId\": \"
|
80
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressLocation\n<公共请求参数>\n\n{\n \"Address\": [\n \"0.0.0.1\"\n ]\n}",
|
81
|
+
"output": "{\n \"Response\": {\n \"AddressLocation\": [\n {\n \"Addr\": \"0.0.0.1\",\n \"Location\": \"未知\"\n }\n ],\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
82
82
|
"title": "获取IP归属"
|
83
83
|
}
|
84
84
|
],
|
85
85
|
"DescribeAddressPoolDetail": [
|
86
86
|
{
|
87
87
|
"document": "",
|
88
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPoolDetail\n<公共请求参数>\n\n{\n \"PoolId\":
|
89
|
-
"output": "{\n \"Response\": {\n \"AddressPool\": {\n \"PoolId\": 1,\n \"PoolName\": \"
|
88
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPoolDetail\n<公共请求参数>\n\n{\n \"PoolId\": 1\n}",
|
89
|
+
"output": "{\n \"Response\": {\n \"AddressPool\": {\n \"PoolId\": 1,\n \"PoolName\": \"测试地址池\",\n \"TrafficStrategy\": \"ALL\",\n \"MonitorId\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n },\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上好电信\",\n \"Status\": \"OK\",\n \"IsEnable\": \"ENABLED\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
90
90
|
"title": "地址池详情"
|
91
91
|
}
|
92
92
|
],
|
93
93
|
"DescribeAddressPoolList": [
|
94
94
|
{
|
95
95
|
"document": "",
|
96
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPools\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"
|
97
|
-
"output": "{\n \"Response\": {\n \"AddressPoolSet\": [\n {\n \"PoolId\": 1,\n \"PoolName\": \"
|
96
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPools\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"PoolName\",\n \"Value\": [\n \"gtm-dnspod\"\n ],\n \"Fuzzy\": true\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
97
|
+
"output": "{\n \"Response\": {\n \"AddressPoolSet\": [\n {\n \"PoolId\": 1,\n \"PoolName\": \"gtm-dnspod\",\n \"TrafficStrategy\": \"WEIGHT\",\n \"MonitorId\": 1,\n \"Status\": \"WARN\",\n \"AddressNum\": 0,\n \"MonitorGroupNum\": 0,\n \"MonitorTaskNum\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上海电信\",\n \"Status\": \"UNMONITORED\",\n \"IsEnable\": \"ENABLED\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
98
98
|
"title": "地址池列表"
|
99
99
|
}
|
100
100
|
],
|
@@ -132,17 +132,17 @@
|
|
132
132
|
],
|
133
133
|
"DescribeInstanceDetail": [
|
134
134
|
{
|
135
|
-
"document": "
|
135
|
+
"document": "",
|
136
136
|
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceDetail\n<公共请求参数>\n\n{}",
|
137
|
-
"output": "{\n \"Response\": {\n \"Instance\": {\n \"InstanceId\": \"
|
137
|
+
"output": "{\n \"Response\": {\n \"Instance\": {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"InstanceName\": \"测试实例\",\n \"Domain\": \"gtmtest.com\",\n \"AccessType\": \"CUSTOM\",\n \"AccessSubDomain\": \"access-gtm\",\n \"AccessDomain\": \"gtmtest.com\",\n \"GlobalTtl\": 600,\n \"PackageType\": \"ULTIMATE\",\n \"WorkingStatus\": \"NORMAL\",\n \"Status\": \"ENABLED\",\n \"IsCnameConfigured\": false,\n \"Remark\": \"备注信息\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"ResourceId\": \"ins-oxrvmnl4yrd\",\n \"NotifyEventSet\": [],\n \"CreatedOn\": \"2024-07-19 15:40:19\",\n \"UpdatedOn\": \"2024-07-19 15:40:19\"\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
138
138
|
"title": "实例详情"
|
139
139
|
}
|
140
140
|
],
|
141
141
|
"DescribeInstanceList": [
|
142
142
|
{
|
143
143
|
"document": "",
|
144
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"
|
145
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceId\": \"
|
144
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"Domain\",\n \"Value\": [\n \"gtmtest.com\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
|
145
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"InstanceName\": \"gtm测试实例\",\n \"Domain\": \"gtmtest.com\",\n \"AccessType\": \"CUSTOM\",\n \"AccessDomain\": \"igtm-access\",\n \"AccessSubDomain\": \"gtmtest.com\",\n \"GlobalTtl\": 600,\n \"PackageType\": \"ULTIMATE\",\n \"WorkingStatus\": \"UNKNOWN\",\n \"Status\": \"ENABLED\",\n \"Remark\": \"测试实例\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"CreatedOn\": \"2024-07-19 15:40:19\",\n \"UpdatedOn\": \"2024-07-19 15:40:19\",\n \"ResourceId\": \"ins-oxrvmnl4yrd\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
146
146
|
"title": "实例列表"
|
147
147
|
}
|
148
148
|
],
|
@@ -166,7 +166,7 @@
|
|
166
166
|
{
|
167
167
|
"document": "获取所有监控器",
|
168
168
|
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMonitors\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
169
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"MonitorDataSet\": [\n {\n \"MonitorId\": 1,\n \"MonitorName\": \"
|
169
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"MonitorDataSet\": [\n {\n \"MonitorId\": 1,\n \"MonitorName\": \"测试监控器\",\n \"Uin\": \"10012894645\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"CheckProtocol\": \"HTTP\",\n \"CheckInterval\": 1,\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"igtmtest.com\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 50,\n \"Timeout\": 15,\n \"FailTimes\": 4,\n \"FailRate\": 100,\n \"CreatedOn\": \"2025-02-25 20:24:49\",\n \"UpdatedOn\": \"2025-02-25 20:24:49\",\n \"DetectorStyle\": \"INTERNAL\",\n \"DetectNum\": 0,\n \"ContinuePeriod\": 1\n }\n ],\n \"RequestId\": \"398db591-8793-4a0f-aaa3-3a0131494184\"\n }\n}",
|
170
170
|
"title": "获取所有监控器"
|
171
171
|
}
|
172
172
|
],
|
@@ -181,16 +181,16 @@
|
|
181
181
|
"DescribeStrategyDetail": [
|
182
182
|
{
|
183
183
|
"document": "",
|
184
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategyDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
185
|
-
"output": "{\n \"Response\": {\n \"StrategyDetail\": {\n \"InstanceId\": \"
|
184
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategyDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1\n}",
|
185
|
+
"output": "{\n \"Response\": {\n \"StrategyDetail\": {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1,\n \"Name\": \"测试策略\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"默认\"\n }\n ],\n \"MainAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"WEIGHT\"\n }\n ],\n \"FallbackAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"WEIGHT\"\n }\n ],\n \"KeepDomainRecords\": \"DISABLED\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
186
186
|
"title": "策略详情"
|
187
187
|
}
|
188
188
|
],
|
189
189
|
"DescribeStrategyList": [
|
190
190
|
{
|
191
191
|
"document": "",
|
192
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategies\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
193
|
-
"output": "{\n \"Response\": {\n \"StrategySet\": [\n {\n \"InstanceId\": \"
|
192
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategies\n<公共请求参数>\n\n{\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"StrategyName\",\n \"Value\": [\n \"test-strategy\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
|
193
|
+
"output": "{\n \"Response\": {\n \"StrategySet\": [\n {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1,\n \"Name\": \"test-strategy\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"默认\"\n }\n ],\n \"Status\": \"WARN\",\n \"ActivePoolType\": \"MAIN\",\n \"ActiveTrafficStrategy\": \"WEIGHT\",\n \"MonitorNum\": 1,\n \"KeepDomainRecords\": \"DISABLED\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
194
194
|
"title": "策略列表"
|
195
195
|
}
|
196
196
|
],
|
@@ -213,8 +213,8 @@
|
|
213
213
|
"ModifyMonitor": [
|
214
214
|
{
|
215
215
|
"document": "修改监控器",
|
216
|
-
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1,\n \"MonitorName\": \"
|
217
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"
|
216
|
+
"input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1,\n \"MonitorName\": \"测试监控器\",\n \"CheckProtocol\": \"PING\",\n \"CheckInterval\": 1,\n \"Timeout\": 1,\n \"FailTimes\": 1,\n \"FailRate\": 1,\n \"DetectorStyle\": \"AUTO\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"url\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 1\n}",
|
217
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
|
218
218
|
"title": "修改监控器"
|
219
219
|
}
|
220
220
|
],
|
@@ -15251,7 +15251,7 @@
|
|
15251
15251
|
},
|
15252
15252
|
{
|
15253
15253
|
"disabled": false,
|
15254
|
-
"document": "1:
|
15254
|
+
"document": "1: 点赞; 2: 点踩; \n注:\n1) 评测端不支持点赞、点踩\n2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩",
|
15255
15255
|
"example": "1",
|
15256
15256
|
"member": "uint64",
|
15257
15257
|
"name": "Score",
|
@@ -1636,6 +1636,17 @@
|
|
1636
1636
|
"required": false,
|
1637
1637
|
"type": "string",
|
1638
1638
|
"value_allowed_null": false
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
"disabled": false,
|
1642
|
+
"document": "字幕参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1643
|
+
"example": "无",
|
1644
|
+
"member": "SubtitleTemplate",
|
1645
|
+
"name": "SubtitleTemplate",
|
1646
|
+
"output_required": false,
|
1647
|
+
"required": false,
|
1648
|
+
"type": "object",
|
1649
|
+
"value_allowed_null": true
|
1639
1650
|
}
|
1640
1651
|
],
|
1641
1652
|
"usage": "both"
|
@@ -5418,6 +5418,15 @@
|
|
5418
5418
|
"name": "ConfigAdvanced",
|
5419
5419
|
"required": false,
|
5420
5420
|
"type": "object"
|
5421
|
+
},
|
5422
|
+
{
|
5423
|
+
"disabled": false,
|
5424
|
+
"document": "cn时,添加的key为中文 \nen时,添加的key为英语",
|
5425
|
+
"example": "cn",
|
5426
|
+
"member": "string",
|
5427
|
+
"name": "OutputLanguage",
|
5428
|
+
"required": false,
|
5429
|
+
"type": "string"
|
5421
5430
|
}
|
5422
5431
|
],
|
5423
5432
|
"type": "object"
|
@@ -570,13 +570,13 @@
|
|
570
570
|
},
|
571
571
|
{
|
572
572
|
"disabled": false,
|
573
|
-
"document": "
|
573
|
+
"document": "自定义富化字段信息",
|
574
574
|
"example": " ",
|
575
575
|
"member": "string",
|
576
576
|
"name": "RichCustomInfos",
|
577
577
|
"output_required": false,
|
578
578
|
"type": "list",
|
579
|
-
"value_allowed_null":
|
579
|
+
"value_allowed_null": false
|
580
580
|
},
|
581
581
|
{
|
582
582
|
"disabled": false,
|