tccli 3.0.1117.1__py2.py3-none-any.whl → 3.0.1120.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +32 -0
- tccli/services/cdb/v20170320/api.json +5 -5
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cfw/v20190904/api.json +7 -7
- tccli/services/cfw/v20190904/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +30 -3
- tccli/services/dasb/v20191018/api.json +68 -2
- tccli/services/dasb/v20191018/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +56 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/dnspod/dnspod_client.py +69 -16
- tccli/services/dnspod/v20210323/api.json +52 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/facefusion/v20220927/api.json +3 -6
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +20 -19
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +11 -11
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +55 -16
- tccli/services/monitor/v20180724/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +120 -19
- tccli/services/redis/v20180412/api.json +235 -212
- tccli/services/tcb/v20180608/api.json +92 -23
- tccli/services/tcb/v20180608/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +38 -0
- tccli/services/teo/v20220901/api.json +11 -8
- tccli/services/teo/v20220901/examples.json +3 -3
- tccli/services/trp/v20210515/api.json +222 -36
- tccli/services/trp/v20210515/examples.json +3 -3
- tccli/services/waf/v20180125/api.json +706 -73
- tccli/services/waf/v20180125/examples.json +5 -5
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1120.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1120.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1120.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1120.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1117.1.dist-info → tccli-3.0.1120.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1120.1'
|
@@ -4518,6 +4518,28 @@
|
|
4518
4518
|
"required": false,
|
4519
4519
|
"type": "string",
|
4520
4520
|
"value_allowed_null": true
|
4521
|
+
},
|
4522
|
+
{
|
4523
|
+
"disabled": false,
|
4524
|
+
"document": "企微账号id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4525
|
+
"example": "无",
|
4526
|
+
"member": "string",
|
4527
|
+
"name": "AppUserId",
|
4528
|
+
"output_required": false,
|
4529
|
+
"required": false,
|
4530
|
+
"type": "string",
|
4531
|
+
"value_allowed_null": true
|
4532
|
+
},
|
4533
|
+
{
|
4534
|
+
"disabled": false,
|
4535
|
+
"document": "企微账号名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
4536
|
+
"example": "无",
|
4537
|
+
"member": "string",
|
4538
|
+
"name": "AppUserName",
|
4539
|
+
"output_required": false,
|
4540
|
+
"required": false,
|
4541
|
+
"type": "string",
|
4542
|
+
"value_allowed_null": true
|
4521
4543
|
}
|
4522
4544
|
],
|
4523
4545
|
"usage": "both"
|
@@ -4836,6 +4858,16 @@
|
|
4836
4858
|
"output_required": false,
|
4837
4859
|
"type": "bool",
|
4838
4860
|
"value_allowed_null": true
|
4861
|
+
},
|
4862
|
+
{
|
4863
|
+
"disabled": false,
|
4864
|
+
"document": "用户openid\n注意:此字段可能返回 null,表示取不到有效值。",
|
4865
|
+
"example": "无",
|
4866
|
+
"member": "string",
|
4867
|
+
"name": "AppOpenUserId",
|
4868
|
+
"output_required": false,
|
4869
|
+
"type": "string",
|
4870
|
+
"value_allowed_null": true
|
4839
4871
|
}
|
4840
4872
|
],
|
4841
4873
|
"usage": "out"
|
@@ -1162,7 +1162,7 @@
|
|
1162
1162
|
{
|
1163
1163
|
"disabled": false,
|
1164
1164
|
"document": "新账户的名称",
|
1165
|
-
"example": "",
|
1165
|
+
"example": "无",
|
1166
1166
|
"member": "string",
|
1167
1167
|
"name": "User",
|
1168
1168
|
"required": true,
|
@@ -1171,7 +1171,7 @@
|
|
1171
1171
|
{
|
1172
1172
|
"disabled": false,
|
1173
1173
|
"document": "新账户的域名",
|
1174
|
-
"example": "",
|
1174
|
+
"example": "无",
|
1175
1175
|
"member": "string",
|
1176
1176
|
"name": "Host",
|
1177
1177
|
"required": true,
|
@@ -4413,7 +4413,7 @@
|
|
4413
4413
|
"example": "256117ed-efa08b54-61784d44-91781bbd",
|
4414
4414
|
"member": "string",
|
4415
4415
|
"name": "AsyncRequestId",
|
4416
|
-
"
|
4416
|
+
"output_required": true,
|
4417
4417
|
"type": "string",
|
4418
4418
|
"value_allowed_null": false
|
4419
4419
|
},
|
@@ -5375,7 +5375,7 @@
|
|
5375
5375
|
"example": "be9f64a6-fa652dc6-f5c878b6-a6a50746",
|
5376
5376
|
"member": "string",
|
5377
5377
|
"name": "AsyncRequestId",
|
5378
|
-
"
|
5378
|
+
"output_required": true,
|
5379
5379
|
"type": "string",
|
5380
5380
|
"value_allowed_null": false
|
5381
5381
|
},
|
@@ -14355,7 +14355,7 @@
|
|
14355
14355
|
"example": "256117ed-efa08b54-61784d44-91781bbd",
|
14356
14356
|
"member": "string",
|
14357
14357
|
"name": "AsyncRequestId",
|
14358
|
-
"
|
14358
|
+
"output_required": true,
|
14359
14359
|
"type": "string",
|
14360
14360
|
"value_allowed_null": false
|
14361
14361
|
},
|
@@ -933,7 +933,7 @@
|
|
933
933
|
"ModifyAccountPassword": [
|
934
934
|
{
|
935
935
|
"document": "",
|
936
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountPassword\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
936
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountPassword\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-xxxx\",\n \"NewPassword\": \"your_new_password\",\n \"Accounts\": [\n {\n \"Host\": \"%\",\n \"User\": \"user1\"\n }\n ]\n}",
|
937
937
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"256117ed-efa08b54-61784d44-91781bbd\"\n }\n}",
|
938
938
|
"title": "修改云数据库实例账号的密码"
|
939
939
|
}
|
@@ -5309,7 +5309,7 @@
|
|
5309
5309
|
"example": "1",
|
5310
5310
|
"member": "int64",
|
5311
5311
|
"name": "BasicRuleSwitch",
|
5312
|
-
"
|
5312
|
+
"output_required": true,
|
5313
5313
|
"type": "int",
|
5314
5314
|
"value_allowed_null": false
|
5315
5315
|
},
|
@@ -5319,7 +5319,7 @@
|
|
5319
5319
|
"example": "1",
|
5320
5320
|
"member": "int64",
|
5321
5321
|
"name": "BaselineAllSwitch",
|
5322
|
-
"
|
5322
|
+
"output_required": true,
|
5323
5323
|
"type": "int",
|
5324
5324
|
"value_allowed_null": false
|
5325
5325
|
},
|
@@ -5329,7 +5329,7 @@
|
|
5329
5329
|
"example": "1",
|
5330
5330
|
"member": "int64",
|
5331
5331
|
"name": "TiSwitch",
|
5332
|
-
"
|
5332
|
+
"output_required": true,
|
5333
5333
|
"type": "int",
|
5334
5334
|
"value_allowed_null": false
|
5335
5335
|
},
|
@@ -5339,7 +5339,7 @@
|
|
5339
5339
|
"example": "1",
|
5340
5340
|
"member": "int64",
|
5341
5341
|
"name": "VirtualPatchSwitch",
|
5342
|
-
"
|
5342
|
+
"output_required": true,
|
5343
5343
|
"type": "int",
|
5344
5344
|
"value_allowed_null": false
|
5345
5345
|
},
|
@@ -5349,7 +5349,7 @@
|
|
5349
5349
|
"example": "1",
|
5350
5350
|
"member": "int64",
|
5351
5351
|
"name": "HistoryOpen",
|
5352
|
-
"
|
5352
|
+
"output_required": true,
|
5353
5353
|
"type": "int",
|
5354
5354
|
"value_allowed_null": false
|
5355
5355
|
},
|
@@ -5359,7 +5359,7 @@
|
|
5359
5359
|
"example": "success",
|
5360
5360
|
"member": "int64",
|
5361
5361
|
"name": "ReturnCode",
|
5362
|
-
"
|
5362
|
+
"output_required": true,
|
5363
5363
|
"type": "int",
|
5364
5364
|
"value_allowed_null": false
|
5365
5365
|
},
|
@@ -5369,7 +5369,7 @@
|
|
5369
5369
|
"example": "success",
|
5370
5370
|
"member": "string",
|
5371
5371
|
"name": "ReturnMsg",
|
5372
|
-
"
|
5372
|
+
"output_required": true,
|
5373
5373
|
"type": "string",
|
5374
5374
|
"value_allowed_null": false
|
5375
5375
|
},
|
@@ -332,10 +332,10 @@
|
|
332
332
|
],
|
333
333
|
"DescribeDefenseSwitch": [
|
334
334
|
{
|
335
|
-
"document": "",
|
335
|
+
"document": "接口返回常见入侵防御开关接口",
|
336
336
|
"input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDefenseSwitch\n<公共请求参数>\n\n{}",
|
337
|
-
"output": "{\n \"Response\": {\n \"
|
338
|
-
"title": "
|
337
|
+
"output": "{\n \"Response\": {\n \"BasicRuleSwitch\": 0,\n \"BaselineAllSwitch\": 0,\n \"TiSwitch\": 0,\n \"VirtualPatchSwitch\": 0,\n \"HistoryOpen\": 0,\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
338
|
+
"title": "入侵防御开关相关"
|
339
339
|
}
|
340
340
|
],
|
341
341
|
"DescribeEnterpriseSGRuleProgress": [
|
@@ -6871,7 +6871,7 @@
|
|
6871
6871
|
},
|
6872
6872
|
{
|
6873
6873
|
"disabled": false,
|
6874
|
-
"document": "日志时间,
|
6874
|
+
"document": "日志时间, 即SearchLog接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。",
|
6875
6875
|
"example": "2021-04-25 14:25:00.000",
|
6876
6876
|
"member": "string",
|
6877
6877
|
"name": "BTime",
|
@@ -6880,7 +6880,7 @@
|
|
6880
6880
|
},
|
6881
6881
|
{
|
6882
6882
|
"disabled": false,
|
6883
|
-
"document": "
|
6883
|
+
"document": "日志包序号,即SearchLog接口返回信息中Results结构体中的PkgId。",
|
6884
6884
|
"example": "528C1318606EFEB8-1A7",
|
6885
6885
|
"member": "string",
|
6886
6886
|
"name": "PkgId",
|
@@ -6889,7 +6889,7 @@
|
|
6889
6889
|
},
|
6890
6890
|
{
|
6891
6891
|
"disabled": false,
|
6892
|
-
"document": "
|
6892
|
+
"document": "日志包内一条日志的序号,即SearchLog接口返回信息中Results结构中的PkgLogId。",
|
6893
6893
|
"example": "65536",
|
6894
6894
|
"member": "int64",
|
6895
6895
|
"name": "PkgLogId",
|
@@ -6913,6 +6913,33 @@
|
|
6913
6913
|
"name": "NextLogs",
|
6914
6914
|
"required": false,
|
6915
6915
|
"type": "int"
|
6916
|
+
},
|
6917
|
+
{
|
6918
|
+
"disabled": false,
|
6919
|
+
"document": "检索语句,对日志上下文进行过滤,最大长度为12KB\n语句由 <a href=\"https://cloud.tencent.com/document/product/614/47044\" target=\"_blank\">[检索条件]</a>构成,不支持SQL语句",
|
6920
|
+
"example": "http_status:200",
|
6921
|
+
"member": "string",
|
6922
|
+
"name": "Query",
|
6923
|
+
"required": false,
|
6924
|
+
"type": "string"
|
6925
|
+
},
|
6926
|
+
{
|
6927
|
+
"disabled": false,
|
6928
|
+
"document": "上下文检索的开始时间,单位:毫秒级时间戳\n注意:\n- From为空时,表示上下文检索的开始时间不做限制\n- From和To非空时,From < To\n- 暂时仅支持上海 / 弗吉尼亚/ 新加坡地域",
|
6929
|
+
"example": "1716532075000",
|
6930
|
+
"member": "uint64",
|
6931
|
+
"name": "From",
|
6932
|
+
"required": false,
|
6933
|
+
"type": "int"
|
6934
|
+
},
|
6935
|
+
{
|
6936
|
+
"disabled": false,
|
6937
|
+
"document": "上下文检索的结束时间,单位:毫秒级时间戳。\n注意:\n- To为空时,表示上下文检索的结束时间不做限制\n- From和To非空时,From < To\n- 暂时仅支持上海 / 弗吉尼亚/ 新加坡地域",
|
6938
|
+
"example": "1716532085000",
|
6939
|
+
"member": "uint64",
|
6940
|
+
"name": "To",
|
6941
|
+
"required": false,
|
6942
|
+
"type": "int"
|
6916
6943
|
}
|
6917
6944
|
],
|
6918
6945
|
"type": "object"
|
@@ -1112,6 +1112,15 @@
|
|
1112
1112
|
"name": "ResourceId",
|
1113
1113
|
"required": true,
|
1114
1114
|
"type": "string"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"disabled": false,
|
1118
|
+
"document": "网络域ID",
|
1119
|
+
"example": "net-xxxxxxxx",
|
1120
|
+
"member": "string",
|
1121
|
+
"name": "DomainId",
|
1122
|
+
"required": false,
|
1123
|
+
"type": "string"
|
1115
1124
|
}
|
1116
1125
|
],
|
1117
1126
|
"type": "object"
|
@@ -2829,6 +2838,7 @@
|
|
2829
2838
|
"member": "string",
|
2830
2839
|
"name": "Id",
|
2831
2840
|
"output_required": true,
|
2841
|
+
"required": false,
|
2832
2842
|
"type": "string",
|
2833
2843
|
"value_allowed_null": false
|
2834
2844
|
},
|
@@ -2839,6 +2849,7 @@
|
|
2839
2849
|
"member": "string",
|
2840
2850
|
"name": "Name",
|
2841
2851
|
"output_required": true,
|
2852
|
+
"required": false,
|
2842
2853
|
"type": "string",
|
2843
2854
|
"value_allowed_null": false
|
2844
2855
|
},
|
@@ -2849,6 +2860,7 @@
|
|
2849
2860
|
"member": "string",
|
2850
2861
|
"name": "Managers",
|
2851
2862
|
"output_required": true,
|
2863
|
+
"required": false,
|
2852
2864
|
"type": "list",
|
2853
2865
|
"value_allowed_null": true
|
2854
2866
|
},
|
@@ -2859,11 +2871,12 @@
|
|
2859
2871
|
"member": "DepartmentManagerUser",
|
2860
2872
|
"name": "ManagerUsers",
|
2861
2873
|
"output_required": false,
|
2874
|
+
"required": false,
|
2862
2875
|
"type": "list",
|
2863
2876
|
"value_allowed_null": true
|
2864
2877
|
}
|
2865
2878
|
],
|
2866
|
-
"usage": "
|
2879
|
+
"usage": "both"
|
2867
2880
|
},
|
2868
2881
|
"DepartmentManagerUser": {
|
2869
2882
|
"document": "部门管理员信息",
|
@@ -4656,6 +4669,26 @@
|
|
4656
4669
|
"output_required": false,
|
4657
4670
|
"type": "list",
|
4658
4671
|
"value_allowed_null": true
|
4672
|
+
},
|
4673
|
+
{
|
4674
|
+
"disabled": false,
|
4675
|
+
"document": "网络域Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4676
|
+
"example": "net-xxx",
|
4677
|
+
"member": "string",
|
4678
|
+
"name": "DomainId",
|
4679
|
+
"output_required": false,
|
4680
|
+
"type": "string",
|
4681
|
+
"value_allowed_null": true
|
4682
|
+
},
|
4683
|
+
{
|
4684
|
+
"disabled": false,
|
4685
|
+
"document": "网络域名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
4686
|
+
"example": "网络 1",
|
4687
|
+
"member": "string",
|
4688
|
+
"name": "DomainName",
|
4689
|
+
"output_required": false,
|
4690
|
+
"type": "string",
|
4691
|
+
"value_allowed_null": true
|
4659
4692
|
}
|
4660
4693
|
],
|
4661
4694
|
"usage": "out"
|
@@ -4812,6 +4845,7 @@
|
|
4812
4845
|
"member": "uint64",
|
4813
4846
|
"name": "Id",
|
4814
4847
|
"output_required": true,
|
4848
|
+
"required": false,
|
4815
4849
|
"type": "int",
|
4816
4850
|
"value_allowed_null": false
|
4817
4851
|
},
|
@@ -4822,6 +4856,7 @@
|
|
4822
4856
|
"member": "string",
|
4823
4857
|
"name": "Name",
|
4824
4858
|
"output_required": true,
|
4859
|
+
"required": false,
|
4825
4860
|
"type": "string",
|
4826
4861
|
"value_allowed_null": false
|
4827
4862
|
},
|
@@ -4832,6 +4867,7 @@
|
|
4832
4867
|
"member": "Department",
|
4833
4868
|
"name": "Department",
|
4834
4869
|
"output_required": true,
|
4870
|
+
"required": false,
|
4835
4871
|
"type": "object",
|
4836
4872
|
"value_allowed_null": true
|
4837
4873
|
},
|
@@ -4842,11 +4878,12 @@
|
|
4842
4878
|
"member": "uint64",
|
4843
4879
|
"name": "Count",
|
4844
4880
|
"output_required": true,
|
4881
|
+
"required": false,
|
4845
4882
|
"type": "int",
|
4846
4883
|
"value_allowed_null": true
|
4847
4884
|
}
|
4848
4885
|
],
|
4849
|
-
"usage": "
|
4886
|
+
"usage": "both"
|
4850
4887
|
},
|
4851
4888
|
"ImportExternalDeviceRequest": {
|
4852
4889
|
"document": "ImportExternalDevice请求参数结构体",
|
@@ -5565,6 +5602,15 @@
|
|
5565
5602
|
"name": "DepartmentId",
|
5566
5603
|
"required": false,
|
5567
5604
|
"type": "string"
|
5605
|
+
},
|
5606
|
+
{
|
5607
|
+
"disabled": false,
|
5608
|
+
"document": "网络域Id",
|
5609
|
+
"example": "net-xxxxxxxx",
|
5610
|
+
"member": "string",
|
5611
|
+
"name": "DomainId",
|
5612
|
+
"required": false,
|
5613
|
+
"type": "string"
|
5568
5614
|
}
|
5569
5615
|
],
|
5570
5616
|
"type": "object"
|
@@ -6382,6 +6428,26 @@
|
|
6382
6428
|
"output_required": false,
|
6383
6429
|
"type": "list",
|
6384
6430
|
"value_allowed_null": true
|
6431
|
+
},
|
6432
|
+
{
|
6433
|
+
"disabled": false,
|
6434
|
+
"document": "网络域个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6435
|
+
"example": "0",
|
6436
|
+
"member": "int64",
|
6437
|
+
"name": "DomainCount",
|
6438
|
+
"output_required": false,
|
6439
|
+
"type": "int",
|
6440
|
+
"value_allowed_null": true
|
6441
|
+
},
|
6442
|
+
{
|
6443
|
+
"disabled": false,
|
6444
|
+
"document": "已使用网络域个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6445
|
+
"example": "1",
|
6446
|
+
"member": "uint64",
|
6447
|
+
"name": "UsedDomainCount",
|
6448
|
+
"output_required": false,
|
6449
|
+
"type": "int",
|
6450
|
+
"value_allowed_null": true
|
6385
6451
|
}
|
6386
6452
|
],
|
6387
6453
|
"usage": "out"
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"BindDeviceResource": [
|
36
36
|
{
|
37
37
|
"document": "修改资产绑定的堡垒机服务",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: dasb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindDeviceResource\n<公共请求参数>\n\n{\n \"ResourceId\": \"
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: dasb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindDeviceResource\n<公共请求参数>\n\n{\n \"ResourceId\": \"bh-saas-fphjn2p3\",\n \"DeviceIdSet\": [\n 5186\n ],\n \"DomainId\": \"net-4sovwr11w7\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"sdfsadf-sdfasd-sdfsad-sdf2222\"\n }\n}",
|
40
40
|
"title": "修改资产绑定的堡垒机服务"
|
41
41
|
}
|
42
42
|
],
|
@@ -382,7 +382,7 @@
|
|
382
382
|
{
|
383
383
|
"document": "修改资产信息",
|
384
384
|
"input": "POST / HTTP/1.1\nHost: dasb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDevice\n<公共请求参数>\n\n{\n \"GroupIdSet\": [\n 1\n ],\n \"Id\": 1,\n \"Port\": 1\n}",
|
385
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2ba7270b-0596-4700-870a-2602aa0014f9\"\n }\n}",
|
386
386
|
"title": "修改资产信息"
|
387
387
|
}
|
388
388
|
],
|
@@ -8158,6 +8158,16 @@
|
|
8158
8158
|
"DescribeLakeFsInfoResponse": {
|
8159
8159
|
"document": "DescribeLakeFsInfo返回参数结构体",
|
8160
8160
|
"members": [
|
8161
|
+
{
|
8162
|
+
"disabled": false,
|
8163
|
+
"document": "托管存储信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8164
|
+
"example": "无",
|
8165
|
+
"member": "LakeFsInfo",
|
8166
|
+
"name": "LakeFsInfos",
|
8167
|
+
"output_required": true,
|
8168
|
+
"type": "list",
|
8169
|
+
"value_allowed_null": true
|
8170
|
+
},
|
8161
8171
|
{
|
8162
8172
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8163
8173
|
"member": "string",
|
@@ -11655,6 +11665,52 @@
|
|
11655
11665
|
],
|
11656
11666
|
"usage": "out"
|
11657
11667
|
},
|
11668
|
+
"LakeFsInfo": {
|
11669
|
+
"document": "描述DLC托管存储基本信息",
|
11670
|
+
"members": [
|
11671
|
+
{
|
11672
|
+
"disabled": false,
|
11673
|
+
"document": "托管存储名称",
|
11674
|
+
"example": "dlc_bkt",
|
11675
|
+
"member": "string",
|
11676
|
+
"name": "Name",
|
11677
|
+
"output_required": true,
|
11678
|
+
"type": "string",
|
11679
|
+
"value_allowed_null": false
|
11680
|
+
},
|
11681
|
+
{
|
11682
|
+
"disabled": false,
|
11683
|
+
"document": "托管存储类型",
|
11684
|
+
"example": "user_chdfs",
|
11685
|
+
"member": "string",
|
11686
|
+
"name": "Type",
|
11687
|
+
"output_required": true,
|
11688
|
+
"type": "string",
|
11689
|
+
"value_allowed_null": false
|
11690
|
+
},
|
11691
|
+
{
|
11692
|
+
"disabled": false,
|
11693
|
+
"document": "容量",
|
11694
|
+
"example": "1.0",
|
11695
|
+
"member": "float",
|
11696
|
+
"name": "SpaceUsedSize",
|
11697
|
+
"output_required": true,
|
11698
|
+
"type": "float",
|
11699
|
+
"value_allowed_null": false
|
11700
|
+
},
|
11701
|
+
{
|
11702
|
+
"disabled": false,
|
11703
|
+
"document": "创建时候的时间戳",
|
11704
|
+
"example": "1",
|
11705
|
+
"member": "int64",
|
11706
|
+
"name": "CreateTimeStamp",
|
11707
|
+
"output_required": true,
|
11708
|
+
"type": "int",
|
11709
|
+
"value_allowed_null": false
|
11710
|
+
}
|
11711
|
+
],
|
11712
|
+
"usage": "out"
|
11713
|
+
},
|
11658
11714
|
"ListTaskJobLogDetailRequest": {
|
11659
11715
|
"document": "ListTaskJobLogDetail请求参数结构体",
|
11660
11716
|
"members": [
|
@@ -500,7 +500,7 @@
|
|
500
500
|
{
|
501
501
|
"document": "",
|
502
502
|
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLakeFsInfo\n<公共请求参数>\n\n{}",
|
503
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
503
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"123-456\",\n \"LakeFsInfos\": [\n {\n \"Name\": \"my-bkt\",\n \"Type\": \"chdfs\",\n \"SpaceUsedSize\": \"1024\",\n \"CreateTimeStamp\": \"1\"\n }\n ]\n }\n}",
|
504
504
|
"title": "示例一"
|
505
505
|
}
|
506
506
|
],
|