tccli 3.0.1040.1__py2.py3-none-any.whl → 3.0.1042.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/examples/cloudaudit/v20190319/DeleteAuditTrack.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeAuditTrack.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeAuditTracks.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeEvents.md +2 -2
- tccli/examples/cloudaudit/v20190319/ModifyAuditTrack.md +1 -1
- tccli/examples/dts/v20211206/ConfigureSubscribeJob.md +36 -0
- tccli/examples/dts/v20211206/CreateConsumerGroup.md +24 -0
- tccli/examples/dts/v20211206/CreateSubscribe.md +28 -0
- tccli/examples/dts/v20211206/CreateSubscribeCheckJob.md +20 -0
- tccli/examples/dts/v20211206/DeleteConsumerGroup.md +22 -0
- tccli/examples/dts/v20211206/DescribeConsumerGroups.md +83 -0
- tccli/examples/dts/v20211206/DescribeOffsetByTime.md +39 -0
- tccli/examples/dts/v20211206/DescribeSubscribeCheckJob.md +78 -0
- tccli/examples/dts/v20211206/DescribeSubscribeDetail.md +67 -0
- tccli/examples/dts/v20211206/DescribeSubscribeJobs.md +52 -0
- tccli/examples/dts/v20211206/DescribeSubscribeReturnable.md +22 -0
- tccli/examples/dts/v20211206/DestroyIsolatedSubscribe.md +20 -0
- tccli/examples/dts/v20211206/IsolateSubscribe.md +20 -0
- tccli/examples/dts/v20211206/ModifyConsumerGroupDescription.md +23 -0
- tccli/examples/dts/v20211206/ModifyConsumerGroupPassword.md +24 -0
- tccli/examples/dts/v20211206/ModifySubscribeAutoRenewFlag.md +21 -0
- tccli/examples/dts/v20211206/ModifySubscribeName.md +21 -0
- tccli/examples/dts/v20211206/ModifySubscribeObjects.md +21 -0
- tccli/examples/dts/v20211206/ResetConsumerGroupOffset.md +25 -0
- tccli/examples/dts/v20211206/ResetSubscribe.md +20 -0
- tccli/examples/dts/v20211206/ResumeSubscribe.md +20 -0
- tccli/examples/dts/v20211206/StartSubscribe.md +20 -0
- tccli/examples/essbasic/v20210526/ChannelCreatePrepareFlow.md +56 -0
- tccli/examples/ocr/v20181119/VerifyOfdVatInvoiceOCR.md +6 -1
- tccli/services/car/v20220110/api.json +2 -2
- tccli/services/clb/v20180317/api.json +3 -1
- tccli/services/cloudaudit/v20190319/api.json +61 -27
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +118 -0
- tccli/services/dnspod/v20210323/api.json +10 -0
- tccli/services/dts/dts_client.py +1008 -160
- tccli/services/dts/v20211206/api.json +4354 -1796
- tccli/services/dts/v20211206/examples.json +176 -0
- tccli/services/ess/v20201111/api.json +12 -12
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +13 -8
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/rum/rum_client.py +12 -171
- tccli/services/rum/v20210622/api.json +0 -170
- tccli/services/rum/v20210622/examples.json +0 -24
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +1 -0
- {tccli-3.0.1040.1.dist-info → tccli-3.0.1042.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1040.1.dist-info → tccli-3.0.1042.1.dist-info}/RECORD +56 -34
- {tccli-3.0.1040.1.dist-info → tccli-3.0.1042.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1040.1.dist-info → tccli-3.0.1042.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1040.1.dist-info → tccli-3.0.1042.1.dist-info}/license_files/LICENSE +0 -0
tccli/services/rum/rum_client.py
CHANGED
@@ -381,7 +381,7 @@ def doDescribeDataLogUrlStatistics(args, parsed_globals):
|
|
381
381
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
382
382
|
|
383
383
|
|
384
|
-
def
|
384
|
+
def doDescribeDataFetchProject(args, parsed_globals):
|
385
385
|
g_param = parse_global_arg(parsed_globals)
|
386
386
|
|
387
387
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -410,11 +410,11 @@ def doDeleteOfflineLogConfig(args, parsed_globals):
|
|
410
410
|
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
411
411
|
client._sdkVersion += ("_CLI_" + __version__)
|
412
412
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
413
|
-
model = models.
|
413
|
+
model = models.DescribeDataFetchProjectRequest()
|
414
414
|
model.from_json_string(json.dumps(args))
|
415
415
|
start_time = time.time()
|
416
416
|
while True:
|
417
|
-
rsp = client.
|
417
|
+
rsp = client.DescribeDataFetchProject(model)
|
418
418
|
result = rsp.to_json_string()
|
419
419
|
try:
|
420
420
|
json_obj = json.loads(result)
|
@@ -849,58 +849,6 @@ def doDescribeLogList(args, parsed_globals):
|
|
849
849
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
850
850
|
|
851
851
|
|
852
|
-
def doDescribeOfflineLogs(args, parsed_globals):
|
853
|
-
g_param = parse_global_arg(parsed_globals)
|
854
|
-
|
855
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
856
|
-
cred = credential.CVMRoleCredential()
|
857
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
858
|
-
cred = credential.STSAssumeRoleCredential(
|
859
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
860
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
861
|
-
)
|
862
|
-
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):
|
863
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
864
|
-
else:
|
865
|
-
cred = credential.Credential(
|
866
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
867
|
-
)
|
868
|
-
http_profile = HttpProfile(
|
869
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
870
|
-
reqMethod="POST",
|
871
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
872
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
873
|
-
)
|
874
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
875
|
-
if g_param[OptionsDefine.Language]:
|
876
|
-
profile.language = g_param[OptionsDefine.Language]
|
877
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
878
|
-
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
879
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
880
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
881
|
-
model = models.DescribeOfflineLogsRequest()
|
882
|
-
model.from_json_string(json.dumps(args))
|
883
|
-
start_time = time.time()
|
884
|
-
while True:
|
885
|
-
rsp = client.DescribeOfflineLogs(model)
|
886
|
-
result = rsp.to_json_string()
|
887
|
-
try:
|
888
|
-
json_obj = json.loads(result)
|
889
|
-
except TypeError as e:
|
890
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
891
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
892
|
-
break
|
893
|
-
cur_time = time.time()
|
894
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
895
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
896
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
897
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
898
|
-
else:
|
899
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
900
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
901
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
902
|
-
|
903
|
-
|
904
852
|
def doDescribeDataReportCount(args, parsed_globals):
|
905
853
|
g_param = parse_global_arg(parsed_globals)
|
906
854
|
|
@@ -1317,58 +1265,6 @@ def doDescribeLogExports(args, parsed_globals):
|
|
1317
1265
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1318
1266
|
|
1319
1267
|
|
1320
|
-
def doDescribeData(args, parsed_globals):
|
1321
|
-
g_param = parse_global_arg(parsed_globals)
|
1322
|
-
|
1323
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
1324
|
-
cred = credential.CVMRoleCredential()
|
1325
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
1326
|
-
cred = credential.STSAssumeRoleCredential(
|
1327
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
1328
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
1329
|
-
)
|
1330
|
-
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):
|
1331
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
1332
|
-
else:
|
1333
|
-
cred = credential.Credential(
|
1334
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
1335
|
-
)
|
1336
|
-
http_profile = HttpProfile(
|
1337
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
1338
|
-
reqMethod="POST",
|
1339
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
1340
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
1341
|
-
)
|
1342
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
1343
|
-
if g_param[OptionsDefine.Language]:
|
1344
|
-
profile.language = g_param[OptionsDefine.Language]
|
1345
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
1346
|
-
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
1347
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
1348
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1349
|
-
model = models.DescribeDataRequest()
|
1350
|
-
model.from_json_string(json.dumps(args))
|
1351
|
-
start_time = time.time()
|
1352
|
-
while True:
|
1353
|
-
rsp = client.DescribeData(model)
|
1354
|
-
result = rsp.to_json_string()
|
1355
|
-
try:
|
1356
|
-
json_obj = json.loads(result)
|
1357
|
-
except TypeError as e:
|
1358
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
1359
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
1360
|
-
break
|
1361
|
-
cur_time = time.time()
|
1362
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
1363
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1364
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1365
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1366
|
-
else:
|
1367
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1368
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1369
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1370
|
-
|
1371
|
-
|
1372
1268
|
def doDescribeAppSingleCaseDetailList(args, parsed_globals):
|
1373
1269
|
g_param = parse_global_arg(parsed_globals)
|
1374
1270
|
|
@@ -3033,58 +2929,6 @@ def doDeleteProject(args, parsed_globals):
|
|
3033
2929
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3034
2930
|
|
3035
2931
|
|
3036
|
-
def doDescribeOfflineLogRecords(args, parsed_globals):
|
3037
|
-
g_param = parse_global_arg(parsed_globals)
|
3038
|
-
|
3039
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3040
|
-
cred = credential.CVMRoleCredential()
|
3041
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3042
|
-
cred = credential.STSAssumeRoleCredential(
|
3043
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3044
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3045
|
-
)
|
3046
|
-
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):
|
3047
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3048
|
-
else:
|
3049
|
-
cred = credential.Credential(
|
3050
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3051
|
-
)
|
3052
|
-
http_profile = HttpProfile(
|
3053
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3054
|
-
reqMethod="POST",
|
3055
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
3056
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3057
|
-
)
|
3058
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3059
|
-
if g_param[OptionsDefine.Language]:
|
3060
|
-
profile.language = g_param[OptionsDefine.Language]
|
3061
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3062
|
-
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
3063
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
3064
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3065
|
-
model = models.DescribeOfflineLogRecordsRequest()
|
3066
|
-
model.from_json_string(json.dumps(args))
|
3067
|
-
start_time = time.time()
|
3068
|
-
while True:
|
3069
|
-
rsp = client.DescribeOfflineLogRecords(model)
|
3070
|
-
result = rsp.to_json_string()
|
3071
|
-
try:
|
3072
|
-
json_obj = json.loads(result)
|
3073
|
-
except TypeError as e:
|
3074
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3075
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3076
|
-
break
|
3077
|
-
cur_time = time.time()
|
3078
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3079
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3080
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3081
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3082
|
-
else:
|
3083
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3084
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3085
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3086
|
-
|
3087
|
-
|
3088
2932
|
def doCreateTawInstance(args, parsed_globals):
|
3089
2933
|
g_param = parse_global_arg(parsed_globals)
|
3090
2934
|
|
@@ -3137,7 +2981,7 @@ def doCreateTawInstance(args, parsed_globals):
|
|
3137
2981
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3138
2982
|
|
3139
2983
|
|
3140
|
-
def
|
2984
|
+
def doDeleteOfflineLogConfig(args, parsed_globals):
|
3141
2985
|
g_param = parse_global_arg(parsed_globals)
|
3142
2986
|
|
3143
2987
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -3166,11 +3010,11 @@ def doDescribeDataFetchProject(args, parsed_globals):
|
|
3166
3010
|
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
3167
3011
|
client._sdkVersion += ("_CLI_" + __version__)
|
3168
3012
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3169
|
-
model = models.
|
3013
|
+
model = models.DeleteOfflineLogConfigRequest()
|
3170
3014
|
model.from_json_string(json.dumps(args))
|
3171
3015
|
start_time = time.time()
|
3172
3016
|
while True:
|
3173
|
-
rsp = client.
|
3017
|
+
rsp = client.DeleteOfflineLogConfig(model)
|
3174
3018
|
result = rsp.to_json_string()
|
3175
3019
|
try:
|
3176
3020
|
json_obj = json.loads(result)
|
@@ -3345,7 +3189,7 @@ def doDescribeDataFetchUrl(args, parsed_globals):
|
|
3345
3189
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3346
3190
|
|
3347
3191
|
|
3348
|
-
def
|
3192
|
+
def doDescribeData(args, parsed_globals):
|
3349
3193
|
g_param = parse_global_arg(parsed_globals)
|
3350
3194
|
|
3351
3195
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -3374,11 +3218,11 @@ def doCreateOfflineLogConfig(args, parsed_globals):
|
|
3374
3218
|
client = mod.RumClient(cred, g_param[OptionsDefine.Region], profile)
|
3375
3219
|
client._sdkVersion += ("_CLI_" + __version__)
|
3376
3220
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3377
|
-
model = models.
|
3221
|
+
model = models.DescribeDataRequest()
|
3378
3222
|
model.from_json_string(json.dumps(args))
|
3379
3223
|
start_time = time.time()
|
3380
3224
|
while True:
|
3381
|
-
rsp = client.
|
3225
|
+
rsp = client.DescribeData(model)
|
3382
3226
|
result = rsp.to_json_string()
|
3383
3227
|
try:
|
3384
3228
|
json_obj = json.loads(result)
|
@@ -3415,7 +3259,7 @@ ACTION_MAP = {
|
|
3415
3259
|
"DescribeTawInstances": doDescribeTawInstances,
|
3416
3260
|
"DescribeDataPerformancePage": doDescribeDataPerformancePage,
|
3417
3261
|
"DescribeDataLogUrlStatistics": doDescribeDataLogUrlStatistics,
|
3418
|
-
"
|
3262
|
+
"DescribeDataFetchProject": doDescribeDataFetchProject,
|
3419
3263
|
"DeleteInstance": doDeleteInstance,
|
3420
3264
|
"DescribeRumLogExport": doDescribeRumLogExport,
|
3421
3265
|
"DeleteStarProject": doDeleteStarProject,
|
@@ -3424,7 +3268,6 @@ ACTION_MAP = {
|
|
3424
3268
|
"DescribeError": doDescribeError,
|
3425
3269
|
"DescribeRumGroupLog": doDescribeRumGroupLog,
|
3426
3270
|
"DescribeLogList": doDescribeLogList,
|
3427
|
-
"DescribeOfflineLogs": doDescribeOfflineLogs,
|
3428
3271
|
"DescribeDataReportCount": doDescribeDataReportCount,
|
3429
3272
|
"DescribeAppSingleCaseList": doDescribeAppSingleCaseList,
|
3430
3273
|
"DescribePvList": doDescribePvList,
|
@@ -3433,7 +3276,6 @@ ACTION_MAP = {
|
|
3433
3276
|
"DescribeRumLogExports": doDescribeRumLogExports,
|
3434
3277
|
"DescribeDataStaticUrl": doDescribeDataStaticUrl,
|
3435
3278
|
"DescribeLogExports": doDescribeLogExports,
|
3436
|
-
"DescribeData": doDescribeData,
|
3437
3279
|
"DescribeAppSingleCaseDetailList": doDescribeAppSingleCaseDetailList,
|
3438
3280
|
"DescribeAppMetricsData": doDescribeAppMetricsData,
|
3439
3281
|
"CreateLogExport": doCreateLogExport,
|
@@ -3466,13 +3308,12 @@ ACTION_MAP = {
|
|
3466
3308
|
"DescribeDataPvUrlInfo": doDescribeDataPvUrlInfo,
|
3467
3309
|
"DescribeDataStaticProject": doDescribeDataStaticProject,
|
3468
3310
|
"DeleteProject": doDeleteProject,
|
3469
|
-
"DescribeOfflineLogRecords": doDescribeOfflineLogRecords,
|
3470
3311
|
"CreateTawInstance": doCreateTawInstance,
|
3471
|
-
"
|
3312
|
+
"DeleteOfflineLogConfig": doDeleteOfflineLogConfig,
|
3472
3313
|
"DescribeReleaseFiles": doDescribeReleaseFiles,
|
3473
3314
|
"ModifyInstance": doModifyInstance,
|
3474
3315
|
"DescribeDataFetchUrl": doDescribeDataFetchUrl,
|
3475
|
-
"
|
3316
|
+
"DescribeData": doDescribeData,
|
3476
3317
|
|
3477
3318
|
}
|
3478
3319
|
|
@@ -7,13 +7,6 @@
|
|
7
7
|
"output": "CreateLogExportResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
|
-
"CreateOfflineLogConfig": {
|
11
|
-
"document": "创建离线日志监听,对应用户的离线日志将上报",
|
12
|
-
"input": "CreateOfflineLogConfigRequest",
|
13
|
-
"name": "创建离线日志监听",
|
14
|
-
"output": "CreateOfflineLogConfigResponse",
|
15
|
-
"status": "online"
|
16
|
-
},
|
17
10
|
"CreateProject": {
|
18
11
|
"document": "创建 RUM 应用(归属于某个团队)",
|
19
12
|
"input": "CreateProjectRequest",
|
@@ -287,20 +280,6 @@
|
|
287
280
|
"output": "DescribeOfflineLogConfigsResponse",
|
288
281
|
"status": "online"
|
289
282
|
},
|
290
|
-
"DescribeOfflineLogRecords": {
|
291
|
-
"document": "获取所有离线日志记录(最多100条)",
|
292
|
-
"input": "DescribeOfflineLogRecordsRequest",
|
293
|
-
"name": "获取所有离线日志记录(最多100条)",
|
294
|
-
"output": "DescribeOfflineLogRecordsResponse",
|
295
|
-
"status": "online"
|
296
|
-
},
|
297
|
-
"DescribeOfflineLogs": {
|
298
|
-
"document": "获取对应离线日志",
|
299
|
-
"input": "DescribeOfflineLogsRequest",
|
300
|
-
"name": "获取对应离线日志",
|
301
|
-
"output": "DescribeOfflineLogsResponse",
|
302
|
-
"status": "online"
|
303
|
-
},
|
304
283
|
"DescribeProjectLimits": {
|
305
284
|
"document": "获取应用上报抽样信息",
|
306
285
|
"input": "DescribeProjectLimitsRequest",
|
@@ -554,52 +533,6 @@
|
|
554
533
|
],
|
555
534
|
"type": "object"
|
556
535
|
},
|
557
|
-
"CreateOfflineLogConfigRequest": {
|
558
|
-
"document": "CreateOfflineLogConfig请求参数结构体",
|
559
|
-
"members": [
|
560
|
-
{
|
561
|
-
"disabled": false,
|
562
|
-
"document": "项目唯一上报 key",
|
563
|
-
"example": "DjkljW234R",
|
564
|
-
"member": "string",
|
565
|
-
"name": "ProjectKey",
|
566
|
-
"required": true,
|
567
|
-
"type": "string"
|
568
|
-
},
|
569
|
-
{
|
570
|
-
"disabled": false,
|
571
|
-
"document": "需要监听的用户唯一标示(aid 或 uin)",
|
572
|
-
"example": "9580003424",
|
573
|
-
"member": "string",
|
574
|
-
"name": "UniqueID",
|
575
|
-
"required": true,
|
576
|
-
"type": "string"
|
577
|
-
}
|
578
|
-
],
|
579
|
-
"type": "object"
|
580
|
-
},
|
581
|
-
"CreateOfflineLogConfigResponse": {
|
582
|
-
"document": "CreateOfflineLogConfig返回参数结构体",
|
583
|
-
"members": [
|
584
|
-
{
|
585
|
-
"disabled": false,
|
586
|
-
"document": "接口返回信息",
|
587
|
-
"example": "success",
|
588
|
-
"member": "string",
|
589
|
-
"name": "Msg",
|
590
|
-
"required": true,
|
591
|
-
"type": "string",
|
592
|
-
"value_allowed_null": false
|
593
|
-
},
|
594
|
-
{
|
595
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
596
|
-
"member": "string",
|
597
|
-
"name": "RequestId",
|
598
|
-
"type": "string"
|
599
|
-
}
|
600
|
-
],
|
601
|
-
"type": "object"
|
602
|
-
},
|
603
536
|
"CreateProjectRequest": {
|
604
537
|
"document": "CreateProject请求参数结构体",
|
605
538
|
"members": [
|
@@ -5731,109 +5664,6 @@
|
|
5731
5664
|
],
|
5732
5665
|
"type": "object"
|
5733
5666
|
},
|
5734
|
-
"DescribeOfflineLogRecordsRequest": {
|
5735
|
-
"document": "DescribeOfflineLogRecords请求参数结构体",
|
5736
|
-
"members": [
|
5737
|
-
{
|
5738
|
-
"disabled": false,
|
5739
|
-
"document": "项目唯一上报 key",
|
5740
|
-
"example": "DjkljW234R",
|
5741
|
-
"member": "string",
|
5742
|
-
"name": "ProjectKey",
|
5743
|
-
"required": true,
|
5744
|
-
"type": "string"
|
5745
|
-
}
|
5746
|
-
],
|
5747
|
-
"type": "object"
|
5748
|
-
},
|
5749
|
-
"DescribeOfflineLogRecordsResponse": {
|
5750
|
-
"document": "DescribeOfflineLogRecords返回参数结构体",
|
5751
|
-
"members": [
|
5752
|
-
{
|
5753
|
-
"disabled": false,
|
5754
|
-
"document": "接口调用信息",
|
5755
|
-
"example": "success",
|
5756
|
-
"member": "string",
|
5757
|
-
"name": "Msg",
|
5758
|
-
"required": true,
|
5759
|
-
"type": "string",
|
5760
|
-
"value_allowed_null": false
|
5761
|
-
},
|
5762
|
-
{
|
5763
|
-
"disabled": false,
|
5764
|
-
"document": "记录 ID 数组",
|
5765
|
-
"example": "[\"12\"]",
|
5766
|
-
"member": "string",
|
5767
|
-
"name": "RecordSet",
|
5768
|
-
"required": true,
|
5769
|
-
"type": "list",
|
5770
|
-
"value_allowed_null": false
|
5771
|
-
},
|
5772
|
-
{
|
5773
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
5774
|
-
"member": "string",
|
5775
|
-
"name": "RequestId",
|
5776
|
-
"type": "string"
|
5777
|
-
}
|
5778
|
-
],
|
5779
|
-
"type": "object"
|
5780
|
-
},
|
5781
|
-
"DescribeOfflineLogsRequest": {
|
5782
|
-
"document": "DescribeOfflineLogs请求参数结构体",
|
5783
|
-
"members": [
|
5784
|
-
{
|
5785
|
-
"disabled": false,
|
5786
|
-
"document": "项目唯一上报 key",
|
5787
|
-
"example": "DjkljW234R",
|
5788
|
-
"member": "string",
|
5789
|
-
"name": "ProjectKey",
|
5790
|
-
"required": true,
|
5791
|
-
"type": "string"
|
5792
|
-
},
|
5793
|
-
{
|
5794
|
-
"disabled": false,
|
5795
|
-
"document": "离线日志文件 id 列表",
|
5796
|
-
"example": "[\"123\"]",
|
5797
|
-
"member": "string",
|
5798
|
-
"name": "FileIDs",
|
5799
|
-
"required": true,
|
5800
|
-
"type": "list"
|
5801
|
-
}
|
5802
|
-
],
|
5803
|
-
"type": "object"
|
5804
|
-
},
|
5805
|
-
"DescribeOfflineLogsResponse": {
|
5806
|
-
"document": "DescribeOfflineLogs返回参数结构体",
|
5807
|
-
"members": [
|
5808
|
-
{
|
5809
|
-
"disabled": false,
|
5810
|
-
"document": "接口调用返回信息",
|
5811
|
-
"example": "success",
|
5812
|
-
"member": "string",
|
5813
|
-
"name": "Msg",
|
5814
|
-
"required": true,
|
5815
|
-
"type": "string",
|
5816
|
-
"value_allowed_null": false
|
5817
|
-
},
|
5818
|
-
{
|
5819
|
-
"disabled": false,
|
5820
|
-
"document": "日志列表",
|
5821
|
-
"example": "[\"123\"]",
|
5822
|
-
"member": "string",
|
5823
|
-
"name": "LogSet",
|
5824
|
-
"required": true,
|
5825
|
-
"type": "list",
|
5826
|
-
"value_allowed_null": false
|
5827
|
-
},
|
5828
|
-
{
|
5829
|
-
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
5830
|
-
"member": "string",
|
5831
|
-
"name": "RequestId",
|
5832
|
-
"type": "string"
|
5833
|
-
}
|
5834
|
-
],
|
5835
|
-
"type": "object"
|
5836
|
-
},
|
5837
5667
|
"DescribeProjectLimitsRequest": {
|
5838
5668
|
"document": "DescribeProjectLimits请求参数结构体",
|
5839
5669
|
"members": [
|
@@ -8,14 +8,6 @@
|
|
8
8
|
"title": "创建日志下载任务"
|
9
9
|
}
|
10
10
|
],
|
11
|
-
"CreateOfflineLogConfig": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "https://rum.tencentcloudapi.com/?Action=CreateOfflineLogConfig\n&ProjectKey='a46hv4vGFds576'\n&UniqueID='958033435'\n&<公共请求参数>",
|
15
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
16
|
-
"title": "创建 rum 离线日志监听"
|
17
|
-
}
|
18
|
-
],
|
19
11
|
"CreateProject": [
|
20
12
|
{
|
21
13
|
"document": "创建 RUM 应用",
|
@@ -376,22 +368,6 @@
|
|
376
368
|
"title": "获取 rum 离线日志监听配置"
|
377
369
|
}
|
378
370
|
],
|
379
|
-
"DescribeOfflineLogRecords": [
|
380
|
-
{
|
381
|
-
"document": "",
|
382
|
-
"input": "https://rum.tencentcloudapi.com/?Action=DescribeOfflineLogRecords\n&ProjectKey='a46hv4vGFds576'\n&<公共请求参数>",
|
383
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RecordSet\": [],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
384
|
-
"title": "获取 rum 离线日志所有记录"
|
385
|
-
}
|
386
|
-
],
|
387
|
-
"DescribeOfflineLogs": [
|
388
|
-
{
|
389
|
-
"document": "",
|
390
|
-
"input": "https://rum.tencentcloudapi.com/?Action=DescribeOfflineLogs\n&ProjectKey='a46hv4vGFds576'\n&FileIDs.0='958033435'\n&FileIDs.1='958033436'\n&<公共请求参数>",
|
391
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"LogSet\": [],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
392
|
-
"title": "获取 rum 离线日志"
|
393
|
-
}
|
394
|
-
],
|
395
371
|
"DescribeProjectLimits": [
|
396
372
|
{
|
397
373
|
"document": "获取应用上报抽样信息",
|
@@ -3380,7 +3380,7 @@
|
|
3380
3380
|
"members": [
|
3381
3381
|
{
|
3382
3382
|
"disabled": false,
|
3383
|
-
"document": "CDN转推URL
|
3383
|
+
"document": "CDN转推URL,只支持rtmp链接。\n注:若更新转推时,URL有任何变化,都会断流重推。",
|
3384
3384
|
"example": "xxxx",
|
3385
3385
|
"member": "string",
|
3386
3386
|
"name": "PublishCdnUrl",
|
@@ -20419,6 +20419,7 @@
|
|
20419
20419
|
"example": "11531422",
|
20420
20420
|
"member": "string",
|
20421
20421
|
"name": "TaskId",
|
20422
|
+
"output_required": true,
|
20422
20423
|
"type": "string",
|
20423
20424
|
"value_allowed_null": false
|
20424
20425
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1042.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1042
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|