tccli 3.0.1135.1__py2.py3-none-any.whl → 3.0.1137.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/command.py +4 -1
- tccli/help_command.py +4 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/asr_client.py +53 -0
- tccli/services/asr/v20190614/api.json +193 -1
- tccli/services/asr/v20190614/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -5
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cls/v20201016/api.json +93 -0
- tccli/services/cwp/cwp_client.py +0 -53
- tccli/services/cwp/v20180228/api.json +0 -43
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +157 -23
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +35 -35
- tccli/services/dts/v20211206/api.json +3 -3
- tccli/services/eiam/v20210420/api.json +4 -4
- tccli/services/eiam/v20210420/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/ioa_client.py +159 -0
- tccli/services/ioa/v20220601/api.json +897 -80
- tccli/services/ioa/v20220601/examples.json +24 -0
- tccli/services/iotexplorer/iotexplorer_client.py +231 -19
- tccli/services/iotexplorer/v20190423/api.json +332 -0
- tccli/services/iotexplorer/v20190423/examples.json +32 -0
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/lighthouse/v20200324/examples.json +7 -7
- tccli/services/live/v20180801/api.json +12 -6
- tccli/services/lke/lke_client.py +175 -16
- tccli/services/lke/v20231130/api.json +429 -4
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/partners/v20180321/api.json +26 -16
- tccli/services/tcr/v20190924/api.json +57 -35
- tccli/services/tcr/v20190924/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +123 -13
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +301 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +8 -5
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +13 -3
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +196 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +45 -63
- tccli/services/tsi/__init__.py +4 -0
- tccli/services/tsi/tsi_client.py +301 -0
- tccli/services/tsi/v20210325/api.json +373 -0
- tccli/services/tsi/v20210325/examples.json +29 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +36 -16
- tccli/services/vpc/v20170312/examples.json +9 -3
- tccli/services/waf/v20180125/api.json +70 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +377 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +61 -8
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/RECORD +72 -68
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1135.1.dist-info → tccli-3.0.1137.1.dist-info}/license_files/LICENSE +0 -0
tccli/services/cwp/cwp_client.py
CHANGED
@@ -21129,58 +21129,6 @@ def doDescribeAssetTypes(args, parsed_globals):
|
|
21129
21129
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
21130
21130
|
|
21131
21131
|
|
21132
|
-
def doDeleteAttackLogs(args, parsed_globals):
|
21133
|
-
g_param = parse_global_arg(parsed_globals)
|
21134
|
-
|
21135
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
21136
|
-
cred = credential.CVMRoleCredential()
|
21137
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
21138
|
-
cred = credential.STSAssumeRoleCredential(
|
21139
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
21140
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
21141
|
-
)
|
21142
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
21143
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
21144
|
-
else:
|
21145
|
-
cred = credential.Credential(
|
21146
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
21147
|
-
)
|
21148
|
-
http_profile = HttpProfile(
|
21149
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
21150
|
-
reqMethod="POST",
|
21151
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
21152
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
21153
|
-
)
|
21154
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
21155
|
-
if g_param[OptionsDefine.Language]:
|
21156
|
-
profile.language = g_param[OptionsDefine.Language]
|
21157
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
21158
|
-
client = mod.CwpClient(cred, g_param[OptionsDefine.Region], profile)
|
21159
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
21160
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
21161
|
-
model = models.DeleteAttackLogsRequest()
|
21162
|
-
model.from_json_string(json.dumps(args))
|
21163
|
-
start_time = time.time()
|
21164
|
-
while True:
|
21165
|
-
rsp = client.DeleteAttackLogs(model)
|
21166
|
-
result = rsp.to_json_string()
|
21167
|
-
try:
|
21168
|
-
json_obj = json.loads(result)
|
21169
|
-
except TypeError as e:
|
21170
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
21171
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
21172
|
-
break
|
21173
|
-
cur_time = time.time()
|
21174
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
21175
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
21176
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
21177
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
21178
|
-
else:
|
21179
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
21180
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
21181
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
21182
|
-
|
21183
|
-
|
21184
21132
|
def doDescribeVulLabels(args, parsed_globals):
|
21185
21133
|
g_param = parse_global_arg(parsed_globals)
|
21186
21134
|
|
@@ -27318,7 +27266,6 @@ ACTION_MAP = {
|
|
27318
27266
|
"DescribeAssetSystemPackageList": doDescribeAssetSystemPackageList,
|
27319
27267
|
"DescribeSecurityBroadcasts": doDescribeSecurityBroadcasts,
|
27320
27268
|
"DescribeAssetTypes": doDescribeAssetTypes,
|
27321
|
-
"DeleteAttackLogs": doDeleteAttackLogs,
|
27322
27269
|
"DescribeVulLabels": doDescribeVulLabels,
|
27323
27270
|
"DescribeHistoryService": doDescribeHistoryService,
|
27324
27271
|
"StopBaselineDetect": doStopBaselineDetect,
|
@@ -203,13 +203,6 @@
|
|
203
203
|
"output": "DeleteAllJavaMemShellsResponse",
|
204
204
|
"status": "online"
|
205
205
|
},
|
206
|
-
"DeleteAttackLogs": {
|
207
|
-
"document": "ModifyEventAttackStatus 接口替代\n\n删除网络攻击日志",
|
208
|
-
"input": "DeleteAttackLogsRequest",
|
209
|
-
"name": "删除网络攻击日志",
|
210
|
-
"output": "DeleteAttackLogsResponse",
|
211
|
-
"status": "deprecated"
|
212
|
-
},
|
213
206
|
"DeleteBanWhiteList": {
|
214
207
|
"document": "删除阻断白名单列表",
|
215
208
|
"input": "DeleteBanWhiteListRequest",
|
@@ -15429,42 +15422,6 @@
|
|
15429
15422
|
],
|
15430
15423
|
"type": "object"
|
15431
15424
|
},
|
15432
|
-
"DeleteAttackLogsRequest": {
|
15433
|
-
"document": "DeleteAttackLogs请求参数结构体",
|
15434
|
-
"members": [
|
15435
|
-
{
|
15436
|
-
"disabled": false,
|
15437
|
-
"document": "日志ID数组,最大100条。",
|
15438
|
-
"example": "[]",
|
15439
|
-
"member": "uint64",
|
15440
|
-
"name": "Ids",
|
15441
|
-
"required": false,
|
15442
|
-
"type": "list"
|
15443
|
-
},
|
15444
|
-
{
|
15445
|
-
"disabled": false,
|
15446
|
-
"document": "是否全部删除",
|
15447
|
-
"example": "true",
|
15448
|
-
"member": "bool",
|
15449
|
-
"name": "IsAll",
|
15450
|
-
"required": false,
|
15451
|
-
"type": "bool"
|
15452
|
-
}
|
15453
|
-
],
|
15454
|
-
"type": "object"
|
15455
|
-
},
|
15456
|
-
"DeleteAttackLogsResponse": {
|
15457
|
-
"document": "DeleteAttackLogs返回参数结构体",
|
15458
|
-
"members": [
|
15459
|
-
{
|
15460
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15461
|
-
"member": "string",
|
15462
|
-
"name": "RequestId",
|
15463
|
-
"type": "string"
|
15464
|
-
}
|
15465
|
-
],
|
15466
|
-
"type": "object"
|
15467
|
-
},
|
15468
15425
|
"DeleteBanWhiteListRequest": {
|
15469
15426
|
"document": "DeleteBanWhiteList请求参数结构体",
|
15470
15427
|
"members": [
|
@@ -238,14 +238,6 @@
|
|
238
238
|
"title": "删除全部java内存马事件"
|
239
239
|
}
|
240
240
|
],
|
241
|
-
"DeleteAttackLogs": [
|
242
|
-
{
|
243
|
-
"document": "删除网络攻击日志",
|
244
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttackLogs\n<公共请求参数>\n\n{\n \"Ids\": [\n \"2\",\n \"1\"\n ]\n}",
|
245
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
246
|
-
"title": "删除网络攻击日志"
|
247
|
-
}
|
248
|
-
],
|
249
241
|
"DeleteBanWhiteList": [
|
250
242
|
{
|
251
243
|
"document": "",
|
@@ -1821,6 +1821,16 @@
|
|
1821
1821
|
"output_required": false,
|
1822
1822
|
"type": "list",
|
1823
1823
|
"value_allowed_null": true
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"disabled": false,
|
1827
|
+
"document": "事务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1828
|
+
"example": "无",
|
1829
|
+
"member": "int64",
|
1830
|
+
"name": "TrxId",
|
1831
|
+
"output_required": false,
|
1832
|
+
"type": "int",
|
1833
|
+
"value_allowed_null": true
|
1824
1834
|
}
|
1825
1835
|
],
|
1826
1836
|
"usage": "out"
|
tccli/services/dlc/dlc_client.py
CHANGED
@@ -2825,6 +2825,58 @@ def doAttachWorkGroupPolicy(args, parsed_globals):
|
|
2825
2825
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2826
2826
|
|
2827
2827
|
|
2828
|
+
def doDescribeDataEnginesScaleDetail(args, parsed_globals):
|
2829
|
+
g_param = parse_global_arg(parsed_globals)
|
2830
|
+
|
2831
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2832
|
+
cred = credential.CVMRoleCredential()
|
2833
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2834
|
+
cred = credential.STSAssumeRoleCredential(
|
2835
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2836
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2837
|
+
)
|
2838
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2839
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2840
|
+
else:
|
2841
|
+
cred = credential.Credential(
|
2842
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2843
|
+
)
|
2844
|
+
http_profile = HttpProfile(
|
2845
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2846
|
+
reqMethod="POST",
|
2847
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
2848
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2849
|
+
)
|
2850
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2851
|
+
if g_param[OptionsDefine.Language]:
|
2852
|
+
profile.language = g_param[OptionsDefine.Language]
|
2853
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2854
|
+
client = mod.DlcClient(cred, g_param[OptionsDefine.Region], profile)
|
2855
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
2856
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2857
|
+
model = models.DescribeDataEnginesScaleDetailRequest()
|
2858
|
+
model.from_json_string(json.dumps(args))
|
2859
|
+
start_time = time.time()
|
2860
|
+
while True:
|
2861
|
+
rsp = client.DescribeDataEnginesScaleDetail(model)
|
2862
|
+
result = rsp.to_json_string()
|
2863
|
+
try:
|
2864
|
+
json_obj = json.loads(result)
|
2865
|
+
except TypeError as e:
|
2866
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2867
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2868
|
+
break
|
2869
|
+
cur_time = time.time()
|
2870
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2871
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2872
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2873
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2874
|
+
else:
|
2875
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2876
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2877
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2878
|
+
|
2879
|
+
|
2828
2880
|
def doCreateSparkApp(args, parsed_globals):
|
2829
2881
|
g_param = parse_global_arg(parsed_globals)
|
2830
2882
|
|
@@ -7362,6 +7414,7 @@ ACTION_MAP = {
|
|
7362
7414
|
"CreateInternalTable": doCreateInternalTable,
|
7363
7415
|
"GenerateCreateMangedTableSql": doGenerateCreateMangedTableSql,
|
7364
7416
|
"AttachWorkGroupPolicy": doAttachWorkGroupPolicy,
|
7417
|
+
"DescribeDataEnginesScaleDetail": doDescribeDataEnginesScaleDetail,
|
7365
7418
|
"CreateSparkApp": doCreateSparkApp,
|
7366
7419
|
"DescribeThirdPartyAccessUser": doDescribeThirdPartyAccessUser,
|
7367
7420
|
"RollbackDataEngineImage": doRollbackDataEngineImage,
|
@@ -427,6 +427,13 @@
|
|
427
427
|
"output": "DescribeDataEnginesResponse",
|
428
428
|
"status": "online"
|
429
429
|
},
|
430
|
+
"DescribeDataEnginesScaleDetail": {
|
431
|
+
"document": "查询引擎规格详情",
|
432
|
+
"input": "DescribeDataEnginesScaleDetailRequest",
|
433
|
+
"name": "查看引擎的规格明细",
|
434
|
+
"output": "DescribeDataEnginesScaleDetailResponse",
|
435
|
+
"status": "online"
|
436
|
+
},
|
430
437
|
"DescribeDatabases": {
|
431
438
|
"document": "本接口(DescribeDatabases)用于查询数据库列表。",
|
432
439
|
"input": "DescribeDatabasesRequest",
|
@@ -2689,7 +2696,7 @@
|
|
2689
2696
|
},
|
2690
2697
|
{
|
2691
2698
|
"disabled": false,
|
2692
|
-
"document": "
|
2699
|
+
"document": "表类型:EXTERNAL_TABLE, VIRTUAL_VIEW, MATERIALIZED_VIEW",
|
2693
2700
|
"example": "EXTERNAL",
|
2694
2701
|
"member": "string",
|
2695
2702
|
"name": "Type",
|
@@ -6230,6 +6237,78 @@
|
|
6230
6237
|
],
|
6231
6238
|
"usage": "both"
|
6232
6239
|
},
|
6240
|
+
"DataEngineScaleInfo": {
|
6241
|
+
"document": "引擎规格详情",
|
6242
|
+
"members": [
|
6243
|
+
{
|
6244
|
+
"disabled": false,
|
6245
|
+
"document": "引擎ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6246
|
+
"example": "dataengine-abc",
|
6247
|
+
"member": "string",
|
6248
|
+
"name": "DataEngineId",
|
6249
|
+
"output_required": false,
|
6250
|
+
"type": "string",
|
6251
|
+
"value_allowed_null": true
|
6252
|
+
},
|
6253
|
+
{
|
6254
|
+
"disabled": false,
|
6255
|
+
"document": "引擎名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6256
|
+
"example": "abc",
|
6257
|
+
"member": "string",
|
6258
|
+
"name": "DataEngineName",
|
6259
|
+
"output_required": false,
|
6260
|
+
"type": "string",
|
6261
|
+
"value_allowed_null": true
|
6262
|
+
},
|
6263
|
+
{
|
6264
|
+
"disabled": false,
|
6265
|
+
"document": "引擎规格详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
6266
|
+
"example": " [ { \"StartTime\": \"2024-06-06 12:00:00\", \"EndTime\": \"2024-06-06 13:00:00\", \"CU\": 0 } ]",
|
6267
|
+
"member": "DataEngineScaleInfoDetail",
|
6268
|
+
"name": "ScaleDetail",
|
6269
|
+
"output_required": false,
|
6270
|
+
"type": "list",
|
6271
|
+
"value_allowed_null": true
|
6272
|
+
}
|
6273
|
+
],
|
6274
|
+
"usage": "out"
|
6275
|
+
},
|
6276
|
+
"DataEngineScaleInfoDetail": {
|
6277
|
+
"document": "引擎规格详情",
|
6278
|
+
"members": [
|
6279
|
+
{
|
6280
|
+
"disabled": false,
|
6281
|
+
"document": "统计开始时间,格式为:yyyy-MM-dd HH:mm:ss\n注意:此字段可能返回 null,表示取不到有效值。",
|
6282
|
+
"example": "2024-06-06 12:00:00",
|
6283
|
+
"member": "string",
|
6284
|
+
"name": "StartTime",
|
6285
|
+
"output_required": false,
|
6286
|
+
"type": "string",
|
6287
|
+
"value_allowed_null": true
|
6288
|
+
},
|
6289
|
+
{
|
6290
|
+
"disabled": false,
|
6291
|
+
"document": "统计结束时间,格式为:yyyy-MM-dd HH:mm:ss\n注意:此字段可能返回 null,表示取不到有效值。",
|
6292
|
+
"example": "2024-06-06 13:00:00",
|
6293
|
+
"member": "string",
|
6294
|
+
"name": "EndTime",
|
6295
|
+
"output_required": false,
|
6296
|
+
"type": "string",
|
6297
|
+
"value_allowed_null": true
|
6298
|
+
},
|
6299
|
+
{
|
6300
|
+
"disabled": false,
|
6301
|
+
"document": "当前统计时间段,引擎规格\n注意:此字段可能返回 null,表示取不到有效值。",
|
6302
|
+
"example": "16",
|
6303
|
+
"member": "int64",
|
6304
|
+
"name": "CU",
|
6305
|
+
"output_required": false,
|
6306
|
+
"type": "int",
|
6307
|
+
"value_allowed_null": true
|
6308
|
+
}
|
6309
|
+
],
|
6310
|
+
"usage": "out"
|
6311
|
+
},
|
6233
6312
|
"DataFormat": {
|
6234
6313
|
"document": "数据表数据格式。",
|
6235
6314
|
"members": [
|
@@ -7336,7 +7415,7 @@
|
|
7336
7415
|
"example": "n1",
|
7337
7416
|
"member": "string",
|
7338
7417
|
"name": "Name",
|
7339
|
-
"
|
7418
|
+
"output_required": true,
|
7340
7419
|
"type": "string",
|
7341
7420
|
"value_allowed_null": true
|
7342
7421
|
},
|
@@ -7346,7 +7425,7 @@
|
|
7346
7425
|
"example": "schema1",
|
7347
7426
|
"member": "string",
|
7348
7427
|
"name": "SchemaName",
|
7349
|
-
"
|
7428
|
+
"output_required": true,
|
7350
7429
|
"type": "string",
|
7351
7430
|
"value_allowed_null": true
|
7352
7431
|
},
|
@@ -7356,7 +7435,7 @@
|
|
7356
7435
|
"example": "cosn://123",
|
7357
7436
|
"member": "string",
|
7358
7437
|
"name": "Location",
|
7359
|
-
"
|
7438
|
+
"output_required": true,
|
7360
7439
|
"type": "string",
|
7361
7440
|
"value_allowed_null": true
|
7362
7441
|
},
|
@@ -7366,7 +7445,7 @@
|
|
7366
7445
|
"example": "无",
|
7367
7446
|
"member": "Asset",
|
7368
7447
|
"name": "Asset",
|
7369
|
-
"
|
7448
|
+
"output_required": true,
|
7370
7449
|
"type": "object",
|
7371
7450
|
"value_allowed_null": true
|
7372
7451
|
},
|
@@ -7603,7 +7682,7 @@
|
|
7603
7682
|
"example": "无",
|
7604
7683
|
"member": "Asset",
|
7605
7684
|
"name": "Asset",
|
7606
|
-
"
|
7685
|
+
"output_required": true,
|
7607
7686
|
"type": "object",
|
7608
7687
|
"value_allowed_null": true
|
7609
7688
|
},
|
@@ -7613,7 +7692,7 @@
|
|
7613
7692
|
"example": "select 1",
|
7614
7693
|
"member": "string",
|
7615
7694
|
"name": "ViewOriginalText",
|
7616
|
-
"
|
7695
|
+
"output_required": true,
|
7617
7696
|
"type": "string",
|
7618
7697
|
"value_allowed_null": true
|
7619
7698
|
},
|
@@ -7623,7 +7702,7 @@
|
|
7623
7702
|
"example": "select 1",
|
7624
7703
|
"member": "string",
|
7625
7704
|
"name": "ViewExpandedText",
|
7626
|
-
"
|
7705
|
+
"output_required": true,
|
7627
7706
|
"type": "string",
|
7628
7707
|
"value_allowed_null": true
|
7629
7708
|
},
|
@@ -7633,7 +7712,7 @@
|
|
7633
7712
|
"example": "1",
|
7634
7713
|
"member": "int64",
|
7635
7714
|
"name": "Retention",
|
7636
|
-
"
|
7715
|
+
"output_required": true,
|
7637
7716
|
"type": "int",
|
7638
7717
|
"value_allowed_null": true
|
7639
7718
|
},
|
@@ -7643,7 +7722,7 @@
|
|
7643
7722
|
"example": "无",
|
7644
7723
|
"member": "DMSSds",
|
7645
7724
|
"name": "Sds",
|
7646
|
-
"
|
7725
|
+
"output_required": true,
|
7647
7726
|
"type": "object",
|
7648
7727
|
"value_allowed_null": true
|
7649
7728
|
},
|
@@ -7653,7 +7732,7 @@
|
|
7653
7732
|
"example": "无",
|
7654
7733
|
"member": "DMSColumn",
|
7655
7734
|
"name": "PartitionKeys",
|
7656
|
-
"
|
7735
|
+
"output_required": true,
|
7657
7736
|
"type": "list",
|
7658
7737
|
"value_allowed_null": true
|
7659
7738
|
},
|
@@ -7663,7 +7742,7 @@
|
|
7663
7742
|
"example": "无",
|
7664
7743
|
"member": "DMSPartition",
|
7665
7744
|
"name": "Partitions",
|
7666
|
-
"
|
7745
|
+
"output_required": true,
|
7667
7746
|
"type": "list",
|
7668
7747
|
"value_allowed_null": true
|
7669
7748
|
},
|
@@ -7673,7 +7752,7 @@
|
|
7673
7752
|
"example": "EXTERNAL",
|
7674
7753
|
"member": "string",
|
7675
7754
|
"name": "Type",
|
7676
|
-
"
|
7755
|
+
"output_required": true,
|
7677
7756
|
"type": "string",
|
7678
7757
|
"value_allowed_null": true
|
7679
7758
|
},
|
@@ -7683,7 +7762,7 @@
|
|
7683
7762
|
"example": "db1",
|
7684
7763
|
"member": "string",
|
7685
7764
|
"name": "DbName",
|
7686
|
-
"
|
7765
|
+
"output_required": true,
|
7687
7766
|
"type": "string",
|
7688
7767
|
"value_allowed_null": true
|
7689
7768
|
},
|
@@ -7693,7 +7772,7 @@
|
|
7693
7772
|
"example": "schema1",
|
7694
7773
|
"member": "string",
|
7695
7774
|
"name": "SchemaName",
|
7696
|
-
"
|
7775
|
+
"output_required": true,
|
7697
7776
|
"type": "string",
|
7698
7777
|
"value_allowed_null": true
|
7699
7778
|
},
|
@@ -7703,7 +7782,7 @@
|
|
7703
7782
|
"example": "1",
|
7704
7783
|
"member": "int64",
|
7705
7784
|
"name": "StorageSize",
|
7706
|
-
"
|
7785
|
+
"output_required": true,
|
7707
7786
|
"type": "int",
|
7708
7787
|
"value_allowed_null": true
|
7709
7788
|
},
|
@@ -7713,7 +7792,7 @@
|
|
7713
7792
|
"example": "0",
|
7714
7793
|
"member": "int64",
|
7715
7794
|
"name": "RecordCount",
|
7716
|
-
"
|
7795
|
+
"output_required": true,
|
7717
7796
|
"type": "int",
|
7718
7797
|
"value_allowed_null": true
|
7719
7798
|
},
|
@@ -7723,7 +7802,7 @@
|
|
7723
7802
|
"example": "1",
|
7724
7803
|
"member": "int64",
|
7725
7804
|
"name": "LifeTime",
|
7726
|
-
"
|
7805
|
+
"output_required": true,
|
7727
7806
|
"type": "int",
|
7728
7807
|
"value_allowed_null": true
|
7729
7808
|
},
|
@@ -7733,7 +7812,7 @@
|
|
7733
7812
|
"example": "2020-01-01 11:11:11",
|
7734
7813
|
"member": "datetime_iso",
|
7735
7814
|
"name": "LastAccessTime",
|
7736
|
-
"
|
7815
|
+
"output_required": true,
|
7737
7816
|
"type": "string",
|
7738
7817
|
"value_allowed_null": true
|
7739
7818
|
},
|
@@ -7743,7 +7822,7 @@
|
|
7743
7822
|
"example": "2020-01-01 11:11:11",
|
7744
7823
|
"member": "datetime_iso",
|
7745
7824
|
"name": "DataUpdateTime",
|
7746
|
-
"
|
7825
|
+
"output_required": true,
|
7747
7826
|
"type": "string",
|
7748
7827
|
"value_allowed_null": true
|
7749
7828
|
},
|
@@ -7753,7 +7832,7 @@
|
|
7753
7832
|
"example": "2020-01-01 11:11:11",
|
7754
7833
|
"member": "datetime_iso",
|
7755
7834
|
"name": "StructUpdateTime",
|
7756
|
-
"
|
7835
|
+
"output_required": true,
|
7757
7836
|
"type": "string",
|
7758
7837
|
"value_allowed_null": true
|
7759
7838
|
},
|
@@ -7763,7 +7842,7 @@
|
|
7763
7842
|
"example": "无",
|
7764
7843
|
"member": "DMSColumn",
|
7765
7844
|
"name": "Columns",
|
7766
|
-
"
|
7845
|
+
"output_required": true,
|
7767
7846
|
"type": "list",
|
7768
7847
|
"value_allowed_null": true
|
7769
7848
|
},
|
@@ -7773,7 +7852,7 @@
|
|
7773
7852
|
"example": "table1",
|
7774
7853
|
"member": "string",
|
7775
7854
|
"name": "Name",
|
7776
|
-
"
|
7855
|
+
"output_required": true,
|
7777
7856
|
"type": "string",
|
7778
7857
|
"value_allowed_null": true
|
7779
7858
|
},
|
@@ -8312,6 +8391,61 @@
|
|
8312
8391
|
],
|
8313
8392
|
"type": "object"
|
8314
8393
|
},
|
8394
|
+
"DescribeDataEnginesScaleDetailRequest": {
|
8395
|
+
"document": "DescribeDataEnginesScaleDetail请求参数结构体",
|
8396
|
+
"members": [
|
8397
|
+
{
|
8398
|
+
"disabled": false,
|
8399
|
+
"document": "引擎名称列表",
|
8400
|
+
"example": "[\"test\"]",
|
8401
|
+
"member": "string",
|
8402
|
+
"name": "DataEngineNames",
|
8403
|
+
"required": false,
|
8404
|
+
"type": "list"
|
8405
|
+
},
|
8406
|
+
{
|
8407
|
+
"disabled": false,
|
8408
|
+
"document": "开始时间,时间格式:yyyy-MM-dd HH:mm:ss,最长查询一个月内的记录",
|
8409
|
+
"example": "2024-06-07 00:00:00",
|
8410
|
+
"member": "string",
|
8411
|
+
"name": "StartTime",
|
8412
|
+
"required": false,
|
8413
|
+
"type": "string"
|
8414
|
+
},
|
8415
|
+
{
|
8416
|
+
"disabled": false,
|
8417
|
+
"document": "结束时间,时间格式:yyyy-MM-dd HH:mm:ss,最长查询一个月内的记录",
|
8418
|
+
"example": "2024-06-08 00:00:00",
|
8419
|
+
"member": "string",
|
8420
|
+
"name": "EndTime",
|
8421
|
+
"required": false,
|
8422
|
+
"type": "string"
|
8423
|
+
}
|
8424
|
+
],
|
8425
|
+
"type": "object"
|
8426
|
+
},
|
8427
|
+
"DescribeDataEnginesScaleDetailResponse": {
|
8428
|
+
"document": "DescribeDataEnginesScaleDetail返回参数结构体",
|
8429
|
+
"members": [
|
8430
|
+
{
|
8431
|
+
"disabled": false,
|
8432
|
+
"document": "引擎规格统计详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8433
|
+
"example": "无",
|
8434
|
+
"member": "DataEngineScaleInfo",
|
8435
|
+
"name": "Scales",
|
8436
|
+
"output_required": false,
|
8437
|
+
"type": "list",
|
8438
|
+
"value_allowed_null": true
|
8439
|
+
},
|
8440
|
+
{
|
8441
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8442
|
+
"member": "string",
|
8443
|
+
"name": "RequestId",
|
8444
|
+
"type": "string"
|
8445
|
+
}
|
8446
|
+
],
|
8447
|
+
"type": "object"
|
8448
|
+
},
|
8315
8449
|
"DescribeDatabasesRequest": {
|
8316
8450
|
"document": "DescribeDatabases请求参数结构体",
|
8317
8451
|
"members": [
|