tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.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/cdn/v20180606/DescribeHttpsPackages.md +19 -18
- tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
- tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
- tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
- tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
- tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
- tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
- tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
- tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
- tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
- tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
- tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
- tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
- tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
- tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
- tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
- tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
- tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
- tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
- tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
- tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
- tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
- tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
- tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
- tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
- tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
- tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
- tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
- tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
- tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
- tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
- tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
- tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
- tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
- tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
- tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
- tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
- tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
- tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
- tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
- tccli/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +49 -67
- tccli/services/cdn/v20180606/examples.json +3 -3
- tccli/services/cfs/v20190719/api.json +65 -26
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +7 -2
- tccli/services/cms/v20190321/api.json +37 -2
- tccli/services/cms/v20190321/examples.json +3 -3
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +58 -73
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/ecm/ecm_client.py +493 -16
- tccli/services/ecm/v20190719/api.json +657 -26
- tccli/services/ecm/v20190719/examples.json +72 -0
- tccli/services/emr/v20190103/api.json +5 -12
- tccli/services/emr/v20190103/examples.json +7 -1
- tccli/services/es/es_client.py +65 -12
- tccli/services/es/v20180416/api.json +43 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/ess_client.py +145 -39
- tccli/services/ess/v20201111/api.json +417 -41
- tccli/services/ess/v20201111/examples.json +19 -3
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +105 -3
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +27 -16
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +20 -24
- tccli/services/monitor/v20180724/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +22 -5
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/smh/v20210712/api.json +1 -1
- tccli/services/smh/v20210712/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +8 -15
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tcb/v20180608/api.json +33 -39
- tccli/services/tchd/__init__.py +4 -0
- tccli/services/tchd/tchd_client.py +194 -0
- tccli/services/tchd/v20230306/api.json +167 -0
- tccli/services/tchd/v20230306/examples.json +13 -0
- tccli/services/tdmq/v20200217/api.json +7 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +33 -20
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +0 -240
- tccli/services/trtc/v20190722/examples.json +0 -8
- tccli/services/tse/v20201207/api.json +20 -39
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +40 -36
- tccli/services/vod/v20180717/examples.json +12 -12
- tccli/services/vpc/v20170312/api.json +21 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -0
- tccli/services/wav/v20210129/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +1146 -211
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,77 @@
|
|
1
|
+
**Example 1: 列出表血缘信息**
|
2
|
+
|
3
|
+
列出表血缘信息
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli wedata DescribeColumnLineage --cli-unfold-argument \
|
9
|
+
--Direction xx \
|
10
|
+
--InputDepth 0 \
|
11
|
+
--ExtParams.0.Name xx \
|
12
|
+
--ExtParams.0.Value xx \
|
13
|
+
--OutputDepth 0 \
|
14
|
+
--IgnoreTemp True \
|
15
|
+
--Data.ParentId xx \
|
16
|
+
--Data.Params xx \
|
17
|
+
--Data.MetastoreType xx \
|
18
|
+
--Data.RelationParams xx \
|
19
|
+
--Data.QualifiedName xx \
|
20
|
+
--Data.Description xx \
|
21
|
+
--Data.TableName xx \
|
22
|
+
--Data.ColumnNameCn xx \
|
23
|
+
--Data.ParentSet xx \
|
24
|
+
--Data.ChildSet xx \
|
25
|
+
--Data.ColumnType xx \
|
26
|
+
--Data.UpStreamCount 0 \
|
27
|
+
--Data.PrefixPath xx \
|
28
|
+
--Data.DatasourceId xx \
|
29
|
+
--Data.ModifyTime xx \
|
30
|
+
--Data.MetastoreTypeName xx \
|
31
|
+
--Data.Tasks xx \
|
32
|
+
--Data.DownStreamCount 0 \
|
33
|
+
--Data.ExtParams.0.Name xx \
|
34
|
+
--Data.ExtParams.0.Value xx \
|
35
|
+
--Data.Id xx \
|
36
|
+
--Data.ColumnName xx \
|
37
|
+
--Data.TableId xx \
|
38
|
+
--Data.CreateTime xx
|
39
|
+
```
|
40
|
+
|
41
|
+
Output:
|
42
|
+
```
|
43
|
+
{
|
44
|
+
"Response": {
|
45
|
+
"RequestId": "xx",
|
46
|
+
"ColumnAggregationLineage": {
|
47
|
+
"ChildSet": "xx",
|
48
|
+
"ParentSet": "xx",
|
49
|
+
"ParentId": "xx",
|
50
|
+
"TableName": "xx",
|
51
|
+
"MetastoreType": "xx",
|
52
|
+
"ColumnInfoSet": [
|
53
|
+
{
|
54
|
+
"QualifiedName": "xx",
|
55
|
+
"Tasks": [
|
56
|
+
"xx"
|
57
|
+
],
|
58
|
+
"ColumnType": "xx",
|
59
|
+
"Description": "xx",
|
60
|
+
"DownStreamCount": 0,
|
61
|
+
"UpStreamCount": 0,
|
62
|
+
"CreateTime": "xx",
|
63
|
+
"ColumnName": "xx",
|
64
|
+
"PrefixPath": "xx",
|
65
|
+
"Params": "xx",
|
66
|
+
"ModifyTime": "xx",
|
67
|
+
"RelationParams": "xx",
|
68
|
+
"ColumnNameCn": "xx",
|
69
|
+
"Id": "xx",
|
70
|
+
"DatasourceId": "xx"
|
71
|
+
}
|
72
|
+
]
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
76
|
+
```
|
77
|
+
|
@@ -0,0 +1,79 @@
|
|
1
|
+
**Example 1: 列出表血缘信息**
|
2
|
+
|
3
|
+
列出表血缘信息
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli wedata DescribeTableLineage --cli-unfold-argument \
|
9
|
+
--Direction xx \
|
10
|
+
--InputDepth 0 \
|
11
|
+
--ExtParams.0.Name xx \
|
12
|
+
--ExtParams.0.Value xx \
|
13
|
+
--OutputDepth 0 \
|
14
|
+
--IgnoreTemp True \
|
15
|
+
--Data.ChildSet xx \
|
16
|
+
--Data.Tasks xx \
|
17
|
+
--Data.Description xx \
|
18
|
+
--Data.DownStreamCount 0 \
|
19
|
+
--Data.ProjectId xx \
|
20
|
+
--Data.ExtParams.0.Name xx \
|
21
|
+
--Data.ExtParams.0.Value xx \
|
22
|
+
--Data.MetastoreType xx \
|
23
|
+
--Data.TableName xx \
|
24
|
+
--Data.QualifiedName xx \
|
25
|
+
--Data.CreateTime xx \
|
26
|
+
--Data.UpStreamCount 0 \
|
27
|
+
--Data.PrefixPath xx \
|
28
|
+
--Data.Params.0.Name xx \
|
29
|
+
--Data.Params.0.Value xx \
|
30
|
+
--Data.DatasourceId xx \
|
31
|
+
--Data.ModifyTime xx \
|
32
|
+
--Data.TableId xx \
|
33
|
+
--Data.ParentSet xx \
|
34
|
+
--Data.Id xx \
|
35
|
+
--Data.MetastoreTypeName xx
|
36
|
+
```
|
37
|
+
|
38
|
+
Output:
|
39
|
+
```
|
40
|
+
{
|
41
|
+
"Response": {
|
42
|
+
"RequestId": "xx",
|
43
|
+
"TableLineage": {
|
44
|
+
"ChildSet": "xx",
|
45
|
+
"Tasks": [
|
46
|
+
"xx"
|
47
|
+
],
|
48
|
+
"Description": "xx",
|
49
|
+
"DownStreamCount": 0,
|
50
|
+
"ProjectId": "xx",
|
51
|
+
"ExtParams": [
|
52
|
+
{
|
53
|
+
"Name": "xx",
|
54
|
+
"Value": "xx"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"MetastoreType": "xx",
|
58
|
+
"TableName": "xx",
|
59
|
+
"QualifiedName": "xx",
|
60
|
+
"CreateTime": "xx",
|
61
|
+
"UpStreamCount": 0,
|
62
|
+
"PrefixPath": "xx",
|
63
|
+
"Params": [
|
64
|
+
{
|
65
|
+
"Name": "xx",
|
66
|
+
"Value": "xx"
|
67
|
+
}
|
68
|
+
],
|
69
|
+
"DatasourceId": "xx",
|
70
|
+
"ModifyTime": "xx",
|
71
|
+
"TableId": "xx",
|
72
|
+
"ParentSet": "xx",
|
73
|
+
"Id": "xx",
|
74
|
+
"MetastoreTypeName": "xx"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
```
|
79
|
+
|
tccli/services/__init__.py
CHANGED
@@ -5842,7 +5842,7 @@
|
|
5842
5842
|
},
|
5843
5843
|
{
|
5844
5844
|
"disabled": false,
|
5845
|
-
"document": "
|
5845
|
+
"document": "此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)。\n通知组ID,即为用户组ID集合。",
|
5846
5846
|
"example": "[\"1678\\n\"]",
|
5847
5847
|
"member": "string",
|
5848
5848
|
"name": "NotificationUserGroupIds",
|