tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.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/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -1577,7 +1577,7 @@ def doDescribeEnvironmentAttributes(args, parsed_globals):
|
|
1577
1577
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1578
1578
|
|
1579
1579
|
|
1580
|
-
def
|
1580
|
+
def doCreateCmqSubscribe(args, parsed_globals):
|
1581
1581
|
g_param = parse_global_arg(parsed_globals)
|
1582
1582
|
|
1583
1583
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -1606,11 +1606,11 @@ def doImportRocketMQConsumerGroups(args, parsed_globals):
|
|
1606
1606
|
client = mod.TdmqClient(cred, g_param[OptionsDefine.Region], profile)
|
1607
1607
|
client._sdkVersion += ("_CLI_" + __version__)
|
1608
1608
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1609
|
-
model = models.
|
1609
|
+
model = models.CreateCmqSubscribeRequest()
|
1610
1610
|
model.from_json_string(json.dumps(args))
|
1611
1611
|
start_time = time.time()
|
1612
1612
|
while True:
|
1613
|
-
rsp = client.
|
1613
|
+
rsp = client.CreateCmqSubscribe(model)
|
1614
1614
|
result = rsp.to_json_string()
|
1615
1615
|
try:
|
1616
1616
|
json_obj = json.loads(result)
|
@@ -2565,6 +2565,58 @@ def doDescribeRabbitMQVipInstance(args, parsed_globals):
|
|
2565
2565
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2566
2566
|
|
2567
2567
|
|
2568
|
+
def doDescribeRocketMQPublicAccessMonitorData(args, parsed_globals):
|
2569
|
+
g_param = parse_global_arg(parsed_globals)
|
2570
|
+
|
2571
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2572
|
+
cred = credential.CVMRoleCredential()
|
2573
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2574
|
+
cred = credential.STSAssumeRoleCredential(
|
2575
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2576
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2577
|
+
)
|
2578
|
+
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):
|
2579
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2580
|
+
else:
|
2581
|
+
cred = credential.Credential(
|
2582
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2583
|
+
)
|
2584
|
+
http_profile = HttpProfile(
|
2585
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2586
|
+
reqMethod="POST",
|
2587
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
2588
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2589
|
+
)
|
2590
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2591
|
+
if g_param[OptionsDefine.Language]:
|
2592
|
+
profile.language = g_param[OptionsDefine.Language]
|
2593
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2594
|
+
client = mod.TdmqClient(cred, g_param[OptionsDefine.Region], profile)
|
2595
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
2596
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2597
|
+
model = models.DescribeRocketMQPublicAccessMonitorDataRequest()
|
2598
|
+
model.from_json_string(json.dumps(args))
|
2599
|
+
start_time = time.time()
|
2600
|
+
while True:
|
2601
|
+
rsp = client.DescribeRocketMQPublicAccessMonitorData(model)
|
2602
|
+
result = rsp.to_json_string()
|
2603
|
+
try:
|
2604
|
+
json_obj = json.loads(result)
|
2605
|
+
except TypeError as e:
|
2606
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2607
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2608
|
+
break
|
2609
|
+
cur_time = time.time()
|
2610
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2611
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2612
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2613
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2614
|
+
else:
|
2615
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2616
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2617
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2618
|
+
|
2619
|
+
|
2568
2620
|
def doImportRocketMQTopics(args, parsed_globals):
|
2569
2621
|
g_param = parse_global_arg(parsed_globals)
|
2570
2622
|
|
@@ -3761,6 +3813,58 @@ def doModifyRocketMQInstanceSpec(args, parsed_globals):
|
|
3761
3813
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3762
3814
|
|
3763
3815
|
|
3816
|
+
def doImportRocketMQConsumerGroups(args, parsed_globals):
|
3817
|
+
g_param = parse_global_arg(parsed_globals)
|
3818
|
+
|
3819
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3820
|
+
cred = credential.CVMRoleCredential()
|
3821
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3822
|
+
cred = credential.STSAssumeRoleCredential(
|
3823
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3824
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3825
|
+
)
|
3826
|
+
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):
|
3827
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3828
|
+
else:
|
3829
|
+
cred = credential.Credential(
|
3830
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3831
|
+
)
|
3832
|
+
http_profile = HttpProfile(
|
3833
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3834
|
+
reqMethod="POST",
|
3835
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3836
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3837
|
+
)
|
3838
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3839
|
+
if g_param[OptionsDefine.Language]:
|
3840
|
+
profile.language = g_param[OptionsDefine.Language]
|
3841
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3842
|
+
client = mod.TdmqClient(cred, g_param[OptionsDefine.Region], profile)
|
3843
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3844
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3845
|
+
model = models.ImportRocketMQConsumerGroupsRequest()
|
3846
|
+
model.from_json_string(json.dumps(args))
|
3847
|
+
start_time = time.time()
|
3848
|
+
while True:
|
3849
|
+
rsp = client.ImportRocketMQConsumerGroups(model)
|
3850
|
+
result = rsp.to_json_string()
|
3851
|
+
try:
|
3852
|
+
json_obj = json.loads(result)
|
3853
|
+
except TypeError as e:
|
3854
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3855
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3856
|
+
break
|
3857
|
+
cur_time = time.time()
|
3858
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3859
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3860
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3861
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3862
|
+
else:
|
3863
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3864
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3865
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3866
|
+
|
3867
|
+
|
3764
3868
|
def doDescribeRocketMQVipInstances(args, parsed_globals):
|
3765
3869
|
g_param = parse_global_arg(parsed_globals)
|
3766
3870
|
|
@@ -5321,58 +5425,6 @@ def doCreateRole(args, parsed_globals):
|
|
5321
5425
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
5322
5426
|
|
5323
5427
|
|
5324
|
-
def doCreateCmqSubscribe(args, parsed_globals):
|
5325
|
-
g_param = parse_global_arg(parsed_globals)
|
5326
|
-
|
5327
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
5328
|
-
cred = credential.CVMRoleCredential()
|
5329
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
5330
|
-
cred = credential.STSAssumeRoleCredential(
|
5331
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
5332
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
5333
|
-
)
|
5334
|
-
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):
|
5335
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
5336
|
-
else:
|
5337
|
-
cred = credential.Credential(
|
5338
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
5339
|
-
)
|
5340
|
-
http_profile = HttpProfile(
|
5341
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
5342
|
-
reqMethod="POST",
|
5343
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
5344
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
5345
|
-
)
|
5346
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
5347
|
-
if g_param[OptionsDefine.Language]:
|
5348
|
-
profile.language = g_param[OptionsDefine.Language]
|
5349
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
5350
|
-
client = mod.TdmqClient(cred, g_param[OptionsDefine.Region], profile)
|
5351
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
5352
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
5353
|
-
model = models.CreateCmqSubscribeRequest()
|
5354
|
-
model.from_json_string(json.dumps(args))
|
5355
|
-
start_time = time.time()
|
5356
|
-
while True:
|
5357
|
-
rsp = client.CreateCmqSubscribe(model)
|
5358
|
-
result = rsp.to_json_string()
|
5359
|
-
try:
|
5360
|
-
json_obj = json.loads(result)
|
5361
|
-
except TypeError as e:
|
5362
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
5363
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
5364
|
-
break
|
5365
|
-
cur_time = time.time()
|
5366
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
5367
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
5368
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
5369
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
5370
|
-
else:
|
5371
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
5372
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
5373
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
5374
|
-
|
5375
|
-
|
5376
5428
|
def doModifyRocketMQNamespace(args, parsed_globals):
|
5377
5429
|
g_param = parse_global_arg(parsed_globals)
|
5378
5430
|
|
@@ -6766,7 +6818,7 @@ ACTION_MAP = {
|
|
6766
6818
|
"ModifyRocketMQTopic": doModifyRocketMQTopic,
|
6767
6819
|
"DescribeRocketMQTopicMsgs": doDescribeRocketMQTopicMsgs,
|
6768
6820
|
"DescribeEnvironmentAttributes": doDescribeEnvironmentAttributes,
|
6769
|
-
"
|
6821
|
+
"CreateCmqSubscribe": doCreateCmqSubscribe,
|
6770
6822
|
"DescribePublisherSummary": doDescribePublisherSummary,
|
6771
6823
|
"DeleteRocketMQNamespace": doDeleteRocketMQNamespace,
|
6772
6824
|
"CreateRabbitMQVirtualHost": doCreateRabbitMQVirtualHost,
|
@@ -6785,6 +6837,7 @@ ACTION_MAP = {
|
|
6785
6837
|
"DescribeRocketMQSourceClusterTopicList": doDescribeRocketMQSourceClusterTopicList,
|
6786
6838
|
"DescribeRocketMQConsumerConnectionDetail": doDescribeRocketMQConsumerConnectionDetail,
|
6787
6839
|
"DescribeRabbitMQVipInstance": doDescribeRabbitMQVipInstance,
|
6840
|
+
"DescribeRocketMQPublicAccessMonitorData": doDescribeRocketMQPublicAccessMonitorData,
|
6788
6841
|
"ImportRocketMQTopics": doImportRocketMQTopics,
|
6789
6842
|
"DescribeSubscriptions": doDescribeSubscriptions,
|
6790
6843
|
"DescribeCmqTopicDetail": doDescribeCmqTopicDetail,
|
@@ -6808,6 +6861,7 @@ ACTION_MAP = {
|
|
6808
6861
|
"DescribeRabbitMQQueues": doDescribeRabbitMQQueues,
|
6809
6862
|
"ModifyCmqQueueAttribute": doModifyCmqQueueAttribute,
|
6810
6863
|
"ModifyRocketMQInstanceSpec": doModifyRocketMQInstanceSpec,
|
6864
|
+
"ImportRocketMQConsumerGroups": doImportRocketMQConsumerGroups,
|
6811
6865
|
"DescribeRocketMQVipInstances": doDescribeRocketMQVipInstances,
|
6812
6866
|
"VerifyRocketMQConsume": doVerifyRocketMQConsume,
|
6813
6867
|
"DescribeAMQPClusters": doDescribeAMQPClusters,
|
@@ -6838,7 +6892,6 @@ ACTION_MAP = {
|
|
6838
6892
|
"DescribeTopicMsgs": doDescribeTopicMsgs,
|
6839
6893
|
"DescribeNodeHealthOpt": doDescribeNodeHealthOpt,
|
6840
6894
|
"CreateRole": doCreateRole,
|
6841
|
-
"CreateCmqSubscribe": doCreateCmqSubscribe,
|
6842
6895
|
"ModifyRocketMQNamespace": doModifyRocketMQNamespace,
|
6843
6896
|
"DescribeRocketMQGroups": doDescribeRocketMQGroups,
|
6844
6897
|
"ClearCmqQueue": doClearCmqQueue,
|
@@ -567,6 +567,13 @@
|
|
567
567
|
"output": "DescribeRocketMQNamespacesResponse",
|
568
568
|
"status": "online"
|
569
569
|
},
|
570
|
+
"DescribeRocketMQPublicAccessMonitorData": {
|
571
|
+
"document": "从腾讯云可观测平台拉取公网指标监控数据,目前仅支持客户端到 LB 的入带宽和出宽带指标。",
|
572
|
+
"input": "DescribeRocketMQPublicAccessMonitorDataRequest",
|
573
|
+
"name": "拉取公网指标监控数据",
|
574
|
+
"output": "DescribeRocketMQPublicAccessMonitorDataResponse",
|
575
|
+
"status": "online"
|
576
|
+
},
|
570
577
|
"DescribeRocketMQPublicAccessPoint": {
|
571
578
|
"document": "接口用于查询RocketMQ实例的公网接入信息",
|
572
579
|
"input": "DescribeRocketMQPublicAccessPointRequest",
|
@@ -8569,13 +8576,49 @@
|
|
8569
8576
|
"type": "string"
|
8570
8577
|
},
|
8571
8578
|
{
|
8572
|
-
"disabled":
|
8579
|
+
"disabled": true,
|
8573
8580
|
"document": "查询死信时该值为true,只对Rocketmq有效",
|
8574
8581
|
"example": "false",
|
8575
8582
|
"member": "bool",
|
8576
8583
|
"name": "QueryDlqMsg",
|
8577
8584
|
"required": false,
|
8578
8585
|
"type": "bool"
|
8586
|
+
},
|
8587
|
+
{
|
8588
|
+
"disabled": false,
|
8589
|
+
"document": "查询死信时该值为true,只对Rocketmq有效",
|
8590
|
+
"example": "false",
|
8591
|
+
"member": "bool",
|
8592
|
+
"name": "QueryDeadLetterMessage",
|
8593
|
+
"required": false,
|
8594
|
+
"type": "bool"
|
8595
|
+
},
|
8596
|
+
{
|
8597
|
+
"disabled": false,
|
8598
|
+
"document": "分页Offset",
|
8599
|
+
"example": "0",
|
8600
|
+
"member": "int64",
|
8601
|
+
"name": "Offset",
|
8602
|
+
"required": false,
|
8603
|
+
"type": "int"
|
8604
|
+
},
|
8605
|
+
{
|
8606
|
+
"disabled": false,
|
8607
|
+
"document": "分页Limit",
|
8608
|
+
"example": "20",
|
8609
|
+
"member": "int64",
|
8610
|
+
"name": "Limit",
|
8611
|
+
"required": false,
|
8612
|
+
"type": "int"
|
8613
|
+
},
|
8614
|
+
{
|
8615
|
+
"disabled": false,
|
8616
|
+
"document": "根据消费组名称过滤消费详情",
|
8617
|
+
"example": "test_group",
|
8618
|
+
"member": "string",
|
8619
|
+
"name": "FilterTrackGroup",
|
8620
|
+
"required": false,
|
8621
|
+
"type": "string"
|
8579
8622
|
}
|
8580
8623
|
],
|
8581
8624
|
"type": "object"
|
@@ -8589,6 +8632,7 @@
|
|
8589
8632
|
"example": "xxx",
|
8590
8633
|
"member": "string",
|
8591
8634
|
"name": "Body",
|
8635
|
+
"output_required": true,
|
8592
8636
|
"type": "string",
|
8593
8637
|
"value_allowed_null": false
|
8594
8638
|
},
|
@@ -8598,6 +8642,7 @@
|
|
8598
8642
|
"example": "{\"xxx\":\"aaa\"}",
|
8599
8643
|
"member": "string",
|
8600
8644
|
"name": "Properties",
|
8645
|
+
"output_required": true,
|
8601
8646
|
"type": "string",
|
8602
8647
|
"value_allowed_null": false
|
8603
8648
|
},
|
@@ -8607,6 +8652,7 @@
|
|
8607
8652
|
"example": " 2021-11-23 21:21:26",
|
8608
8653
|
"member": "string",
|
8609
8654
|
"name": "ProduceTime",
|
8655
|
+
"output_required": true,
|
8610
8656
|
"type": "string",
|
8611
8657
|
"value_allowed_null": false
|
8612
8658
|
},
|
@@ -8616,6 +8662,7 @@
|
|
8616
8662
|
"example": "xxx",
|
8617
8663
|
"member": "string",
|
8618
8664
|
"name": "MsgId",
|
8665
|
+
"output_required": true,
|
8619
8666
|
"type": "string",
|
8620
8667
|
"value_allowed_null": false
|
8621
8668
|
},
|
@@ -8625,15 +8672,17 @@
|
|
8625
8672
|
"example": "xxx",
|
8626
8673
|
"member": "string",
|
8627
8674
|
"name": "ProducerAddr",
|
8675
|
+
"output_required": true,
|
8628
8676
|
"type": "string",
|
8629
8677
|
"value_allowed_null": false
|
8630
8678
|
},
|
8631
8679
|
{
|
8632
8680
|
"disabled": false,
|
8633
|
-
"document": "
|
8681
|
+
"document": "消费组消费情况列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
8634
8682
|
"example": "xxx",
|
8635
8683
|
"member": "RocketMQMessageTrack",
|
8636
8684
|
"name": "MessageTracks",
|
8685
|
+
"output_required": true,
|
8637
8686
|
"type": "list",
|
8638
8687
|
"value_allowed_null": true
|
8639
8688
|
},
|
@@ -8643,9 +8692,20 @@
|
|
8643
8692
|
"example": "topic",
|
8644
8693
|
"member": "string",
|
8645
8694
|
"name": "ShowTopicName",
|
8695
|
+
"output_required": true,
|
8646
8696
|
"type": "string",
|
8647
8697
|
"value_allowed_null": true
|
8648
8698
|
},
|
8699
|
+
{
|
8700
|
+
"disabled": false,
|
8701
|
+
"document": "消费组消费情况列表总数",
|
8702
|
+
"example": "100",
|
8703
|
+
"member": "int64",
|
8704
|
+
"name": "MessageTracksCount",
|
8705
|
+
"output_required": false,
|
8706
|
+
"type": "int",
|
8707
|
+
"value_allowed_null": false
|
8708
|
+
},
|
8649
8709
|
{
|
8650
8710
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
8651
8711
|
"member": "string",
|
@@ -8704,13 +8764,22 @@
|
|
8704
8764
|
"type": "string"
|
8705
8765
|
},
|
8706
8766
|
{
|
8707
|
-
"disabled":
|
8767
|
+
"disabled": true,
|
8708
8768
|
"document": "查询死信时该值为true",
|
8709
8769
|
"example": "false",
|
8710
8770
|
"member": "bool",
|
8711
8771
|
"name": "QueryDLQMsg",
|
8712
8772
|
"required": false,
|
8713
8773
|
"type": "bool"
|
8774
|
+
},
|
8775
|
+
{
|
8776
|
+
"disabled": false,
|
8777
|
+
"document": "查询死信时该值为true",
|
8778
|
+
"example": "false",
|
8779
|
+
"member": "string",
|
8780
|
+
"name": "QueryDeadLetterMessage",
|
8781
|
+
"required": false,
|
8782
|
+
"type": "string"
|
8714
8783
|
}
|
8715
8784
|
],
|
8716
8785
|
"type": "object"
|
@@ -8821,6 +8890,129 @@
|
|
8821
8890
|
],
|
8822
8891
|
"type": "object"
|
8823
8892
|
},
|
8893
|
+
"DescribeRocketMQPublicAccessMonitorDataRequest": {
|
8894
|
+
"document": "DescribeRocketMQPublicAccessMonitorData请求参数结构体",
|
8895
|
+
"members": [
|
8896
|
+
{
|
8897
|
+
"disabled": false,
|
8898
|
+
"document": "专享集群ID",
|
8899
|
+
"example": "rocketmq-xxx",
|
8900
|
+
"member": "string",
|
8901
|
+
"name": "InstanceId",
|
8902
|
+
"required": true,
|
8903
|
+
"type": "string"
|
8904
|
+
},
|
8905
|
+
{
|
8906
|
+
"disabled": false,
|
8907
|
+
"document": "指标名称,仅支持单指标拉取。目前仅支持:ClientIntraffic; ClientOuttraffic",
|
8908
|
+
"example": "ClientOuttraffic",
|
8909
|
+
"member": "string",
|
8910
|
+
"name": "MetricName",
|
8911
|
+
"required": true,
|
8912
|
+
"type": "string"
|
8913
|
+
},
|
8914
|
+
{
|
8915
|
+
"disabled": false,
|
8916
|
+
"document": "起始时间",
|
8917
|
+
"example": "2018-09-22T19:51:23+08:00",
|
8918
|
+
"member": "string",
|
8919
|
+
"name": "StartTime",
|
8920
|
+
"required": false,
|
8921
|
+
"type": "string"
|
8922
|
+
},
|
8923
|
+
{
|
8924
|
+
"disabled": false,
|
8925
|
+
"document": "结束时间,默认为当前时间",
|
8926
|
+
"example": "2018-09-22T20:51:23+08:00",
|
8927
|
+
"member": "string",
|
8928
|
+
"name": "EndTime",
|
8929
|
+
"required": false,
|
8930
|
+
"type": "string"
|
8931
|
+
},
|
8932
|
+
{
|
8933
|
+
"disabled": false,
|
8934
|
+
"document": "监控统计周期,如60。默认为取值为300,单位为s。",
|
8935
|
+
"example": "60",
|
8936
|
+
"member": "int64",
|
8937
|
+
"name": "Period",
|
8938
|
+
"required": false,
|
8939
|
+
"type": "int"
|
8940
|
+
}
|
8941
|
+
],
|
8942
|
+
"type": "object"
|
8943
|
+
},
|
8944
|
+
"DescribeRocketMQPublicAccessMonitorDataResponse": {
|
8945
|
+
"document": "DescribeRocketMQPublicAccessMonitorData返回参数结构体",
|
8946
|
+
"members": [
|
8947
|
+
{
|
8948
|
+
"disabled": false,
|
8949
|
+
"document": "指标名\n注意:此字段可能返回 null,表示取不到有效值。",
|
8950
|
+
"example": "ClientOuttraffic",
|
8951
|
+
"member": "string",
|
8952
|
+
"name": "MetricName",
|
8953
|
+
"output_required": false,
|
8954
|
+
"type": "string",
|
8955
|
+
"value_allowed_null": true
|
8956
|
+
},
|
8957
|
+
{
|
8958
|
+
"disabled": false,
|
8959
|
+
"document": "监控统计周期,如60。默认为取值为300,单位为s。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8960
|
+
"example": "60",
|
8961
|
+
"member": "int64",
|
8962
|
+
"name": "Period",
|
8963
|
+
"output_required": false,
|
8964
|
+
"type": "int",
|
8965
|
+
"value_allowed_null": true
|
8966
|
+
},
|
8967
|
+
{
|
8968
|
+
"disabled": false,
|
8969
|
+
"document": "起始时间,如2018-09-22T19:51:23+08:00\n注意:此字段可能返回 null,表示取不到有效值。",
|
8970
|
+
"example": "2018-09-22T19:51:23+08:00",
|
8971
|
+
"member": "string",
|
8972
|
+
"name": "StartTime",
|
8973
|
+
"output_required": false,
|
8974
|
+
"type": "string",
|
8975
|
+
"value_allowed_null": true
|
8976
|
+
},
|
8977
|
+
{
|
8978
|
+
"disabled": false,
|
8979
|
+
"document": "结束时间,如2018-09-22T20:51:23+08:00,默认为当前时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
8980
|
+
"example": "2018-09-22T20:51:23+08:00",
|
8981
|
+
"member": "string",
|
8982
|
+
"name": "EndTime",
|
8983
|
+
"output_required": false,
|
8984
|
+
"type": "string",
|
8985
|
+
"value_allowed_null": true
|
8986
|
+
},
|
8987
|
+
{
|
8988
|
+
"disabled": false,
|
8989
|
+
"document": "数据点数组\n注意:此字段可能返回 null,表示取不到有效值。",
|
8990
|
+
"example": "[ { \"Timestamps\": [ 1535079000, 1535079300, 1535079600, 1535079900, 1535080200, 1535080500 ], \"Values\": [ 2.566, 2.283, 6.316, 2.816, 2.7, 2.35 ] } ]",
|
8991
|
+
"member": "RocketMQDataPoint",
|
8992
|
+
"name": "DataPoints",
|
8993
|
+
"output_required": false,
|
8994
|
+
"type": "list",
|
8995
|
+
"value_allowed_null": true
|
8996
|
+
},
|
8997
|
+
{
|
8998
|
+
"disabled": false,
|
8999
|
+
"document": "返回信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
9000
|
+
"example": "succ",
|
9001
|
+
"member": "string",
|
9002
|
+
"name": "Msg",
|
9003
|
+
"output_required": false,
|
9004
|
+
"type": "string",
|
9005
|
+
"value_allowed_null": true
|
9006
|
+
},
|
9007
|
+
{
|
9008
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
9009
|
+
"member": "string",
|
9010
|
+
"name": "RequestId",
|
9011
|
+
"type": "string"
|
9012
|
+
}
|
9013
|
+
],
|
9014
|
+
"type": "object"
|
9015
|
+
},
|
8824
9016
|
"DescribeRocketMQPublicAccessPointRequest": {
|
8825
9017
|
"document": "DescribeRocketMQPublicAccessPoint请求参数结构体",
|
8826
9018
|
"members": [
|
@@ -15344,6 +15536,32 @@
|
|
15344
15536
|
],
|
15345
15537
|
"usage": "out"
|
15346
15538
|
},
|
15539
|
+
"RocketMQDataPoint": {
|
15540
|
+
"document": "监控数据点",
|
15541
|
+
"members": [
|
15542
|
+
{
|
15543
|
+
"disabled": false,
|
15544
|
+
"document": "监控值数组,该数组和Timestamps一一对应\n注意:此字段可能返回 null,表示取不到有效值。",
|
15545
|
+
"example": "无",
|
15546
|
+
"member": "int64",
|
15547
|
+
"name": "Timestamps",
|
15548
|
+
"output_required": false,
|
15549
|
+
"type": "list",
|
15550
|
+
"value_allowed_null": true
|
15551
|
+
},
|
15552
|
+
{
|
15553
|
+
"disabled": false,
|
15554
|
+
"document": "监控数据点位置,比如一天按分钟划分有1440个点,每个点的序号是0 - 1439之间的一个数,当某个序号不在该数组中,说明掉点了\n注意:此字段可能返回 null,表示取不到有效值。",
|
15555
|
+
"example": "无",
|
15556
|
+
"member": "float",
|
15557
|
+
"name": "Values",
|
15558
|
+
"output_required": false,
|
15559
|
+
"type": "list",
|
15560
|
+
"value_allowed_null": true
|
15561
|
+
}
|
15562
|
+
],
|
15563
|
+
"usage": "out"
|
15564
|
+
},
|
15347
15565
|
"RocketMQGroup": {
|
15348
15566
|
"document": "RocketMQ消费组信息",
|
15349
15567
|
"members": [
|
@@ -15747,7 +15965,7 @@
|
|
15747
15965
|
},
|
15748
15966
|
{
|
15749
15967
|
"disabled": false,
|
15750
|
-
"document": "
|
15968
|
+
"document": "消费状态,\nCONSUMED: 已消费\nCONSUMED_BUT_FILTERED: 已过滤\nNOT_CONSUME: 未消费\nENTER_RETRY: 进入重试队列\nENTER_DLQ: 进入死信队列\nUNKNOWN: 查询不到消费状态",
|
15751
15969
|
"example": "CONSUMED",
|
15752
15970
|
"member": "string",
|
15753
15971
|
"name": "ConsumeStatus",
|
@@ -645,8 +645,8 @@
|
|
645
645
|
"DescribeRocketMQMsg": [
|
646
646
|
{
|
647
647
|
"document": "demo",
|
648
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQMsg\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
649
|
-
"output": "{\n \"Response\": {\n \"Body\": \"
|
648
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQMsg\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"e1\",\n \"ClusterId\": \"c1\",\n \"TopicName\": \"t1\",\n \"PulsarMsgId\": \"p1\",\n \"MsgId\": \"m1\",\n \"QueryDlqMsg\": false\n}",
|
649
|
+
"output": "{\n \"Response\": {\n \"Body\": \"b\",\n \"MsgId\": \"m\",\n \"ProduceTime\": \"p\",\n \"RequestId\": \"r\",\n \"Properties\": \"p\",\n \"ProducerAddr\": \"p\",\n \"ShowTopicName\": \"s\",\n \"MessageTracks\": []\n }\n}",
|
650
650
|
"title": "示例"
|
651
651
|
}
|
652
652
|
],
|
@@ -666,6 +666,14 @@
|
|
666
666
|
"title": "获取用户命名空间列表"
|
667
667
|
}
|
668
668
|
],
|
669
|
+
"DescribeRocketMQPublicAccessMonitorData": [
|
670
|
+
{
|
671
|
+
"document": "",
|
672
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQPublicAccessMonitorData\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"Period\": 0,\n \"MetricName\": \"abc\"\n}",
|
673
|
+
"output": "{\n \"Response\": {\n \"MetricName\": \"abc\",\n \"Period\": 0,\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"DataPoints\": [\n {\n \"Timestamps\": [\n 0\n ],\n \"Values\": [\n 0\n ]\n }\n ],\n \"Msg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
674
|
+
"title": "正常响应"
|
675
|
+
}
|
676
|
+
],
|
669
677
|
"DescribeRocketMQPublicAccessPoint": [
|
670
678
|
{
|
671
679
|
"document": "",
|
@@ -10687,7 +10687,7 @@
|
|
10687
10687
|
},
|
10688
10688
|
{
|
10689
10689
|
"disabled": false,
|
10690
|
-
"document": "源站类型,取值有:\n<li>custom:手动添加;</li>\n<li>origins:源站组。</li
|
10690
|
+
"document": "源站类型,取值有:\n<li>custom:手动添加;</li>\n<li>origins:源站组。</li>",
|
10691
10691
|
"example": "custom",
|
10692
10692
|
"member": "string",
|
10693
10693
|
"name": "OriginType",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"CreateAccelerationDomain": [
|
48
48
|
{
|
49
49
|
"document": "创建源站类型为 AWS S3,开启私有访问,鉴权算法版本为 AWS signature v2 的加速域名。",
|
50
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccelerationDomain\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"DomainName\": \"qq.com\",\n \"OriginInfo\": {\n \"OriginType\": \"AWS_S3\",\n \"Origin\": \"
|
50
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccelerationDomain\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-225qgrnvbi9w\",\n \"DomainName\": \"qq.com\",\n \"OriginInfo\": {\n \"OriginType\": \"AWS_S3\",\n \"Origin\": \"test.s3.ap-east-1.amazonaws.com\",\n \"PrivateAccess\": \"on\",\n \"PrivateParameters\": [\n {\n \"Name\": \"AccessKeyId\",\n \"Value\": \"AKIDdDva7VjFk7LQJ0X5WnbKE7mQTest\"\n },\n {\n \"Name\": \"SecretAccessKey\",\n \"Value\": \"nMirpdWhhT6bxPsaFwYM1SzQrTest\"\n },\n {\n \"Name\": \"SignatureVersion\",\n \"Value\": \"v2\"\n },\n {\n \"Name\": \"Region\",\n \"Value\": \"ap-east-1\"\n }\n ]\n }\n}",
|
51
51
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a703\"\n }\n}",
|
52
52
|
"title": "创建源站类型为 AWS S3 的加速域名"
|
53
53
|
},
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
101
|
"DescribeTRTCMarketQualityData": {
|
102
|
-
"document": "查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)\njoinSuccessRate:加入频道成功率。\njoinSuccessIn5sRate:5s内加入频道成功率。\naudioFreezeRate:音频卡顿率。\nvideoFreezeRate:视频卡顿率。\nnetworkDelay :网络延迟率。\n注意:\n1
|
102
|
+
"document": "查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)\njoinSuccessRate:加入频道成功率。\njoinSuccessIn5sRate:5s内加入频道成功率。\naudioFreezeRate:音频卡顿率。\nvideoFreezeRate:视频卡顿率。\nnetworkDelay :网络延迟率。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘[版本功能和计费说明](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
|
103
103
|
"input": "DescribeTRTCMarketQualityDataRequest",
|
104
104
|
"name": "查询TRTC数据大盘质量相关数据",
|
105
105
|
"output": "DescribeTRTCMarketQualityDataResponse",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
115
|
"DescribeTRTCMarketScaleData": {
|
116
|
-
"document": "查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)\nuserCount:通话人数,\nroomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。\npeakCurrentChannels:峰值同时在线频道数。\npeakCurrentUsers:峰值同时在线人数。\n注意:\n1
|
116
|
+
"document": "查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)\nuserCount:通话人数,\nroomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。\npeakCurrentChannels:峰值同时在线频道数。\npeakCurrentUsers:峰值同时在线人数。\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘[版本功能和计费说明](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。",
|
117
117
|
"input": "DescribeTRTCMarketScaleDataRequest",
|
118
118
|
"name": "查询TRTC数据大盘规模数据",
|
119
119
|
"output": "DescribeTRTCMarketScaleDataResponse",
|
@@ -127,7 +127,7 @@
|
|
127
127
|
"status": "online"
|
128
128
|
},
|
129
129
|
"DescribeTRTCRealTimeQualityData": {
|
130
|
-
"document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1
|
130
|
+
"document": "查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)\n-视频卡顿率\n-音频卡顿率\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘[版本功能和计费说明](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。",
|
131
131
|
"input": "DescribeTRTCRealTimeQualityDataRequest",
|
132
132
|
"name": "查询TRTC实时监控质量数据",
|
133
133
|
"output": "DescribeTRTCRealTimeQualityDataResponse",
|
@@ -141,7 +141,7 @@
|
|
141
141
|
"status": "online"
|
142
142
|
},
|
143
143
|
"DescribeTRTCRealTimeScaleData": {
|
144
|
-
"document": "查询TRTC监控仪表盘-实时监控规模指标(会返回下列指标)\n-userCount(在线用户数)\n-roomCount(在线房间数)\n注意:\n1
|
144
|
+
"document": "查询TRTC监控仪表盘-实时监控规模指标(会返回下列指标)\n-userCount(在线用户数)\n-roomCount(在线房间数)\n注意:\n1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘[版本功能和计费说明](https://cloud.tencent.com/document/product/647/81331)。\n2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。\n3.除此之外您也可以通过[订阅TRTC包月套餐](https://buy.cloud.tencent.com/trtc)尊享版或旗舰版解锁此接口的调用能力,请在开通包月套餐后,请[提交工单](https://console.cloud.tencent.com/workorder/category)联系售后解锁调用能力",
|
145
145
|
"input": "DescribeTRTCRealTimeScaleDataRequest",
|
146
146
|
"name": "查询TRTC实时监控规模数据",
|
147
147
|
"output": "DescribeTRTCRealTimeScaleDataResponse",
|