tccli 3.0.1308.1__py2.py3-none-any.whl → 3.0.1310.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/apm/v20210622/api.json +18 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/bh/v20230418/api.json +193 -2
- tccli/services/bh/v20230418/examples.json +2 -2
- tccli/services/cat/cat_client.py +53 -0
- tccli/services/cat/v20180409/api.json +80 -0
- tccli/services/cat/v20180409/examples.json +8 -0
- tccli/services/cdb/cdb_client.py +0 -53
- tccli/services/cdb/v20170320/api.json +0 -64
- tccli/services/cdb/v20170320/examples.json +0 -8
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +11 -1
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/dsgc/v20190723/api.json +28 -18
- tccli/services/dsgc/v20190723/examples.json +1 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +103 -4
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +110 -2
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/gaap/gaap_client.py +12 -171
- tccli/services/gaap/v20180529/api.json +0 -325
- tccli/services/gaap/v20180529/examples.json +0 -24
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +162 -7
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/iai/v20180301/api.json +12 -12
- tccli/services/iai/v20180301/examples.json +8 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/keewidb/v20220308/api.json +1 -1
- tccli/services/keewidb/v20220308/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +151 -0
- tccli/services/partners/v20180321/examples.json +14 -0
- tccli/services/postgres/v20170312/api.json +7 -7
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tcbr/v20220217/api.json +94 -0
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +9 -9
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/thpc/v20230321/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +11 -11
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +183 -29
- tccli/services/waf/v20180125/examples.json +7 -1
- tccli/services/wedata/v20210820/api.json +1519 -0
- tccli/services/wedata/v20210820/examples.json +65 -1
- tccli/services/wedata/wedata_client.py +424 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,13 @@
|
|
70
70
|
"output": "DescribeAgentDealsByCacheResponse",
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
|
+
"DescribeAgentDealsPriceDetailByDealName": {
|
74
|
+
"document": "供代理商使用名下有效普通代客的预付费子订单号查询订单费用详情",
|
75
|
+
"input": "DescribeAgentDealsPriceDetailByDealNameRequest",
|
76
|
+
"name": "查询伙伴订单的费用详情",
|
77
|
+
"output": "DescribeAgentDealsPriceDetailByDealNameResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
73
80
|
"DescribeAgentPayDealsV2": {
|
74
81
|
"document": "可以查询代理商代付的预付费订单",
|
75
82
|
"input": "DescribeAgentPayDealsV2Request",
|
@@ -1321,6 +1328,45 @@
|
|
1321
1328
|
],
|
1322
1329
|
"usage": "out"
|
1323
1330
|
},
|
1331
|
+
"DealPriceDetail": {
|
1332
|
+
"document": "订单价格详情",
|
1333
|
+
"members": [
|
1334
|
+
{
|
1335
|
+
"disabled": false,
|
1336
|
+
"document": "子订单号",
|
1337
|
+
"example": "20250411030002711111111",
|
1338
|
+
"member": "string",
|
1339
|
+
"name": "DealName",
|
1340
|
+
"output_required": false,
|
1341
|
+
"required": false,
|
1342
|
+
"type": "string",
|
1343
|
+
"value_allowed_null": false
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
"disabled": false,
|
1347
|
+
"document": "订单归属人uin(代客uin)",
|
1348
|
+
"example": "1000001",
|
1349
|
+
"member": "string",
|
1350
|
+
"name": "OwnerUin",
|
1351
|
+
"output_required": false,
|
1352
|
+
"required": false,
|
1353
|
+
"type": "string",
|
1354
|
+
"value_allowed_null": false
|
1355
|
+
},
|
1356
|
+
{
|
1357
|
+
"disabled": false,
|
1358
|
+
"document": "子产品价格详情列表",
|
1359
|
+
"example": "无",
|
1360
|
+
"member": "SubProductPriceDetail",
|
1361
|
+
"name": "SubProductPriceDetail",
|
1362
|
+
"output_required": false,
|
1363
|
+
"required": false,
|
1364
|
+
"type": "list",
|
1365
|
+
"value_allowed_null": false
|
1366
|
+
}
|
1367
|
+
],
|
1368
|
+
"usage": "both"
|
1369
|
+
},
|
1324
1370
|
"DescribeAgentAuditedClientsRequest": {
|
1325
1371
|
"document": "DescribeAgentAuditedClients请求参数结构体",
|
1326
1372
|
"members": [
|
@@ -1882,6 +1928,61 @@
|
|
1882
1928
|
],
|
1883
1929
|
"type": "object"
|
1884
1930
|
},
|
1931
|
+
"DescribeAgentDealsPriceDetailByDealNameRequest": {
|
1932
|
+
"document": "DescribeAgentDealsPriceDetailByDealName请求参数结构体",
|
1933
|
+
"members": [
|
1934
|
+
{
|
1935
|
+
"disabled": false,
|
1936
|
+
"document": "下单年份(订单创建时间归属年份)",
|
1937
|
+
"example": "2025",
|
1938
|
+
"member": "uint64",
|
1939
|
+
"name": "DealCreatYear",
|
1940
|
+
"required": true,
|
1941
|
+
"type": "int"
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"disabled": false,
|
1945
|
+
"document": "子订单号,每个请求最多查询100条",
|
1946
|
+
"example": "[\"20250411030002711111111\", \"20250411030002722222222\"]",
|
1947
|
+
"member": "string",
|
1948
|
+
"name": "DealNames",
|
1949
|
+
"required": true,
|
1950
|
+
"type": "list"
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"disabled": false,
|
1954
|
+
"document": "订单归属代客uin",
|
1955
|
+
"example": "100001",
|
1956
|
+
"member": "string",
|
1957
|
+
"name": "OwnerUin",
|
1958
|
+
"required": false,
|
1959
|
+
"type": "string"
|
1960
|
+
}
|
1961
|
+
],
|
1962
|
+
"type": "object"
|
1963
|
+
},
|
1964
|
+
"DescribeAgentDealsPriceDetailByDealNameResponse": {
|
1965
|
+
"document": "DescribeAgentDealsPriceDetailByDealName返回参数结构体",
|
1966
|
+
"members": [
|
1967
|
+
{
|
1968
|
+
"disabled": false,
|
1969
|
+
"document": "子订单的费用详情",
|
1970
|
+
"example": "无",
|
1971
|
+
"member": "DealPriceDetail",
|
1972
|
+
"name": "DealList",
|
1973
|
+
"output_required": false,
|
1974
|
+
"type": "list",
|
1975
|
+
"value_allowed_null": false
|
1976
|
+
},
|
1977
|
+
{
|
1978
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1979
|
+
"member": "string",
|
1980
|
+
"name": "RequestId",
|
1981
|
+
"type": "string"
|
1982
|
+
}
|
1983
|
+
],
|
1984
|
+
"type": "object"
|
1985
|
+
},
|
1885
1986
|
"DescribeAgentPayDealsV2Request": {
|
1886
1987
|
"document": "DescribeAgentPayDealsV2请求参数结构体",
|
1887
1988
|
"members": [
|
@@ -2888,6 +2989,56 @@
|
|
2888
2989
|
],
|
2889
2990
|
"type": "object"
|
2890
2991
|
},
|
2992
|
+
"SubProductPriceDetail": {
|
2993
|
+
"document": "订单子产品价格详情",
|
2994
|
+
"members": [
|
2995
|
+
{
|
2996
|
+
"disabled": false,
|
2997
|
+
"document": "子产品名称",
|
2998
|
+
"example": "云服务器CVM-标准型SA5",
|
2999
|
+
"member": "string",
|
3000
|
+
"name": "Name",
|
3001
|
+
"output_required": false,
|
3002
|
+
"required": false,
|
3003
|
+
"type": "string",
|
3004
|
+
"value_allowed_null": false
|
3005
|
+
},
|
3006
|
+
{
|
3007
|
+
"disabled": false,
|
3008
|
+
"document": "折扣值,=100时表示无折扣,=85时表示8.5折",
|
3009
|
+
"example": "85",
|
3010
|
+
"member": "float",
|
3011
|
+
"name": "DiscountValue",
|
3012
|
+
"output_required": false,
|
3013
|
+
"required": false,
|
3014
|
+
"type": "float",
|
3015
|
+
"value_allowed_null": false
|
3016
|
+
},
|
3017
|
+
{
|
3018
|
+
"disabled": false,
|
3019
|
+
"document": "原价,折扣前价格,单位:分",
|
3020
|
+
"example": "900000",
|
3021
|
+
"member": "int64",
|
3022
|
+
"name": "TotalCost",
|
3023
|
+
"output_required": false,
|
3024
|
+
"required": false,
|
3025
|
+
"type": "int",
|
3026
|
+
"value_allowed_null": false
|
3027
|
+
},
|
3028
|
+
{
|
3029
|
+
"disabled": false,
|
3030
|
+
"document": "折后价,单位:分",
|
3031
|
+
"example": "765000",
|
3032
|
+
"member": "int64",
|
3033
|
+
"name": "RealTotalCost",
|
3034
|
+
"output_required": false,
|
3035
|
+
"required": false,
|
3036
|
+
"type": "int",
|
3037
|
+
"value_allowed_null": false
|
3038
|
+
}
|
3039
|
+
],
|
3040
|
+
"usage": "both"
|
3041
|
+
},
|
2891
3042
|
"UnbindClientElem": {
|
2892
3043
|
"document": "解绑客户信息",
|
2893
3044
|
"members": [
|
@@ -86,6 +86,20 @@
|
|
86
86
|
"title": "获取某代理商缓存订单"
|
87
87
|
}
|
88
88
|
],
|
89
|
+
"DescribeAgentDealsPriceDetailByDealName": [
|
90
|
+
{
|
91
|
+
"document": "订单号不存在或订单非当前伙伴的普通代客预付费订单",
|
92
|
+
"input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentDealsPriceDetailByDealName\n<公共请求参数>\n\n{\n \"DealCreatYear\": 2022,\n \"DealNames\": [\n \"20221129388001245619661\",\n \"20221129388001245611101\"\n ]\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"DealList\": [],\n \"RequestId\": \"b70c7e34-9ea6-44a9-ba7c-40dc071b5116\"\n }\n}",
|
94
|
+
"title": "输入的订单未查询到结果"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"document": "成功查询订单费用详情",
|
98
|
+
"input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentDealsPriceDetailByDealName\n<公共请求参数>\n\n{\n \"DealCreatYear\": 2025,\n \"DealNames\": [\n \"20250411030002731555371\",\n \"20250411941002731407001\"\n ]\n}",
|
99
|
+
"output": "{\n \"Response\": {\n \"DealList\": [\n {\n \"DealName\": \"20250411030002731555371\",\n \"OwnerUin\": \"100000032030\",\n \"SubProductPriceDetail\": [\n {\n \"DiscountValue\": 100,\n \"Name\": \"流量包\",\n \"RealTotalCost\": 9900,\n \"TotalCost\": 9900\n }\n ]\n },\n {\n \"DealName\": \"20250411941002731407001\",\n \"OwnerUin\": \"700001111941\",\n \"SubProductPriceDetail\": [\n {\n \"DiscountValue\": 100,\n \"Name\": \"带宽-按带宽计费\",\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n {\n \"DiscountValue\": 87,\n \"Name\": \"内存-标准型S5\",\n \"RealTotalCost\": 3900,\n \"TotalCost\": 4500\n },\n {\n \"DiscountValue\": 87,\n \"Name\": \"CPU-标准型S5\",\n \"RealTotalCost\": 3900,\n \"TotalCost\": 4500\n },\n {\n \"DiscountValue\": 100,\n \"Name\": \"高效云系统盘\",\n \"RealTotalCost\": 3500,\n \"TotalCost\": 3500\n }\n ]\n }\n ],\n \"RequestId\": \"73a3fa9b-6149-4165-aaf9-c6cc7f57e87c\"\n }\n}",
|
100
|
+
"title": "成功查询订单"
|
101
|
+
}
|
102
|
+
],
|
89
103
|
"DescribeAgentPayDealsV2": [
|
90
104
|
{
|
91
105
|
"document": "",
|
@@ -4066,7 +4066,7 @@
|
|
4066
4066
|
"members": [
|
4067
4067
|
{
|
4068
4068
|
"disabled": false,
|
4069
|
-
"document": "数据库对象,当ObjectType为database时,
|
4069
|
+
"document": "数据库对象,当ObjectType为database时,DatabaseName/SchemaName/TableName可为空;当ObjectType为schema时,SchemaName/TableName可为空;当ObjectType为column时,TableName不可为空,其余情况均可为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4070
4070
|
"example": "{\"ObjectType\":\"table\",\"ObjectName\":\"test_table\",\"DatabaseName\":\"test_database\",\"SchemaName\":\"test_schema\"}",
|
4071
4071
|
"member": "DatabaseObject",
|
4072
4072
|
"name": "Object",
|
@@ -9495,36 +9495,36 @@
|
|
9495
9495
|
"members": [
|
9496
9496
|
{
|
9497
9497
|
"disabled": false,
|
9498
|
-
"document": "
|
9498
|
+
"document": "要修改的数据库对象及权限列表",
|
9499
9499
|
"example": "\"Object\":{\"ObjectType\":\"table\",\"ObjectName\":\"test_table\",\"DatabaseName\":\"test_database\",\"SchemaName\":\"test_schema\"},\"Privileges\":[\"SELECT\"]",
|
9500
9500
|
"member": "DatabasePrivilege",
|
9501
9501
|
"name": "DatabasePrivilege",
|
9502
9502
|
"output_required": false,
|
9503
9503
|
"required": false,
|
9504
9504
|
"type": "object",
|
9505
|
-
"value_allowed_null":
|
9505
|
+
"value_allowed_null": false
|
9506
9506
|
},
|
9507
9507
|
{
|
9508
9508
|
"disabled": false,
|
9509
|
-
"document": "修改的方式,当前仅支持grantObject、revokeObject、alterRole。grantObject代表授权、revokeObject代表收回权、alterRole
|
9509
|
+
"document": "修改的方式,当前仅支持grantObject、revokeObject、alterRole。grantObject代表授权、revokeObject代表收回权、alterRole代表修改账号类型。",
|
9510
9510
|
"example": "grantObject",
|
9511
9511
|
"member": "string",
|
9512
9512
|
"name": "ModifyType",
|
9513
9513
|
"output_required": false,
|
9514
9514
|
"required": false,
|
9515
9515
|
"type": "string",
|
9516
|
-
"value_allowed_null":
|
9516
|
+
"value_allowed_null": false
|
9517
9517
|
},
|
9518
9518
|
{
|
9519
9519
|
"disabled": false,
|
9520
|
-
"document": "当ModifyType为revokeObject才需要此参数,参数为true时,撤销权限会级联撤销。默认为false
|
9520
|
+
"document": "当ModifyType为revokeObject才需要此参数,参数为true时,撤销权限会级联撤销。默认为false。",
|
9521
9521
|
"example": "false",
|
9522
9522
|
"member": "bool",
|
9523
9523
|
"name": "IsCascade",
|
9524
9524
|
"output_required": false,
|
9525
9525
|
"required": false,
|
9526
9526
|
"type": "bool",
|
9527
|
-
"value_allowed_null":
|
9527
|
+
"value_allowed_null": false
|
9528
9528
|
}
|
9529
9529
|
],
|
9530
9530
|
"usage": "both"
|
@@ -2931,7 +2931,7 @@
|
|
2931
2931
|
"document": "DescribeBackupUrl返回参数结构体",
|
2932
2932
|
"members": [
|
2933
2933
|
{
|
2934
|
-
"disabled":
|
2934
|
+
"disabled": true,
|
2935
2935
|
"document": "外网下载地址(6小时内链接有效),该字段正在逐步废弃中。",
|
2936
2936
|
"example": "[\"http://example.com/download/rdb/1.rdb\"]",
|
2937
2937
|
"member": "string",
|
@@ -2941,7 +2941,7 @@
|
|
2941
2941
|
"value_allowed_null": false
|
2942
2942
|
},
|
2943
2943
|
{
|
2944
|
-
"disabled":
|
2944
|
+
"disabled": true,
|
2945
2945
|
"document": "内网下载地址(6小时内链接有效),该字段正在逐步废弃中。",
|
2946
2946
|
"example": "[\"http://example.com/download/rdb/1.rdb\"]",
|
2947
2947
|
"member": "string",
|
@@ -2951,7 +2951,7 @@
|
|
2951
2951
|
"value_allowed_null": false
|
2952
2952
|
},
|
2953
2953
|
{
|
2954
|
-
"disabled":
|
2954
|
+
"disabled": true,
|
2955
2955
|
"document": "文件名称,该字段正在逐步废弃中。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2956
2956
|
"example": "[\"1.rdb\"]",
|
2957
2957
|
"member": "string",
|
@@ -5943,7 +5943,7 @@
|
|
5943
5943
|
"value_allowed_null": false
|
5944
5944
|
},
|
5945
5945
|
{
|
5946
|
-
"disabled":
|
5946
|
+
"disabled": true,
|
5947
5947
|
"document": "已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。",
|
5948
5948
|
"example": "无",
|
5949
5949
|
"member": "InstanceSlowlogDetail",
|
@@ -6142,7 +6142,7 @@
|
|
6142
6142
|
"type": "list"
|
6143
6143
|
},
|
6144
6144
|
{
|
6145
|
-
"disabled":
|
6145
|
+
"disabled": true,
|
6146
6146
|
"document": "该字段已废弃,使用OperateUin代替,请忽略。",
|
6147
6147
|
"example": "[10002274123]",
|
6148
6148
|
"member": "int64",
|
@@ -6470,7 +6470,7 @@
|
|
6470
6470
|
"document": "EnableReplicaReadonly返回参数结构体",
|
6471
6471
|
"members": [
|
6472
6472
|
{
|
6473
|
-
"disabled":
|
6473
|
+
"disabled": true,
|
6474
6474
|
"document": "错误:ERROR,正确OK(已废弃)",
|
6475
6475
|
"example": "OK",
|
6476
6476
|
"member": "string",
|
@@ -7877,7 +7877,7 @@
|
|
7877
7877
|
"value_allowed_null": false
|
7878
7878
|
},
|
7879
7879
|
{
|
7880
|
-
"disabled":
|
7880
|
+
"disabled": true,
|
7881
7881
|
"document": "该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。",
|
7882
7882
|
"example": "0",
|
7883
7883
|
"member": "float",
|
@@ -9805,7 +9805,7 @@
|
|
9805
9805
|
"type": "list"
|
9806
9806
|
},
|
9807
9807
|
{
|
9808
|
-
"disabled":
|
9808
|
+
"disabled": true,
|
9809
9809
|
"document": "目前在废弃中,存量用户还可以使用,建议新用户使用 InstanceIds。",
|
9810
9810
|
"example": "crs-rhlppeye",
|
9811
9811
|
"member": "string",
|
@@ -9814,7 +9814,7 @@
|
|
9814
9814
|
"type": "string"
|
9815
9815
|
},
|
9816
9816
|
{
|
9817
|
-
"disabled":
|
9817
|
+
"disabled": true,
|
9818
9818
|
"document": "已经废弃",
|
9819
9819
|
"example": "crs-rhlppeye",
|
9820
9820
|
"member": "string",
|
@@ -9823,7 +9823,7 @@
|
|
9823
9823
|
"type": "string"
|
9824
9824
|
},
|
9825
9825
|
{
|
9826
|
-
"disabled":
|
9826
|
+
"disabled": true,
|
9827
9827
|
"document": "已经废弃。",
|
9828
9828
|
"example": "1",
|
9829
9829
|
"member": "int64",
|
@@ -10520,7 +10520,7 @@
|
|
10520
10520
|
"value_allowed_null": false
|
10521
10521
|
},
|
10522
10522
|
{
|
10523
|
-
"disabled":
|
10523
|
+
"disabled": true,
|
10524
10524
|
"document": "该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。\n- true:支持副本只读。\n- false:不支持。",
|
10525
10525
|
"example": "false",
|
10526
10526
|
"member": "bool",
|
@@ -11925,7 +11925,7 @@
|
|
11925
11925
|
"document": "StartupInstance返回参数结构体",
|
11926
11926
|
"members": [
|
11927
11927
|
{
|
11928
|
-
"disabled":
|
11928
|
+
"disabled": true,
|
11929
11929
|
"document": "该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离",
|
11930
11930
|
"example": "1203",
|
11931
11931
|
"member": "int64",
|
@@ -178,7 +178,7 @@
|
|
178
178
|
{
|
179
179
|
"document": "通过该接口查询备份文件的 Rdb下载地址。",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupUrl\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-4y9t57vt\",\n \"BackupId\": \"678362566696298532848117\"\n}",
|
181
|
-
"output": "{\n \"Response\": {\n \"Filenames\": [\n \"9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb\",\n \"9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb\",\n \"9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb\",\n \"9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb\",\n \"9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb\"\n ],\n \"DownloadUrl\": [\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\"\n ],\n \"InnerDownloadUrl\": [\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\",\n \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\"\n ],\n \"BackupInfos\": [\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb\",\n \"FileSize\": 1264547,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb\",\n \"FileSize\": 1278586,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb\",\n \"FileSize\": 1467647,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb\",\n \"FileSize\": 1264987,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************g%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb\",\n \"FileSize\": 1268499,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\"\n }\n ],\n \"RequestId\": \"f1b5aabe-806a-4886-b839-9907baa24c85\"\n }\n}",
|
181
|
+
"output": "{\n \"Response\": {\n \"BackupInfos\": [\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb\",\n \"FileSize\": 1264547,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-1-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D28cc6edebf7f9d8e34aa3daf19d30ec521c03b5b\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb\",\n \"FileSize\": 1278586,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-2-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952863%3B1551974523%26q-key-time%3D1551952863%3B1551974523%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D2b081fdb65c591f8e000ed55625af24049b15795\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb\",\n \"FileSize\": 1467647,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-3-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3D87eda5611679fb9bc2529631ae97b218317e9598\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb\",\n \"FileSize\": 1264987,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************g%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-4-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952864%3B1551974524%26q-key-time%3D1551952864%3B1551974524%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Db17a8297bf5637f0ce7ddb970ffd566b484a5063\"\n },\n {\n \"FileName\": \"9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb\",\n \"FileSize\": 1268499,\n \"DownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\",\n \"InnerDownloadUrl\": \"https://redis-database-backup-1251937656.cos.ap-chengdu.myqcloud.com/251005863/redis/1001463/data/2019-03-07/-9527208-4633789-redis-server-4.0.8-1001463-ignore-5-ignore.rdb?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************%26q-sign-time%3D1551952865%3B1551974525%26q-key-time%3D1551952865%3B1551974525%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3De69f614cffd54c1be7d609e05d20be15eb82fc13\"\n }\n ],\n \"RequestId\": \"f1b5aabe-806a-4886-b839-9907baa24c85\"\n }\n}",
|
182
182
|
"title": "查询备份Rdb下载地址。"
|
183
183
|
}
|
184
184
|
],
|
@@ -506,7 +506,7 @@
|
|
506
506
|
{
|
507
507
|
"document": "通过 DescribeSlowLog 接口查询一实例的慢查询详情,包含:慢查询的命令、命令行信息、延迟时间、客户端地址、节点ID等信息。",
|
508
508
|
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowLog\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-asda****\",\n \"EndTime\": \"2019-09-09 12:12:41\",\n \"BeginTime\": \"2019-09-08 12:12:41\"\n}",
|
509
|
-
"output": "{\n \"Response\": {\n \"
|
509
|
+
"output": "{\n \"Response\": {\n \"InstanceSlowLogDetail\": [\n {\n \"Node\": \"833a2f6d8b402319aee8ad7f1c0fbbf7********\",\n \"Command\": \"hget\",\n \"CommandLine\": \"hget hash_key classify_scope::default\",\n \"Duration\": 45,\n \"ExecuteTime\": \"2019-09-08 12:13:08\",\n \"Client\": \"\"\n },\n {\n \"Node\": \"833a2f6d8b402319aee8ad7f1c0fbbf7********\",\n \"Command\": \"keys\",\n \"CommandLine\": \"keys OtherResControler:orion.ovs.client.1514259512471:orion.ovs.entprise.9281083591:sence:*\",\n \"Duration\": 41,\n \"ExecuteTime\": \"2019-09-08 12:13:08\",\n \"Client\": \"\"\n },\n {\n \"Node\": \"24a05f0d545da235f07a5bc5deebb937********\",\n \"Command\": \"get\",\n \"CommandLine\": \"get slot::fsm::status::orion.ovs.client.1508751991541::1db7ffcf9216bc1fd939e6c710514f6fb40fd4fe1525f\",\n \"Duration\": 41,\n \"ExecuteTime\": \"2019-09-08 12:13:08\",\n \"Client\": \"\"\n }\n ],\n \"RequestId\": \"121d5b40-d2b8-11e9-8c40-ef686158cbd6\",\n \"TotalCount\": 106980\n }\n}",
|
510
510
|
"title": "查询实例慢查询记录"
|
511
511
|
}
|
512
512
|
],
|
@@ -570,7 +570,7 @@
|
|
570
570
|
{
|
571
571
|
"document": "",
|
572
572
|
"input": "https://redis.tencentcloudapi.com/?Action=EnableReplicaReadonly\n&InstanceId=crs-5a4py64p\n&<公共请求参数>",
|
573
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"2d4387ee-2011-449e-a32b-87f9366f3ef4\",\n \"
|
573
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2d4387ee-2011-449e-a32b-87f9366f3ef4\",\n \"TaskId\": 21312\n }\n}",
|
574
574
|
"title": "启用读写分离"
|
575
575
|
}
|
576
576
|
],
|
@@ -818,7 +818,7 @@
|
|
818
818
|
{
|
819
819
|
"document": "",
|
820
820
|
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartupInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-7ponppu3\"\n}",
|
821
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"3e96ecad-23db-4fa8-ac41-af9b8e015b26\"
|
821
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3e96ecad-23db-4fa8-ac41-af9b8e015b26\"\n }\n}",
|
822
822
|
"title": "请求示例"
|
823
823
|
}
|
824
824
|
],
|
@@ -1735,6 +1735,28 @@
|
|
1735
1735
|
"required": false,
|
1736
1736
|
"type": "string",
|
1737
1737
|
"value_allowed_null": false
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"disabled": false,
|
1741
|
+
"document": "运行模式\n注意:此字段可能返回 null,表示取不到有效值。",
|
1742
|
+
"example": "custom",
|
1743
|
+
"member": "string",
|
1744
|
+
"name": "OperationMode",
|
1745
|
+
"output_required": false,
|
1746
|
+
"required": false,
|
1747
|
+
"type": "string",
|
1748
|
+
"value_allowed_null": true
|
1749
|
+
},
|
1750
|
+
{
|
1751
|
+
"disabled": false,
|
1752
|
+
"document": "定时扩缩容配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
1753
|
+
"example": "无",
|
1754
|
+
"member": "TimerScale",
|
1755
|
+
"name": "TimerScale",
|
1756
|
+
"output_required": false,
|
1757
|
+
"required": false,
|
1758
|
+
"type": "list",
|
1759
|
+
"value_allowed_null": true
|
1738
1760
|
}
|
1739
1761
|
],
|
1740
1762
|
"usage": "both"
|
@@ -2195,6 +2217,78 @@
|
|
2195
2217
|
],
|
2196
2218
|
"usage": "out"
|
2197
2219
|
},
|
2220
|
+
"TimerScale": {
|
2221
|
+
"document": "定时扩缩容配置",
|
2222
|
+
"members": [
|
2223
|
+
{
|
2224
|
+
"disabled": false,
|
2225
|
+
"document": "循环类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
2226
|
+
"example": "none",
|
2227
|
+
"member": "string",
|
2228
|
+
"name": "CycleType",
|
2229
|
+
"output_required": false,
|
2230
|
+
"required": false,
|
2231
|
+
"type": "string",
|
2232
|
+
"value_allowed_null": true
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"disabled": false,
|
2236
|
+
"document": "循环起始\n注意:此字段可能返回 null,表示取不到有效值。",
|
2237
|
+
"example": "2022-09-08",
|
2238
|
+
"member": "string",
|
2239
|
+
"name": "StartDate",
|
2240
|
+
"output_required": false,
|
2241
|
+
"required": false,
|
2242
|
+
"type": "string",
|
2243
|
+
"value_allowed_null": true
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"disabled": false,
|
2247
|
+
"document": "循环结束\n注意:此字段可能返回 null,表示取不到有效值。",
|
2248
|
+
"example": "2022-09-08",
|
2249
|
+
"member": "string",
|
2250
|
+
"name": "EndDate",
|
2251
|
+
"output_required": false,
|
2252
|
+
"required": false,
|
2253
|
+
"type": "string",
|
2254
|
+
"value_allowed_null": true
|
2255
|
+
},
|
2256
|
+
{
|
2257
|
+
"disabled": false,
|
2258
|
+
"document": "起始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2259
|
+
"example": "00:00:00",
|
2260
|
+
"member": "string",
|
2261
|
+
"name": "StartTime",
|
2262
|
+
"output_required": false,
|
2263
|
+
"required": false,
|
2264
|
+
"type": "string",
|
2265
|
+
"value_allowed_null": true
|
2266
|
+
},
|
2267
|
+
{
|
2268
|
+
"disabled": false,
|
2269
|
+
"document": "结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2270
|
+
"example": "23:59:00",
|
2271
|
+
"member": "string",
|
2272
|
+
"name": "EndTime",
|
2273
|
+
"output_required": false,
|
2274
|
+
"required": false,
|
2275
|
+
"type": "string",
|
2276
|
+
"value_allowed_null": true
|
2277
|
+
},
|
2278
|
+
{
|
2279
|
+
"disabled": false,
|
2280
|
+
"document": "副本个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
2281
|
+
"example": "1",
|
2282
|
+
"member": "uint64",
|
2283
|
+
"name": "ReplicaNum",
|
2284
|
+
"output_required": false,
|
2285
|
+
"required": false,
|
2286
|
+
"type": "int",
|
2287
|
+
"value_allowed_null": true
|
2288
|
+
}
|
2289
|
+
],
|
2290
|
+
"usage": "both"
|
2291
|
+
},
|
2198
2292
|
"UpdateCloudRunServerRequest": {
|
2199
2293
|
"document": "UpdateCloudRunServer请求参数结构体",
|
2200
2294
|
"members": [
|
@@ -7997,7 +7997,7 @@
|
|
7997
7997
|
},
|
7998
7998
|
{
|
7999
7999
|
"disabled": false,
|
8000
|
-
"document": "
|
8000
|
+
"document": "一页限制,默认值 20",
|
8001
8001
|
"example": "20",
|
8002
8002
|
"member": "uint64",
|
8003
8003
|
"name": "Limit",
|
@@ -13684,7 +13684,7 @@
|
|
13684
13684
|
},
|
13685
13685
|
{
|
13686
13686
|
"disabled": false,
|
13687
|
-
"document": "
|
13687
|
+
"document": "VirtualHost 名称,形如 testvhost。有效的 VirtualHost 名称可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询,在左侧导航栏点击 Vhost,并在 Vhost 列表中找到Vhost名称。",
|
13688
13688
|
"example": "testVhost",
|
13689
13689
|
"member": "string",
|
13690
13690
|
"name": "VirtualHost",
|
@@ -13693,8 +13693,8 @@
|
|
13693
13693
|
},
|
13694
13694
|
{
|
13695
13695
|
"disabled": false,
|
13696
|
-
"document": "
|
13697
|
-
"example": "
|
13696
|
+
"document": "Virtual Host 描述",
|
13697
|
+
"example": "For testing",
|
13698
13698
|
"member": "string",
|
13699
13699
|
"name": "Description",
|
13700
13700
|
"required": false,
|