tccli 3.0.1335.1__py2.py3-none-any.whl → 3.0.1336.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +93 -0
- tccli/services/cdb/v20170320/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +7 -7
- tccli/services/cls/v20201016/api.json +10 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/iotexplorer/iotexplorer_client.py +114 -8
- tccli/services/iotexplorer/v20190423/api.json +170 -0
- tccli/services/iotexplorer/v20190423/examples.json +16 -0
- tccli/services/lke/v20231130/api.json +22 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +43 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/tcbr/v20220217/api.json +22 -0
- tccli/services/tsf/v20180326/api.json +2 -1
- {tccli-3.0.1335.1.dist-info → tccli-3.0.1336.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1335.1.dist-info → tccli-3.0.1336.1.dist-info}/RECORD +21 -21
- {tccli-3.0.1335.1.dist-info → tccli-3.0.1336.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1335.1.dist-info → tccli-3.0.1336.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1335.1.dist-info → tccli-3.0.1336.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1336.1'
|
@@ -4893,6 +4893,89 @@
|
|
4893
4893
|
],
|
4894
4894
|
"usage": "out"
|
4895
4895
|
},
|
4896
|
+
"UserGroupDTO": {
|
4897
|
+
"document": "用户组",
|
4898
|
+
"members": [
|
4899
|
+
{
|
4900
|
+
"disabled": false,
|
4901
|
+
"document": "id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4902
|
+
"example": "1",
|
4903
|
+
"member": "int64",
|
4904
|
+
"name": "Id",
|
4905
|
+
"output_required": false,
|
4906
|
+
"required": false,
|
4907
|
+
"type": "int",
|
4908
|
+
"value_allowed_null": true
|
4909
|
+
},
|
4910
|
+
{
|
4911
|
+
"disabled": false,
|
4912
|
+
"document": "用户组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
4913
|
+
"example": "云产品",
|
4914
|
+
"member": "string",
|
4915
|
+
"name": "GroupName",
|
4916
|
+
"output_required": false,
|
4917
|
+
"required": false,
|
4918
|
+
"type": "string",
|
4919
|
+
"value_allowed_null": true
|
4920
|
+
},
|
4921
|
+
{
|
4922
|
+
"disabled": false,
|
4923
|
+
"document": "父节点id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4924
|
+
"example": "1",
|
4925
|
+
"member": "int64",
|
4926
|
+
"name": "ParentId",
|
4927
|
+
"output_required": false,
|
4928
|
+
"required": false,
|
4929
|
+
"type": "int",
|
4930
|
+
"value_allowed_null": true
|
4931
|
+
},
|
4932
|
+
{
|
4933
|
+
"disabled": false,
|
4934
|
+
"document": "是否为默认\n注意:此字段可能返回 null,表示取不到有效值。",
|
4935
|
+
"example": "1",
|
4936
|
+
"member": "int64",
|
4937
|
+
"name": "IsDefault",
|
4938
|
+
"output_required": false,
|
4939
|
+
"required": false,
|
4940
|
+
"type": "int",
|
4941
|
+
"value_allowed_null": true
|
4942
|
+
},
|
4943
|
+
{
|
4944
|
+
"disabled": false,
|
4945
|
+
"document": "管理员用户id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4946
|
+
"example": "test_user",
|
4947
|
+
"member": "string",
|
4948
|
+
"name": "AdminUserId",
|
4949
|
+
"output_required": false,
|
4950
|
+
"required": false,
|
4951
|
+
"type": "string",
|
4952
|
+
"value_allowed_null": true
|
4953
|
+
},
|
4954
|
+
{
|
4955
|
+
"disabled": false,
|
4956
|
+
"document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
4957
|
+
"example": "描述",
|
4958
|
+
"member": "string",
|
4959
|
+
"name": "Description",
|
4960
|
+
"output_required": false,
|
4961
|
+
"required": false,
|
4962
|
+
"type": "string",
|
4963
|
+
"value_allowed_null": true
|
4964
|
+
},
|
4965
|
+
{
|
4966
|
+
"disabled": false,
|
4967
|
+
"document": "定位\n注意:此字段可能返回 null,表示取不到有效值。",
|
4968
|
+
"example": "1",
|
4969
|
+
"member": "int64",
|
4970
|
+
"name": "Location",
|
4971
|
+
"output_required": false,
|
4972
|
+
"required": false,
|
4973
|
+
"type": "int",
|
4974
|
+
"value_allowed_null": true
|
4975
|
+
}
|
4976
|
+
],
|
4977
|
+
"usage": "both"
|
4978
|
+
},
|
4896
4979
|
"UserIdAndUserName": {
|
4897
4980
|
"document": "用户ID和用户名",
|
4898
4981
|
"members": [
|
@@ -5569,6 +5652,16 @@
|
|
5569
5652
|
"output_required": false,
|
5570
5653
|
"type": "int",
|
5571
5654
|
"value_allowed_null": true
|
5655
|
+
},
|
5656
|
+
{
|
5657
|
+
"disabled": false,
|
5658
|
+
"document": "用户组信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
5659
|
+
"example": "[{\"Id\":1}]",
|
5660
|
+
"member": "UserGroupDTO",
|
5661
|
+
"name": "UserGroupList",
|
5662
|
+
"output_required": false,
|
5663
|
+
"type": "list",
|
5664
|
+
"value_allowed_null": true
|
5572
5665
|
}
|
5573
5666
|
],
|
5574
5667
|
"usage": "out"
|
@@ -13095,7 +13095,7 @@
|
|
13095
13095
|
},
|
13096
13096
|
{
|
13097
13097
|
"disabled": false,
|
13098
|
-
"document": "数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/
|
13098
|
+
"document": "数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/236/17493)接口获得。",
|
13099
13099
|
"example": "test_data_base",
|
13100
13100
|
"member": "string",
|
13101
13101
|
"name": "Database",
|
@@ -13123,7 +13123,7 @@
|
|
13123
13123
|
"example": "10",
|
13124
13124
|
"member": "int64",
|
13125
13125
|
"name": "TotalCount",
|
13126
|
-
"
|
13126
|
+
"output_required": true,
|
13127
13127
|
"type": "int",
|
13128
13128
|
"value_allowed_null": false
|
13129
13129
|
},
|
@@ -13133,7 +13133,7 @@
|
|
13133
13133
|
"example": "[ \"TABLE_CATALOG\", \"TABLE_SCHEMA\", ",
|
13134
13134
|
"member": "string",
|
13135
13135
|
"name": "Items",
|
13136
|
-
"
|
13136
|
+
"output_required": true,
|
13137
13137
|
"type": "list",
|
13138
13138
|
"value_allowed_null": false
|
13139
13139
|
},
|
@@ -3433,7 +3433,7 @@
|
|
3433
3433
|
"members": [
|
3434
3434
|
{
|
3435
3435
|
"disabled": false,
|
3436
|
-
"document": "文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
|
3436
|
+
"document": "文件系统 ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)",
|
3437
3437
|
"example": "cfs-4abc12343",
|
3438
3438
|
"member": "string",
|
3439
3439
|
"name": "FileSystemId",
|
@@ -3451,7 +3451,7 @@
|
|
3451
3451
|
},
|
3452
3452
|
{
|
3453
3453
|
"disabled": false,
|
3454
|
-
"document": "
|
3454
|
+
"document": "扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold",
|
3455
3455
|
"example": "80",
|
3456
3456
|
"member": "uint64",
|
3457
3457
|
"name": "TargetThreshold",
|
@@ -3460,7 +3460,7 @@
|
|
3460
3460
|
},
|
3461
3461
|
{
|
3462
3462
|
"disabled": false,
|
3463
|
-
"document": "规则状态0
|
3463
|
+
"document": "规则状态 0:关闭,1:开启;不传保留原状态",
|
3464
3464
|
"example": "0",
|
3465
3465
|
"member": "uint64",
|
3466
3466
|
"name": "Status",
|
@@ -3475,7 +3475,7 @@
|
|
3475
3475
|
"members": [
|
3476
3476
|
{
|
3477
3477
|
"disabled": false,
|
3478
|
-
"document": "文件系统
|
3478
|
+
"document": "文件系统 ID",
|
3479
3479
|
"example": "cfs-x",
|
3480
3480
|
"member": "string",
|
3481
3481
|
"name": "FileSystemId",
|
@@ -3485,7 +3485,7 @@
|
|
3485
3485
|
},
|
3486
3486
|
{
|
3487
3487
|
"disabled": false,
|
3488
|
-
"document": "规则状态0
|
3488
|
+
"document": "规则状态 0:关闭,1:开启",
|
3489
3489
|
"example": "0",
|
3490
3490
|
"member": "uint64",
|
3491
3491
|
"name": "Status",
|
@@ -3495,7 +3495,7 @@
|
|
3495
3495
|
},
|
3496
3496
|
{
|
3497
3497
|
"disabled": false,
|
3498
|
-
"document": "
|
3498
|
+
"document": "扩容阈值,范围[10-90]",
|
3499
3499
|
"example": "85",
|
3500
3500
|
"member": "uint64",
|
3501
3501
|
"name": "ScaleUpThreshold",
|
@@ -3505,7 +3505,7 @@
|
|
3505
3505
|
},
|
3506
3506
|
{
|
3507
3507
|
"disabled": false,
|
3508
|
-
"document": "
|
3508
|
+
"document": "扩容后达到阈值,范围[1-90]",
|
3509
3509
|
"example": "75",
|
3510
3510
|
"member": "uint64",
|
3511
3511
|
"name": "TargetThreshold",
|
@@ -5118,6 +5118,15 @@
|
|
5118
5118
|
"name": "Tags",
|
5119
5119
|
"required": false,
|
5120
5120
|
"type": "list"
|
5121
|
+
},
|
5122
|
+
{
|
5123
|
+
"disabled": false,
|
5124
|
+
"document": "日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid",
|
5125
|
+
"example": "user-define-34534566",
|
5126
|
+
"member": "string",
|
5127
|
+
"name": "LogsetId",
|
5128
|
+
"required": false,
|
5129
|
+
"type": "string"
|
5121
5130
|
}
|
5122
5131
|
],
|
5123
5132
|
"type": "object"
|
@@ -5131,6 +5140,7 @@
|
|
5131
5140
|
"example": "dc01b74a-49e4-11eb-b378-0242ac130002",
|
5132
5141
|
"member": "string",
|
5133
5142
|
"name": "LogsetId",
|
5143
|
+
"output_required": true,
|
5134
5144
|
"type": "string",
|
5135
5145
|
"value_allowed_null": false
|
5136
5146
|
},
|
@@ -13688,7 +13688,7 @@
|
|
13688
13688
|
},
|
13689
13689
|
{
|
13690
13690
|
"disabled": false,
|
13691
|
-
"document": "操作类型,对应的操作\n<ul><li> **CREATE** :新增员工</li>\n<li> **UPDATE**
|
13691
|
+
"document": "操作类型,对应的操作\n<ul><li> **CREATE** :新增员工</li>\n<li> **UPDATE** :修改员工(仅支持修改未实名员工的信息,如果已经实名并加入企业的员工基础信息修改需要到小程序中进行)</li>\n<li> **RESIGN** :离职员工</li></ul>",
|
13692
13692
|
"example": "RESIGN",
|
13693
13693
|
"member": "string",
|
13694
13694
|
"name": "OperatorType",
|
@@ -277,7 +277,7 @@ def doDescribeFirmwareUpdateStatus(args, parsed_globals):
|
|
277
277
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
278
278
|
|
279
279
|
|
280
|
-
def
|
280
|
+
def doDescribeAISearchTaskAsync(args, parsed_globals):
|
281
281
|
g_param = parse_global_arg(parsed_globals)
|
282
282
|
|
283
283
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -306,11 +306,11 @@ def doDescribeDevice(args, parsed_globals):
|
|
306
306
|
client = mod.IotexplorerClient(cred, g_param[OptionsDefine.Region], profile)
|
307
307
|
client._sdkVersion += ("_CLI_" + __version__)
|
308
308
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
309
|
-
model = models.
|
309
|
+
model = models.DescribeAISearchTaskAsyncRequest()
|
310
310
|
model.from_json_string(json.dumps(args))
|
311
311
|
start_time = time.time()
|
312
312
|
while True:
|
313
|
-
rsp = client.
|
313
|
+
rsp = client.DescribeAISearchTaskAsync(model)
|
314
314
|
result = rsp.to_json_string()
|
315
315
|
try:
|
316
316
|
json_obj = json.loads(result)
|
@@ -1785,6 +1785,58 @@ def doModifyLoRaGateway(args, parsed_globals):
|
|
1785
1785
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1786
1786
|
|
1787
1787
|
|
1788
|
+
def doDescribeDevice(args, parsed_globals):
|
1789
|
+
g_param = parse_global_arg(parsed_globals)
|
1790
|
+
|
1791
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
1792
|
+
cred = credential.CVMRoleCredential()
|
1793
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
1794
|
+
cred = credential.STSAssumeRoleCredential(
|
1795
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
1796
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
1797
|
+
)
|
1798
|
+
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):
|
1799
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
1800
|
+
else:
|
1801
|
+
cred = credential.Credential(
|
1802
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
1803
|
+
)
|
1804
|
+
http_profile = HttpProfile(
|
1805
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
1806
|
+
reqMethod="POST",
|
1807
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
1808
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
1809
|
+
)
|
1810
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
1811
|
+
if g_param[OptionsDefine.Language]:
|
1812
|
+
profile.language = g_param[OptionsDefine.Language]
|
1813
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
1814
|
+
client = mod.IotexplorerClient(cred, g_param[OptionsDefine.Region], profile)
|
1815
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
1816
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1817
|
+
model = models.DescribeDeviceRequest()
|
1818
|
+
model.from_json_string(json.dumps(args))
|
1819
|
+
start_time = time.time()
|
1820
|
+
while True:
|
1821
|
+
rsp = client.DescribeDevice(model)
|
1822
|
+
result = rsp.to_json_string()
|
1823
|
+
try:
|
1824
|
+
json_obj = json.loads(result)
|
1825
|
+
except TypeError as e:
|
1826
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
1827
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
1828
|
+
break
|
1829
|
+
cur_time = time.time()
|
1830
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
1831
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1832
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1833
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1834
|
+
else:
|
1835
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1836
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1837
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1838
|
+
|
1839
|
+
|
1788
1840
|
def doControlDeviceData(args, parsed_globals):
|
1789
1841
|
g_param = parse_global_arg(parsed_globals)
|
1790
1842
|
|
@@ -3917,7 +3969,7 @@ def doDescribeCloudStorageStreamData(args, parsed_globals):
|
|
3917
3969
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3918
3970
|
|
3919
3971
|
|
3920
|
-
def
|
3972
|
+
def doCreateAISearchTaskAsync(args, parsed_globals):
|
3921
3973
|
g_param = parse_global_arg(parsed_globals)
|
3922
3974
|
|
3923
3975
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -3946,11 +3998,11 @@ def doGetDeviceSumStatistics(args, parsed_globals):
|
|
3946
3998
|
client = mod.IotexplorerClient(cred, g_param[OptionsDefine.Region], profile)
|
3947
3999
|
client._sdkVersion += ("_CLI_" + __version__)
|
3948
4000
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3949
|
-
model = models.
|
4001
|
+
model = models.CreateAISearchTaskAsyncRequest()
|
3950
4002
|
model.from_json_string(json.dumps(args))
|
3951
4003
|
start_time = time.time()
|
3952
4004
|
while True:
|
3953
|
-
rsp = client.
|
4005
|
+
rsp = client.CreateAISearchTaskAsync(model)
|
3954
4006
|
result = rsp.to_json_string()
|
3955
4007
|
try:
|
3956
4008
|
json_obj = json.loads(result)
|
@@ -7141,6 +7193,58 @@ def doDescribeStudioProduct(args, parsed_globals):
|
|
7141
7193
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
7142
7194
|
|
7143
7195
|
|
7196
|
+
def doGetDeviceSumStatistics(args, parsed_globals):
|
7197
|
+
g_param = parse_global_arg(parsed_globals)
|
7198
|
+
|
7199
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
7200
|
+
cred = credential.CVMRoleCredential()
|
7201
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
7202
|
+
cred = credential.STSAssumeRoleCredential(
|
7203
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
7204
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
7205
|
+
)
|
7206
|
+
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):
|
7207
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
7208
|
+
else:
|
7209
|
+
cred = credential.Credential(
|
7210
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
7211
|
+
)
|
7212
|
+
http_profile = HttpProfile(
|
7213
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
7214
|
+
reqMethod="POST",
|
7215
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
7216
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
7217
|
+
)
|
7218
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
7219
|
+
if g_param[OptionsDefine.Language]:
|
7220
|
+
profile.language = g_param[OptionsDefine.Language]
|
7221
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
7222
|
+
client = mod.IotexplorerClient(cred, g_param[OptionsDefine.Region], profile)
|
7223
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
7224
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
7225
|
+
model = models.GetDeviceSumStatisticsRequest()
|
7226
|
+
model.from_json_string(json.dumps(args))
|
7227
|
+
start_time = time.time()
|
7228
|
+
while True:
|
7229
|
+
rsp = client.GetDeviceSumStatistics(model)
|
7230
|
+
result = rsp.to_json_string()
|
7231
|
+
try:
|
7232
|
+
json_obj = json.loads(result)
|
7233
|
+
except TypeError as e:
|
7234
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
7235
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
7236
|
+
break
|
7237
|
+
cur_time = time.time()
|
7238
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
7239
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
7240
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
7241
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
7242
|
+
else:
|
7243
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
7244
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
7245
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
7246
|
+
|
7247
|
+
|
7144
7248
|
def doDescribePositionFenceList(args, parsed_globals):
|
7145
7249
|
g_param = parse_global_arg(parsed_globals)
|
7146
7250
|
|
@@ -8665,7 +8769,7 @@ ACTION_MAP = {
|
|
8665
8769
|
"ModifyStudioProduct": doModifyStudioProduct,
|
8666
8770
|
"DescribeDevicePackages": doDescribeDevicePackages,
|
8667
8771
|
"DescribeFirmwareUpdateStatus": doDescribeFirmwareUpdateStatus,
|
8668
|
-
"
|
8772
|
+
"DescribeAISearchTaskAsync": doDescribeAISearchTaskAsync,
|
8669
8773
|
"DescribeP2PRoute": doDescribeP2PRoute,
|
8670
8774
|
"DescribeCloudStorageEventsWithAITasks": doDescribeCloudStorageEventsWithAITasks,
|
8671
8775
|
"DescribeTopicPolicy": doDescribeTopicPolicy,
|
@@ -8694,6 +8798,7 @@ ACTION_MAP = {
|
|
8694
8798
|
"DescribeActivateDevice": doDescribeActivateDevice,
|
8695
8799
|
"DescribeBindedProducts": doDescribeBindedProducts,
|
8696
8800
|
"ModifyLoRaGateway": doModifyLoRaGateway,
|
8801
|
+
"DescribeDevice": doDescribeDevice,
|
8697
8802
|
"ControlDeviceData": doControlDeviceData,
|
8698
8803
|
"DescribeUnbindedDevices": doDescribeUnbindedDevices,
|
8699
8804
|
"CreateIotVideoCloudStorage": doCreateIotVideoCloudStorage,
|
@@ -8735,7 +8840,7 @@ ACTION_MAP = {
|
|
8735
8840
|
"DescribeCloudStorageMultiThumbnail": doDescribeCloudStorageMultiThumbnail,
|
8736
8841
|
"CallDeviceActionAsync": doCallDeviceActionAsync,
|
8737
8842
|
"DescribeCloudStorageStreamData": doDescribeCloudStorageStreamData,
|
8738
|
-
"
|
8843
|
+
"CreateAISearchTaskAsync": doCreateAISearchTaskAsync,
|
8739
8844
|
"DeleteProject": doDeleteProject,
|
8740
8845
|
"DescribeCloudStorageAIServiceTask": doDescribeCloudStorageAIServiceTask,
|
8741
8846
|
"DescribeTopicRule": doDescribeTopicRule,
|
@@ -8797,6 +8902,7 @@ ACTION_MAP = {
|
|
8797
8902
|
"ModifyPositionFence": doModifyPositionFence,
|
8798
8903
|
"InvokeTWeSeeRecognitionTask": doInvokeTWeSeeRecognitionTask,
|
8799
8904
|
"DescribeStudioProduct": doDescribeStudioProduct,
|
8905
|
+
"GetDeviceSumStatistics": doGetDeviceSumStatistics,
|
8800
8906
|
"DescribePositionFenceList": doDescribePositionFenceList,
|
8801
8907
|
"DeleteLoRaFrequency": doDeleteLoRaFrequency,
|
8802
8908
|
"DescribePackageConsumeTask": doDescribePackageConsumeTask,
|
@@ -70,6 +70,13 @@
|
|
70
70
|
"output": "ControlDeviceDataResponse",
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
|
+
"CreateAISearchTaskAsync": {
|
74
|
+
"document": "创建视频语义异步搜索任务",
|
75
|
+
"input": "CreateAISearchTaskAsyncRequest",
|
76
|
+
"name": "创建异步视频语义搜索任务",
|
77
|
+
"output": "CreateAISearchTaskAsyncResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
73
80
|
"CreateBatchProduction": {
|
74
81
|
"document": "用于新建批量生产设备",
|
75
82
|
"input": "CreateBatchProductionRequest",
|
@@ -287,6 +294,13 @@
|
|
287
294
|
"output": "DeleteTopicRuleResponse",
|
288
295
|
"status": "online"
|
289
296
|
},
|
297
|
+
"DescribeAISearchTaskAsync": {
|
298
|
+
"document": "获取视频语义异步搜索任务详情",
|
299
|
+
"input": "DescribeAISearchTaskAsyncRequest",
|
300
|
+
"name": "获取异步视频语义搜索任务详情",
|
301
|
+
"output": "DescribeAISearchTaskAsyncResponse",
|
302
|
+
"status": "online"
|
303
|
+
},
|
290
304
|
"DescribeActivateDevice": {
|
291
305
|
"document": "获取设备激活详情",
|
292
306
|
"input": "DescribeActivateDeviceRequest",
|
@@ -1170,6 +1184,42 @@
|
|
1170
1184
|
"serviceShortName": "iotexplorer"
|
1171
1185
|
},
|
1172
1186
|
"objects": {
|
1187
|
+
"AISearchInfo": {
|
1188
|
+
"document": "AI视频搜索结果结构体。",
|
1189
|
+
"members": [
|
1190
|
+
{
|
1191
|
+
"disabled": false,
|
1192
|
+
"document": "基于搜索结果的总结",
|
1193
|
+
"example": "What happened on April 1st",
|
1194
|
+
"member": "string",
|
1195
|
+
"name": "Summary",
|
1196
|
+
"output_required": false,
|
1197
|
+
"type": "string",
|
1198
|
+
"value_allowed_null": false
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"disabled": false,
|
1202
|
+
"document": "视频结果集",
|
1203
|
+
"example": "无",
|
1204
|
+
"member": "TargetInfo",
|
1205
|
+
"name": "Targets",
|
1206
|
+
"output_required": false,
|
1207
|
+
"type": "list",
|
1208
|
+
"value_allowed_null": false
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"disabled": false,
|
1212
|
+
"document": "视频回放URL",
|
1213
|
+
"example": "https://domain.com/video.m3u8",
|
1214
|
+
"member": "string",
|
1215
|
+
"name": "VideoURL",
|
1216
|
+
"output_required": false,
|
1217
|
+
"type": "string",
|
1218
|
+
"value_allowed_null": false
|
1219
|
+
}
|
1220
|
+
],
|
1221
|
+
"usage": "out"
|
1222
|
+
},
|
1173
1223
|
"ActivateDeviceInfo": {
|
1174
1224
|
"document": "设备激活详情信息",
|
1175
1225
|
"members": [
|
@@ -2814,6 +2864,79 @@
|
|
2814
2864
|
],
|
2815
2865
|
"usage": "out"
|
2816
2866
|
},
|
2867
|
+
"CreateAISearchTaskAsyncRequest": {
|
2868
|
+
"document": "CreateAISearchTaskAsync请求参数结构体",
|
2869
|
+
"members": [
|
2870
|
+
{
|
2871
|
+
"disabled": false,
|
2872
|
+
"document": "产品ID",
|
2873
|
+
"example": "MVTYMD8YCD",
|
2874
|
+
"member": "string",
|
2875
|
+
"name": "ProductId",
|
2876
|
+
"required": true,
|
2877
|
+
"type": "string"
|
2878
|
+
},
|
2879
|
+
{
|
2880
|
+
"disabled": false,
|
2881
|
+
"document": "设备名称",
|
2882
|
+
"example": "dev001",
|
2883
|
+
"member": "string",
|
2884
|
+
"name": "DeviceName",
|
2885
|
+
"required": true,
|
2886
|
+
"type": "string"
|
2887
|
+
},
|
2888
|
+
{
|
2889
|
+
"disabled": false,
|
2890
|
+
"document": "自然语言查询",
|
2891
|
+
"example": "今天发生了什么?",
|
2892
|
+
"member": "string",
|
2893
|
+
"name": "Query",
|
2894
|
+
"required": true,
|
2895
|
+
"type": "string"
|
2896
|
+
},
|
2897
|
+
{
|
2898
|
+
"disabled": false,
|
2899
|
+
"document": "搜索结果总结的语言类型,支持的类型有:en-US、zh-CN、id-ID、th-TH",
|
2900
|
+
"example": "zh-CN",
|
2901
|
+
"member": "string",
|
2902
|
+
"name": "SummaryLang",
|
2903
|
+
"required": false,
|
2904
|
+
"type": "string"
|
2905
|
+
},
|
2906
|
+
{
|
2907
|
+
"disabled": false,
|
2908
|
+
"document": "通道ID",
|
2909
|
+
"example": "0",
|
2910
|
+
"member": "uint64",
|
2911
|
+
"name": "ChannelId",
|
2912
|
+
"required": false,
|
2913
|
+
"type": "int"
|
2914
|
+
}
|
2915
|
+
],
|
2916
|
+
"type": "object"
|
2917
|
+
},
|
2918
|
+
"CreateAISearchTaskAsyncResponse": {
|
2919
|
+
"document": "CreateAISearchTaskAsync返回参数结构体",
|
2920
|
+
"members": [
|
2921
|
+
{
|
2922
|
+
"disabled": false,
|
2923
|
+
"document": "任务ID",
|
2924
|
+
"example": "task_0001",
|
2925
|
+
"member": "string",
|
2926
|
+
"name": "TaskId",
|
2927
|
+
"output_required": false,
|
2928
|
+
"type": "string",
|
2929
|
+
"value_allowed_null": false
|
2930
|
+
},
|
2931
|
+
{
|
2932
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2933
|
+
"member": "string",
|
2934
|
+
"name": "RequestId",
|
2935
|
+
"type": "string"
|
2936
|
+
}
|
2937
|
+
],
|
2938
|
+
"type": "object"
|
2939
|
+
},
|
2817
2940
|
"CreateBatchProductionRequest": {
|
2818
2941
|
"document": "CreateBatchProduction请求参数结构体",
|
2819
2942
|
"members": [
|
@@ -4825,6 +4948,53 @@
|
|
4825
4948
|
],
|
4826
4949
|
"type": "object"
|
4827
4950
|
},
|
4951
|
+
"DescribeAISearchTaskAsyncRequest": {
|
4952
|
+
"document": "DescribeAISearchTaskAsync请求参数结构体",
|
4953
|
+
"members": [
|
4954
|
+
{
|
4955
|
+
"disabled": false,
|
4956
|
+
"document": "任务ID",
|
4957
|
+
"example": "task_0001",
|
4958
|
+
"member": "string",
|
4959
|
+
"name": "TaskId",
|
4960
|
+
"required": true,
|
4961
|
+
"type": "string"
|
4962
|
+
}
|
4963
|
+
],
|
4964
|
+
"type": "object"
|
4965
|
+
},
|
4966
|
+
"DescribeAISearchTaskAsyncResponse": {
|
4967
|
+
"document": "DescribeAISearchTaskAsync返回参数结构体",
|
4968
|
+
"members": [
|
4969
|
+
{
|
4970
|
+
"disabled": false,
|
4971
|
+
"document": "状态。0-初始状态;1-正在处理;2-处理失败;3-成功",
|
4972
|
+
"example": "OK",
|
4973
|
+
"member": "int64",
|
4974
|
+
"name": "Status",
|
4975
|
+
"output_required": false,
|
4976
|
+
"type": "int",
|
4977
|
+
"value_allowed_null": false
|
4978
|
+
},
|
4979
|
+
{
|
4980
|
+
"disabled": false,
|
4981
|
+
"document": "任务处理结果数据",
|
4982
|
+
"example": "无",
|
4983
|
+
"member": "AISearchInfo",
|
4984
|
+
"name": "Data",
|
4985
|
+
"output_required": false,
|
4986
|
+
"type": "object",
|
4987
|
+
"value_allowed_null": false
|
4988
|
+
},
|
4989
|
+
{
|
4990
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4991
|
+
"member": "string",
|
4992
|
+
"name": "RequestId",
|
4993
|
+
"type": "string"
|
4994
|
+
}
|
4995
|
+
],
|
4996
|
+
"type": "object"
|
4997
|
+
},
|
4828
4998
|
"DescribeActivateDeviceRequest": {
|
4829
4999
|
"document": "DescribeActivateDevice请求参数结构体",
|
4830
5000
|
"members": [
|
@@ -104,6 +104,14 @@
|
|
104
104
|
"title": "设备不在线时或未订阅相关 Topic 时,设置设备数据"
|
105
105
|
}
|
106
106
|
],
|
107
|
+
"CreateAISearchTaskAsync": [
|
108
|
+
{
|
109
|
+
"document": "",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAISearchTaskAsync\n\n{\n \"ProductId\": \"MVTYMD8YCD\",\n \"DeviceName\": \"dev001\",\n \"Query\": \"What happened on April 1st\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a9a9d232-01c0-494a-baa3-57c384463c3f\",\n \"TaskId\": \"task_0001\"\n }\n}",
|
112
|
+
"title": "创建视频语义异步搜索任务"
|
113
|
+
}
|
114
|
+
],
|
107
115
|
"CreateBatchProduction": [
|
108
116
|
{
|
109
117
|
"document": "使用上传文件 url 的方式进行量产",
|
@@ -406,6 +414,14 @@
|
|
406
414
|
"title": "删除规则"
|
407
415
|
}
|
408
416
|
],
|
417
|
+
"DescribeAISearchTaskAsync": [
|
418
|
+
{
|
419
|
+
"document": "",
|
420
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAISearchTaskAsync\n\n{\n \"TaskId\": \"task_0001\"\n}",
|
421
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a9a9d232-01c0-494a-baa3-57c384463c3f\",\n \"Status\": 3,\n \"Data\": {\n \"Summary\": \"Nine videos captured various scenes on April 1st, showcasing pets eating and playing, a peaceful baby interaction, a resting child, and diligent workers like cleaners and delivery men, all without any safety concerns.\",\n \"Targets\": [\n {\n \"ProductId\": \"MVTYMD8YCD\",\n \"DeviceName\": \"dev001\",\n \"StartTimeMs\": 1743456533000,\n \"EndTimeMs\": 1743456543000,\n \"EventId\": \"alarm\",\n \"Summary\": \"Two cats and a dog eating\"\n }\n ]\n }\n }\n}",
|
422
|
+
"title": "获取视频语义异步搜索任务详情"
|
423
|
+
}
|
424
|
+
],
|
409
425
|
"DescribeActivateDevice": [
|
410
426
|
{
|
411
427
|
"document": "",
|
@@ -8680,6 +8680,17 @@
|
|
8680
8680
|
"required": false,
|
8681
8681
|
"type": "string",
|
8682
8682
|
"value_allowed_null": true
|
8683
|
+
},
|
8684
|
+
{
|
8685
|
+
"disabled": false,
|
8686
|
+
"document": "是否共享知识库类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
8687
|
+
"example": "无",
|
8688
|
+
"member": "bool",
|
8689
|
+
"name": "IsSharedKnowledge",
|
8690
|
+
"output_required": false,
|
8691
|
+
"required": false,
|
8692
|
+
"type": "bool",
|
8693
|
+
"value_allowed_null": true
|
8683
8694
|
}
|
8684
8695
|
],
|
8685
8696
|
"usage": "both"
|
@@ -12559,8 +12570,8 @@
|
|
12559
12570
|
},
|
12560
12571
|
{
|
12561
12572
|
"disabled": false,
|
12562
|
-
"document": "
|
12563
|
-
"example": "
|
12573
|
+
"document": "标签适用范围,需要传参为1",
|
12574
|
+
"example": "1",
|
12564
12575
|
"member": "uint64",
|
12565
12576
|
"name": "AttrRange",
|
12566
12577
|
"required": true,
|
@@ -12637,6 +12648,15 @@
|
|
12637
12648
|
"name": "CateBizId",
|
12638
12649
|
"required": false,
|
12639
12650
|
"type": "string"
|
12651
|
+
},
|
12652
|
+
{
|
12653
|
+
"disabled": false,
|
12654
|
+
"document": "是否可下载,IsRefer为true并且ReferUrlType为0时,该值才有意义",
|
12655
|
+
"example": "false",
|
12656
|
+
"member": "bool",
|
12657
|
+
"name": "IsDownload",
|
12658
|
+
"required": false,
|
12659
|
+
"type": "bool"
|
12640
12660
|
}
|
12641
12661
|
],
|
12642
12662
|
"type": "object"
|
@@ -4959,6 +4959,58 @@ def doUnbindPrometheusManagedGrafana(args, parsed_globals):
|
|
4959
4959
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
4960
4960
|
|
4961
4961
|
|
4962
|
+
def doDeleteAlarmShields(args, parsed_globals):
|
4963
|
+
g_param = parse_global_arg(parsed_globals)
|
4964
|
+
|
4965
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
4966
|
+
cred = credential.CVMRoleCredential()
|
4967
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
4968
|
+
cred = credential.STSAssumeRoleCredential(
|
4969
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
4970
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
4971
|
+
)
|
4972
|
+
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):
|
4973
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
4974
|
+
else:
|
4975
|
+
cred = credential.Credential(
|
4976
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
4977
|
+
)
|
4978
|
+
http_profile = HttpProfile(
|
4979
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
4980
|
+
reqMethod="POST",
|
4981
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
4982
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
4983
|
+
)
|
4984
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
4985
|
+
if g_param[OptionsDefine.Language]:
|
4986
|
+
profile.language = g_param[OptionsDefine.Language]
|
4987
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
4988
|
+
client = mod.MonitorClient(cred, g_param[OptionsDefine.Region], profile)
|
4989
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
4990
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
4991
|
+
model = models.DeleteAlarmShieldsRequest()
|
4992
|
+
model.from_json_string(json.dumps(args))
|
4993
|
+
start_time = time.time()
|
4994
|
+
while True:
|
4995
|
+
rsp = client.DeleteAlarmShields(model)
|
4996
|
+
result = rsp.to_json_string()
|
4997
|
+
try:
|
4998
|
+
json_obj = json.loads(result)
|
4999
|
+
except TypeError as e:
|
5000
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
5001
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
5002
|
+
break
|
5003
|
+
cur_time = time.time()
|
5004
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
5005
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
5006
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
5007
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
5008
|
+
else:
|
5009
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
5010
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
5011
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
5012
|
+
|
5013
|
+
|
4962
5014
|
def doDescribeExporterIntegrations(args, parsed_globals):
|
4963
5015
|
g_param = parse_global_arg(parsed_globals)
|
4964
5016
|
|
@@ -8759,6 +8811,7 @@ ACTION_MAP = {
|
|
8759
8811
|
"GetTopNMonitorData": doGetTopNMonitorData,
|
8760
8812
|
"ModifyPrometheusTemp": doModifyPrometheusTemp,
|
8761
8813
|
"UnbindPrometheusManagedGrafana": doUnbindPrometheusManagedGrafana,
|
8814
|
+
"DeleteAlarmShields": doDeleteAlarmShields,
|
8762
8815
|
"DescribeExporterIntegrations": doDescribeExporterIntegrations,
|
8763
8816
|
"DescribeInstalledPlugins": doDescribeInstalledPlugins,
|
8764
8817
|
"DescribePrometheusGlobalNotification": doDescribePrometheusGlobalNotification,
|
@@ -210,6 +210,13 @@
|
|
210
210
|
"output": "DeleteAlarmPolicyResponse",
|
211
211
|
"status": "online"
|
212
212
|
},
|
213
|
+
"DeleteAlarmShields": {
|
214
|
+
"document": "删除告警屏蔽规则",
|
215
|
+
"input": "DeleteAlarmShieldsRequest",
|
216
|
+
"name": "删除告警屏蔽规则",
|
217
|
+
"output": "DeleteAlarmShieldsResponse",
|
218
|
+
"status": "online"
|
219
|
+
},
|
213
220
|
"DeleteAlertRules": {
|
214
221
|
"document": "批量删除 Prometheus 报警规则",
|
215
222
|
"input": "DeleteAlertRulesRequest",
|
@@ -5668,6 +5675,42 @@
|
|
5668
5675
|
],
|
5669
5676
|
"type": "object"
|
5670
5677
|
},
|
5678
|
+
"DeleteAlarmShieldsRequest": {
|
5679
|
+
"document": "DeleteAlarmShields请求参数结构体",
|
5680
|
+
"members": [
|
5681
|
+
{
|
5682
|
+
"disabled": false,
|
5683
|
+
"document": "模块名,这里填“monitor”",
|
5684
|
+
"example": "monitor",
|
5685
|
+
"member": "string",
|
5686
|
+
"name": "Module",
|
5687
|
+
"required": true,
|
5688
|
+
"type": "string"
|
5689
|
+
},
|
5690
|
+
{
|
5691
|
+
"disabled": false,
|
5692
|
+
"document": "屏蔽策略Id列表",
|
5693
|
+
"example": "[\"Shield-2a2818gxe6\"]",
|
5694
|
+
"member": "string",
|
5695
|
+
"name": "Shields",
|
5696
|
+
"required": true,
|
5697
|
+
"type": "list"
|
5698
|
+
}
|
5699
|
+
],
|
5700
|
+
"type": "object"
|
5701
|
+
},
|
5702
|
+
"DeleteAlarmShieldsResponse": {
|
5703
|
+
"document": "DeleteAlarmShields返回参数结构体",
|
5704
|
+
"members": [
|
5705
|
+
{
|
5706
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5707
|
+
"member": "string",
|
5708
|
+
"name": "RequestId",
|
5709
|
+
"type": "string"
|
5710
|
+
}
|
5711
|
+
],
|
5712
|
+
"type": "object"
|
5713
|
+
},
|
5671
5714
|
"DeleteAlertRulesRequest": {
|
5672
5715
|
"document": "DeleteAlertRules请求参数结构体",
|
5673
5716
|
"members": [
|
@@ -378,6 +378,14 @@
|
|
378
378
|
"title": "删除告警策略"
|
379
379
|
}
|
380
380
|
],
|
381
|
+
"DeleteAlarmShields": [
|
382
|
+
{
|
383
|
+
"document": "",
|
384
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAlarmShields\n<公共请求参数>\n\n{\n \"Shields\": [\n \"xx\"\n ],\n \"Module\": \"xx\"\n}",
|
385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"29ghj2hh-45-266627r66hheh-23\"\n }\n}",
|
386
|
+
"title": "删除告警屏蔽规则"
|
387
|
+
}
|
388
|
+
],
|
381
389
|
"DeleteAlertRules": [
|
382
390
|
{
|
383
391
|
"document": "",
|
@@ -5298,7 +5298,7 @@
|
|
5298
5298
|
},
|
5299
5299
|
{
|
5300
5300
|
"disabled": false,
|
5301
|
-
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\
|
5301
|
+
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模版\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板",
|
5302
5302
|
"example": "General",
|
5303
5303
|
"member": "string",
|
5304
5304
|
"name": "ConfigId",
|
@@ -1757,6 +1757,28 @@
|
|
1757
1757
|
"required": false,
|
1758
1758
|
"type": "list",
|
1759
1759
|
"value_allowed_null": false
|
1760
|
+
},
|
1761
|
+
{
|
1762
|
+
"disabled": false,
|
1763
|
+
"document": "Dockerfile EntryPoint 参数",
|
1764
|
+
"example": "[\"echo\", \"test\"]",
|
1765
|
+
"member": "string",
|
1766
|
+
"name": "EntryPoint",
|
1767
|
+
"output_required": false,
|
1768
|
+
"required": false,
|
1769
|
+
"type": "list",
|
1770
|
+
"value_allowed_null": false
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"disabled": false,
|
1774
|
+
"document": "Dockerfile Cmd 参数",
|
1775
|
+
"example": "[\"echo\", \"test\"]",
|
1776
|
+
"member": "string",
|
1777
|
+
"name": "Cmd",
|
1778
|
+
"output_required": false,
|
1779
|
+
"required": false,
|
1780
|
+
"type": "list",
|
1781
|
+
"value_allowed_null": false
|
1760
1782
|
}
|
1761
1783
|
],
|
1762
1784
|
"usage": "both"
|
@@ -11775,9 +11775,10 @@
|
|
11775
11775
|
{
|
11776
11776
|
"disabled": false,
|
11777
11777
|
"document": "限流结果",
|
11778
|
-
"example": "
|
11778
|
+
"example": "无",
|
11779
11779
|
"member": "ApiRateLimitRule",
|
11780
11780
|
"name": "Result",
|
11781
|
+
"output_required": true,
|
11781
11782
|
"type": "list",
|
11782
11783
|
"value_allowed_null": false
|
11783
11784
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1336.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.1336
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256
|
1
|
+
tccli/__init__.py,sha256=-JSnTQLVcVE85dcCTrp0sQKTTxGhxuSTQ2BrcQz5wEs,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -143,7 +143,7 @@ tccli/services/bh/v20230418/api.json,sha256=92BojPQYdQzZbESvWx08OUq_79WlUXC49tmP
|
|
143
143
|
tccli/services/bh/v20230418/examples.json,sha256=pV2iDMXWj8-rGu1HmIFHGzGdNV4ckdazo3bF2qNLIlM,79456
|
144
144
|
tccli/services/bi/__init__.py,sha256=Spp7MdXcW1J-2jUPyNqqn8H5FgFXyTVCaIjR6jqp72I,83
|
145
145
|
tccli/services/bi/bi_client.py,sha256=89jBQoCVUr0vXWeI-oBnJIeMd0x4mpucbC1aYoT8vSY,80198
|
146
|
-
tccli/services/bi/v20220105/api.json,sha256=
|
146
|
+
tccli/services/bi/v20220105/api.json,sha256=GfENmajWsV2YRAGM6qFXsJugwFwOsHRv4wKcrjbuDmM,182908
|
147
147
|
tccli/services/bi/v20220105/examples.json,sha256=IBkuIzHHHU_Bi-C9mptjBQbtX74QM9Y9H5rzWFD7eB4,32780
|
148
148
|
tccli/services/billing/__init__.py,sha256=nXe5kwm1G0HeH0itxncDA2xjwgaXNuqihS3NdFYZyR0,93
|
149
149
|
tccli/services/billing/billing_client.py,sha256=e0ABdKJT7PsIdZsaJpYbNiMnSdFRvFqTTDh1RfL1EzQ,181095
|
@@ -223,7 +223,7 @@ tccli/services/ccc/v20200210/api.json,sha256=82lN-M9T_IBBY4gmq3iT1qjZ4NxmDu4e_re
|
|
223
223
|
tccli/services/ccc/v20200210/examples.json,sha256=r2n1zfJdPHwngFbtNgqe1DPZyLM2R4nprR4Nk299LqQ,68821
|
224
224
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
225
225
|
tccli/services/cdb/cdb_client.py,sha256=YxXLcVSJWNG6ktv2P4xSRkaVihIex3_0WkEIXSC45EE,542417
|
226
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
226
|
+
tccli/services/cdb/v20170320/api.json,sha256=lVhaLacqtQkX6qIsVwYdEU76Z6i6pJcQr3XFI6foRxs,773933
|
227
227
|
tccli/services/cdb/v20170320/examples.json,sha256=jf0hpyRDt-K2N07laoxwe077_UzxyQEGCYUSem8LTxc,170353
|
228
228
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
229
229
|
tccli/services/cdc/cdc_client.py,sha256=vm_lqOzTBqCIgnOgFnvJofiuYgix_WuRB5Zjrgjm5b8,77997
|
@@ -259,7 +259,7 @@ tccli/services/cfg/v20210820/api.json,sha256=BkDXx6GiZGMv94v8nyOM0rut_u1441koELA
|
|
259
259
|
tccli/services/cfg/v20210820/examples.json,sha256=FtRok_PmGICP6v8DvHTc8gG4d0aZvUVKKTCf4NFZxYM,66763
|
260
260
|
tccli/services/cfs/__init__.py,sha256=VecrEhD_8cXfLCyCp9tLj9wbK9uN67huo5TyZPczt3w,85
|
261
261
|
tccli/services/cfs/cfs_client.py,sha256=Eya8IK21KHrn3qvo31NY_MPP9ezRIuJ5nCMMoc21jko,142484
|
262
|
-
tccli/services/cfs/v20190719/api.json,sha256=
|
262
|
+
tccli/services/cfs/v20190719/api.json,sha256=hmwxRn73M9YUu4Jy5UIaN5IuyxD0ci041IJrLo_flY4,168090
|
263
263
|
tccli/services/cfs/v20190719/examples.json,sha256=Ppw-SJyVvjZSjwyP1lO5UcGEAFAmWWGXppAvWBowlho,34213
|
264
264
|
tccli/services/cfw/__init__.py,sha256=2hNwXcNofHJCalk9HHEbOcgYz6XKuYmZk_iBroa5YsY,85
|
265
265
|
tccli/services/cfw/cfw_client.py,sha256=N200bCc_VCgRJ9rnTFbhmnuecls6t8QcIlV74xSlQCk,359579
|
@@ -319,7 +319,7 @@ tccli/services/cloudstudio/v20230508/api.json,sha256=XpMQtPxoc7Yf50dXUjbFsfTIjTi
|
|
319
319
|
tccli/services/cloudstudio/v20230508/examples.json,sha256=rCX90ZBO7QdGd1uXPQBGlLsz-ncTN74qY6h5JoygFG4,5772
|
320
320
|
tccli/services/cls/__init__.py,sha256=emWEmdULub91gG47BRE9u44cHrFt8L4KRduipQx_MfQ,85
|
321
321
|
tccli/services/cls/cls_client.py,sha256=YET0ZSZaY1WvYTQnfh9N5KRzWfc1FWArpTbqb4uFNdk,358228
|
322
|
-
tccli/services/cls/v20201016/api.json,sha256=
|
322
|
+
tccli/services/cls/v20201016/api.json,sha256=ibcwnG2jSpa6SBFdUr16o36tbAUbKspnRo1RFia1Swo,599056
|
323
323
|
tccli/services/cls/v20201016/examples.json,sha256=nsIU6a2DE9C3wJkV-nAA5ybqO08yZso3cfibFa-mMKk,223557
|
324
324
|
tccli/services/cme/__init__.py,sha256=JUEIsQ1dWJHSubFZl7yjNuEMYMdDiyVRMv7YUiZcz4s,85
|
325
325
|
tccli/services/cme/cme_client.py,sha256=p9r6vilE1ho9gjfGuxj43OtOY-ZpytsWqJkAotCQc2I,160356
|
@@ -477,7 +477,7 @@ tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p
|
|
477
477
|
tccli/services/essbasic/essbasic_client.py,sha256=9q2ENiAktrsBgpx-xNx6e9wkjn1Ey8JQcely95YjdYQ,452378
|
478
478
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
479
479
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
480
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
480
|
+
tccli/services/essbasic/v20210526/api.json,sha256=C9ANiX98YuYOTSn5BJcHlTv4nUbnEYxR5qyWANoCrTs,788343
|
481
481
|
tccli/services/essbasic/v20210526/examples.json,sha256=wGM9yUvFslcnnlpFXuRZAoSsoIQnf3I-ODdebCx9B_Q,527895
|
482
482
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
483
483
|
tccli/services/facefusion/facefusion_client.py,sha256=OK0ZKLEKnBcxnu05rrnA8M7u8bmxJjnCJaRD-hKEDRE,18707
|
@@ -600,9 +600,9 @@ tccli/services/iotcloud/v20180614/examples.json,sha256=AwfWtQ_qZr8SGnhFLXRjowwtm
|
|
600
600
|
tccli/services/iotcloud/v20210408/api.json,sha256=HU73Fwl9OBKd5Ajq_nVb0t8ATMLQR1RvVcE_dn8V88g,224018
|
601
601
|
tccli/services/iotcloud/v20210408/examples.json,sha256=kd5sV7bvMVjcvu26b918NQ7kUgmCm_zLr159I1o65SE,57164
|
602
602
|
tccli/services/iotexplorer/__init__.py,sha256=nyHgP2MNjW7AjPBVM_OQXZ53QOGgNAogZb3jbm7PSd0,101
|
603
|
-
tccli/services/iotexplorer/iotexplorer_client.py,sha256=
|
604
|
-
tccli/services/iotexplorer/v20190423/api.json,sha256=
|
605
|
-
tccli/services/iotexplorer/v20190423/examples.json,sha256=
|
603
|
+
tccli/services/iotexplorer/iotexplorer_client.py,sha256=8tq5QtNE-RTCZ9-cfu-1gjyl99Kk_KjULtKFozywoAk,529397
|
604
|
+
tccli/services/iotexplorer/v20190423/api.json,sha256=1pZi9yMUzaGVbAqx8qXdWJ5vbdmSppMmljXMXNSy-J4,539774
|
605
|
+
tccli/services/iotexplorer/v20190423/examples.json,sha256=8bTfO-Ah5VPS2dbC-5FYh5MzpiNthZyeSR_W0xaJiYE,156794
|
606
606
|
tccli/services/iottid/__init__.py,sha256=Cv5v-9LmxYZb4Z2ifR8l7vJjP8qESiQYXG4QC54GNBM,91
|
607
607
|
tccli/services/iottid/iottid_client.py,sha256=fI3h49-peRkNeNhaaVApZnNhceXpubXpVl1W0m3M9ms,33872
|
608
608
|
tccli/services/iottid/v20190411/api.json,sha256=tI00843oF1iBgrCeMTfh8SGo-u3sygP5MKPGWfAKhqo,16287
|
@@ -655,7 +655,7 @@ tccli/services/live/v20180801/api.json,sha256=NX69phsUVuuxGFh20wYuL_9w2-PzriOkdL
|
|
655
655
|
tccli/services/live/v20180801/examples.json,sha256=gi21e8MX-qlfgcERPwqEUAl9DziTb0m5FzPCq1ywPSU,164578
|
656
656
|
tccli/services/lke/__init__.py,sha256=GKvpxCc-YzK4HVgYFq-aLRxZ1WW4MjpKLIqJNqecz_c,85
|
657
657
|
tccli/services/lke/lke_client.py,sha256=1Uu8_Fu2saZwwxIHnFOTsluj3jBtXT7AWCI6YmlZhEs,341514
|
658
|
-
tccli/services/lke/v20231130/api.json,sha256=
|
658
|
+
tccli/services/lke/v20231130/api.json,sha256=MURWS4o-3o2WPHE9IN0_ElqOmdfjElf6qlGlSLZEiA4,561270
|
659
659
|
tccli/services/lke/v20231130/examples.json,sha256=PTt4tZEOW98IQylXgxMFTgSYXKGnTPawcQQgVLzB9h4,270830
|
660
660
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
661
661
|
tccli/services/lkeap/lkeap_client.py,sha256=BaE9GYDjz1EOo3NAs-y1mQvS7ogYxPULZtZKZERfnTE,89248
|
@@ -702,9 +702,9 @@ tccli/services/mongodb/v20180408/examples.json,sha256=oTgTVyLGP49TqMeX7Ot6MiPVsu
|
|
702
702
|
tccli/services/mongodb/v20190725/api.json,sha256=lZGgswDQgcmjd3YFi7s1PwxRaXpBkHkXneuQ6jp_CNQ,256028
|
703
703
|
tccli/services/mongodb/v20190725/examples.json,sha256=QxD_1FZVkjCVirWPpO_k9qUQyvdTcaNti6ikLo9pbNQ,69770
|
704
704
|
tccli/services/monitor/__init__.py,sha256=Fqyy64XBMByiqJHyjxbaJeQDJAGMyktujsYRmXhosc8,93
|
705
|
-
tccli/services/monitor/monitor_client.py,sha256=
|
706
|
-
tccli/services/monitor/v20180724/api.json,sha256=
|
707
|
-
tccli/services/monitor/v20180724/examples.json,sha256=
|
705
|
+
tccli/services/monitor/monitor_client.py,sha256=EkvOOFnTSOKYKs6ynkjAvhmYkodcDnxPnNGM1jS2jEY,527657
|
706
|
+
tccli/services/monitor/v20180724/api.json,sha256=DpBKI_lbABOG5y6-k6wOKSxV9m2MLdowQ3ALhtcqqrU,765919
|
707
|
+
tccli/services/monitor/v20180724/examples.json,sha256=d9DsuYUx--p4G7QPAnPymazd1DecgDbXDy0KNnBNF-g,291326
|
708
708
|
tccli/services/monitor/v20230616/api.json,sha256=BsgGYmCmUB2zzYAum83EFUhx4Rvgw3npyKun0e4Ked0,10134
|
709
709
|
tccli/services/monitor/v20230616/examples.json,sha256=h3VWBvyZjytMYybGWTZ_rHeN3tTITVKmOPj8tBEdBGc,3726
|
710
710
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
@@ -745,7 +745,7 @@ tccli/services/oceanus/v20190422/api.json,sha256=EB3sUyliod7xKHe6HAos2YRJsV_s4cT
|
|
745
745
|
tccli/services/oceanus/v20190422/examples.json,sha256=VQDSTQARFa_rJWRhoHNXR-rLeKctJdhSFuglpvpMNQM,55299
|
746
746
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
747
747
|
tccli/services/ocr/ocr_client.py,sha256=LSCtfuhBZUGwq8Rh2PptpDjiknSKhgiXQlI1HqgrN8c,274020
|
748
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
748
|
+
tccli/services/ocr/v20181119/api.json,sha256=QOdx_ZyC9WLQMqHC61R-qPqQ_Wsg_NatF6DBEhQaAMc,870998
|
749
749
|
tccli/services/ocr/v20181119/examples.json,sha256=uMprRqVdGajV7Xuoz6OL8_1k5GN8MGGrTDb7yoAg0d4,510056
|
750
750
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
751
751
|
tccli/services/omics/omics_client.py,sha256=FMdcSDblBVzrf_RsMH7SCUVr3kFj8M24Eet4gyeeu2w,67560
|
@@ -899,7 +899,7 @@ tccli/services/tcb/v20180608/api.json,sha256=YP82VhTZuhrJ3kkuoDq2aZcvrhpBH8Czv2o
|
|
899
899
|
tccli/services/tcb/v20180608/examples.json,sha256=DJVnLLWbi7birPqEYztX0gn70Pby-btGU6Wys9f1jXk,86876
|
900
900
|
tccli/services/tcbr/__init__.py,sha256=uyoGuL5IscLq8H2hJ0mI60czMenQT9fBZtDawCn2nwo,87
|
901
901
|
tccli/services/tcbr/tcbr_client.py,sha256=PF5hGTjq4Zw-CwhorGCmTq3WeOw_n19bIBR2uZ9UhLI,37113
|
902
|
-
tccli/services/tcbr/v20220217/api.json,sha256=
|
902
|
+
tccli/services/tcbr/v20220217/api.json,sha256=WxB2GAHDy7gTpgJgAeN7S5WbhrOM23E53ptwlBPCqN4,71937
|
903
903
|
tccli/services/tcbr/v20220217/examples.json,sha256=tAvErfOdAdQsW1osJV75CM5DWTT4xxuv51H4fNl1sGc,14423
|
904
904
|
tccli/services/tccatalog/__init__.py,sha256=MO2GJV5jjJAn0-r9j7vndnCjKsMZAZ_N3mQDkTaOetA,97
|
905
905
|
tccli/services/tccatalog/tccatalog_client.py,sha256=kw9qYzOCzJBeIPlWmkSKZ4CRxHFTiUdLt9DvFHI2bjA,18665
|
@@ -1053,7 +1053,7 @@ tccli/services/tse/v20201207/api.json,sha256=4s177Baf3EeooHUroAKcTyWdFM5poK4fyae
|
|
1053
1053
|
tccli/services/tse/v20201207/examples.json,sha256=mv9znqmordX1hxRATaMpBpbja-HuOMYANlyNAtJHRd4,136403
|
1054
1054
|
tccli/services/tsf/__init__.py,sha256=hvORrthG6YRLLU39wB0CxW441UZHSkET1ZA8mIpSq5Y,85
|
1055
1055
|
tccli/services/tsf/tsf_client.py,sha256=Xk9zIgkojgFHSVDPkPyhcBN3e57QqgfDHkdvWJqcsbg,695992
|
1056
|
-
tccli/services/tsf/v20180326/api.json,sha256=
|
1056
|
+
tccli/services/tsf/v20180326/api.json,sha256=24qzu1j6bTsNgVyikAVXWRPan5_RIXoCREjuegiw2iQ,1015370
|
1057
1057
|
tccli/services/tsf/v20180326/examples.json,sha256=bL53WY86WOjCo36irRdnVxHTrrXGupGD9obxIQMCfgU,290731
|
1058
1058
|
tccli/services/tsi/__init__.py,sha256=hcFW7X4ecLA8DwXKIaJSWqDqTxnCkCejqurZ-qRXOjY,85
|
1059
1059
|
tccli/services/tsi/tsi_client.py,sha256=hn9YsFwU_7Pa3wpRYR-sn1G4cfCsOYNEPcKpnoDY3GQ,15347
|
@@ -1157,8 +1157,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1157
1157
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1158
1158
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1159
1159
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1160
|
-
tccli-3.0.
|
1161
|
-
tccli-3.0.
|
1162
|
-
tccli-3.0.
|
1163
|
-
tccli-3.0.
|
1164
|
-
tccli-3.0.
|
1160
|
+
tccli-3.0.1336.1.dist-info/METADATA,sha256=Hb8H_lkellXK-PNJwIl08CBWXN8Gn1LBpMDsAf_YVUk,16408
|
1161
|
+
tccli-3.0.1336.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1162
|
+
tccli-3.0.1336.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1163
|
+
tccli-3.0.1336.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1164
|
+
tccli-3.0.1336.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|