tccli 3.0.909.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/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
- tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
- tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
- tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
- 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/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/wedata/v20210820/DescribeColumnLineage.md +77 -0
- tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
- 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/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/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +9 -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/tke/v20180525/api.json +14 -1
- tccli/services/tse/v20201207/api.json +20 -39
- tccli/services/vod/v20180717/api.json +33 -30
- tccli/services/vod/v20180717/examples.json +8 -8
- tccli/services/vpc/v20170312/api.json +21 -7
- tccli/services/vpc/v20170312/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.909.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
- {tccli-3.0.909.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +57 -54
- {tccli-3.0.909.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.909.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.909.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.910.1'
|
@@ -14,32 +14,33 @@ Output:
|
|
14
14
|
```
|
15
15
|
{
|
16
16
|
"Response": {
|
17
|
+
"RequestId": "521e16c1a2c389fa34ff23aafa0db726",
|
17
18
|
"HttpsPackages": [
|
18
19
|
{
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
20
|
+
"Id": 5720,
|
21
|
+
"Type": "日常HTTPS请求包",
|
22
|
+
"ConfigId": 672,
|
23
|
+
"Size": 10000000,
|
24
|
+
"SizeUsed": 0,
|
25
|
+
"Status": "frozen",
|
26
|
+
"CreateTime": "2023-07-05 15:41:26",
|
27
|
+
"EnableTime": "2023-07-05 15:00:00",
|
28
|
+
"ExpireTime": "2024-07-05 15:00:00",
|
27
29
|
"LifeTimeMonth": 12,
|
28
|
-
"ExtensionAvailable": true,
|
29
|
-
"ExtensionMode": 1,
|
30
30
|
"RefundAvailable": false,
|
31
|
-
"ContractExtension": true,
|
32
|
-
"ConfigId": 661,
|
33
|
-
"Type": "HTTPS请求包",
|
34
|
-
"CreateTime": "2023-02-10 00:00:00",
|
35
31
|
"Channel": "ACTIVE_PURCHASE",
|
36
|
-
"
|
32
|
+
"TrueEnableTime": "2023-07-05 15:00:00",
|
33
|
+
"TrueExpireTime": "2024-07-05 15:59:59",
|
34
|
+
"Area": "global",
|
35
|
+
"ContractExtension": false,
|
36
|
+
"AutoExtension": false,
|
37
|
+
"ExtensionMode": 0,
|
38
|
+
"ExtensionAvailable": false
|
37
39
|
}
|
38
40
|
],
|
39
|
-
"ExpiringCount": 0,
|
40
41
|
"TotalCount": 1,
|
41
|
-
"
|
42
|
-
"
|
42
|
+
"ExpiringCount": 0,
|
43
|
+
"EnabledCount": 0,
|
43
44
|
"PaidCount": 1
|
44
45
|
}
|
45
46
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
**Example 1: 查询流量包列表**
|
2
2
|
|
3
|
-
|
3
|
+
查询流量包列表
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
@@ -14,33 +14,35 @@ Output:
|
|
14
14
|
```
|
15
15
|
{
|
16
16
|
"Response": {
|
17
|
-
"RequestId": "
|
17
|
+
"RequestId": "b1a70a67f5500913be355ac2f09ff191",
|
18
18
|
"TrafficPackages": [
|
19
19
|
{
|
20
|
-
"Id":
|
20
|
+
"Id": 22890370,
|
21
21
|
"Type": "日常流量包",
|
22
22
|
"ConfigId": 672,
|
23
23
|
"Bytes": 100000000000,
|
24
24
|
"BytesUsed": 0,
|
25
|
-
"Status": "
|
26
|
-
"CreateTime": "
|
27
|
-
"EnableTime": "
|
28
|
-
"ExpireTime": "
|
25
|
+
"Status": "frozen",
|
26
|
+
"CreateTime": "2022-11-11 15:52:28",
|
27
|
+
"EnableTime": "2022-11-11 15:00:00",
|
28
|
+
"ExpireTime": "2023-11-11 15:00:00",
|
29
29
|
"ContractExtension": false,
|
30
|
-
"AutoExtension":
|
31
|
-
"ExtensionMode":
|
30
|
+
"AutoExtension": false,
|
31
|
+
"ExtensionMode": 0,
|
32
32
|
"Area": "mainland",
|
33
33
|
"LifeTimeMonth": 12,
|
34
34
|
"RefundAvailable": false,
|
35
35
|
"Channel": "ACTIVE_PURCHASE",
|
36
|
-
"ExtensionAvailable":
|
37
|
-
"Region": 0
|
36
|
+
"ExtensionAvailable": false,
|
37
|
+
"Region": 0,
|
38
|
+
"TrueEnableTime": "2022-11-11 15:00:00",
|
39
|
+
"TrueExpireTime": "2023-11-11 15:59:59"
|
38
40
|
}
|
39
41
|
],
|
40
|
-
"TotalCount":
|
42
|
+
"TotalCount": 1,
|
41
43
|
"ExpiringCount": 0,
|
42
|
-
"EnabledCount":
|
43
|
-
"PaidCount":
|
44
|
+
"EnabledCount": 0,
|
45
|
+
"PaidCount": 1
|
44
46
|
}
|
45
47
|
}
|
46
48
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
**Example 1: 查询文件系统**
|
2
2
|
|
3
|
-
|
3
|
+
查询文件系统
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
@@ -13,44 +13,44 @@ Output:
|
|
13
13
|
```
|
14
14
|
{
|
15
15
|
"Response": {
|
16
|
-
"RequestId": "fjo8aejo-fjei-32eu-2je9-fhue83nd81",
|
17
|
-
"TotalCount": 1,
|
18
16
|
"FileSystems": [
|
19
17
|
{
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"Capacity": 1000,
|
18
|
+
"CreationTime": "abc",
|
19
|
+
"CreationToken": "abc",
|
20
|
+
"FileSystemId": "abc",
|
21
|
+
"LifeCycleState": "abc",
|
22
|
+
"SizeByte": 1,
|
23
|
+
"SizeLimit": 1,
|
24
|
+
"ZoneId": 1,
|
25
|
+
"Zone": "abc",
|
26
|
+
"Protocol": "abc",
|
27
|
+
"StorageType": "abc",
|
28
|
+
"StorageResourcePkg": "abc",
|
29
|
+
"BandwidthResourcePkg": "abc",
|
33
30
|
"PGroup": {
|
34
|
-
"PGroupId": "
|
35
|
-
"Name": "
|
36
|
-
},
|
37
|
-
"SizeLimit": 0,
|
38
|
-
"BandwidthResourcePkg": "",
|
39
|
-
"FsName": "test_fs",
|
40
|
-
"AppId": 12700000,
|
41
|
-
"BandwidthLimit": 200,
|
42
|
-
"TieringDetail": {
|
43
|
-
"TieringSizeInBytes": 0
|
31
|
+
"PGroupId": "abc",
|
32
|
+
"Name": "abc"
|
44
33
|
},
|
45
|
-
"
|
34
|
+
"FsName": "abc",
|
35
|
+
"Encrypted": true,
|
36
|
+
"KmsKeyId": "abc",
|
37
|
+
"AppId": 0,
|
38
|
+
"BandwidthLimit": 0,
|
39
|
+
"Capacity": 1,
|
46
40
|
"Tags": [
|
47
41
|
{
|
48
|
-
"TagKey": "
|
49
|
-
"TagValue": "
|
42
|
+
"TagKey": "abc",
|
43
|
+
"TagValue": "abc"
|
50
44
|
}
|
51
|
-
]
|
45
|
+
],
|
46
|
+
"TieringState": "abc",
|
47
|
+
"TieringDetail": {
|
48
|
+
"TieringSizeInBytes": 0
|
49
|
+
}
|
52
50
|
}
|
53
|
-
]
|
51
|
+
],
|
52
|
+
"TotalCount": 1,
|
53
|
+
"RequestId": "abc"
|
54
54
|
}
|
55
55
|
}
|
56
56
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
**Example 1: 续费询价示例**
|
2
2
|
|
3
|
-
|
3
|
+
续费询价示例
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
@@ -28,3 +28,34 @@ Output:
|
|
28
28
|
}
|
29
29
|
```
|
30
30
|
|
31
|
+
**Example 2: 续费询价**
|
32
|
+
|
33
|
+
续费询价
|
34
|
+
|
35
|
+
Input:
|
36
|
+
|
37
|
+
```
|
38
|
+
tccli emr InquiryPriceRenewInstance --cli-unfold-argument \
|
39
|
+
--TimeUnit abc \
|
40
|
+
--TimeSpan 1 \
|
41
|
+
--ResourceIds abc \
|
42
|
+
--Currency abc \
|
43
|
+
--Placement.ProjectId 0 \
|
44
|
+
--Placement.Zone abc \
|
45
|
+
--PayMode 0 \
|
46
|
+
--ModifyPayMode 0
|
47
|
+
```
|
48
|
+
|
49
|
+
Output:
|
50
|
+
```
|
51
|
+
{
|
52
|
+
"Response": {
|
53
|
+
"OriginalCost": 0,
|
54
|
+
"DiscountCost": 0,
|
55
|
+
"TimeUnit": "abc",
|
56
|
+
"TimeSpan": 0,
|
57
|
+
"RequestId": "abc"
|
58
|
+
}
|
59
|
+
}
|
60
|
+
```
|
61
|
+
|
@@ -0,0 +1,21 @@
|
|
1
|
+
**Example 1: 修改集群VIP绑定的安全组信息**
|
2
|
+
|
3
|
+
修改集群VIP绑定的安全组信息
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli es ModifyEsVipSecurityGroup --cli-unfold-argument \
|
9
|
+
--InstanceId es-3p7lkvxx \
|
10
|
+
--SecurityGroupIds sg-1 sg-2
|
11
|
+
```
|
12
|
+
|
13
|
+
Output:
|
14
|
+
```
|
15
|
+
{
|
16
|
+
"Response": {
|
17
|
+
"RequestId": "c96a110c-7493-452d-a99b-683d07xxxxxx"
|
18
|
+
}
|
19
|
+
}
|
20
|
+
```
|
21
|
+
|
@@ -6,8 +6,8 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli ess CreateFlowReminds --cli-unfold-argument \
|
9
|
-
--Operator.UserId
|
10
|
-
--FlowIds
|
9
|
+
--Operator.UserId yDxMkUyxxxxxxxxxxxVI2JmKxPkk \
|
10
|
+
--FlowIds yDwXiUUcxxxxxxxxxxSZ0uIW72Qaxm
|
11
11
|
```
|
12
12
|
|
13
13
|
Output:
|
@@ -17,7 +17,7 @@ Output:
|
|
17
17
|
"RemindFlowRecords": [
|
18
18
|
{
|
19
19
|
"CanRemind": true,
|
20
|
-
"FlowId": "
|
20
|
+
"FlowId": "yDwxxxxxxxW72Qaxm",
|
21
21
|
"RemindMessage": "签署人 xxx: 此签署人已催办过;"
|
22
22
|
}
|
23
23
|
],
|
@@ -6,8 +6,8 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli ess CreateFlowSignReview --cli-unfold-argument \
|
9
|
-
--Operator.UserId
|
10
|
-
--FlowId
|
9
|
+
--Operator.UserId yDxMkUy************8VI2JmKxPkk \
|
10
|
+
--FlowId yDwXiUUc***********uIW72Qaxm \
|
11
11
|
--ReviewType PASS \
|
12
12
|
--ReviewMessage 企业内部审核通过,允许签署
|
13
13
|
```
|
@@ -1,33 +1,69 @@
|
|
1
|
-
**Example 1:
|
1
|
+
**Example 1: 测试示例**
|
2
2
|
|
3
|
+
pdf 示例
|
3
4
|
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli lcic DescribeDocument --cli-unfold-argument \
|
9
|
+
--DocumentId omxxxsdc
|
10
|
+
```
|
11
|
+
|
12
|
+
Output:
|
13
|
+
```
|
14
|
+
{
|
15
|
+
"Response": {
|
16
|
+
"DocumentId": "omxxxsdc",
|
17
|
+
"DocumentName": "滴滴电子发票 (1).pdf",
|
18
|
+
"DocumentSize": 38673,
|
19
|
+
"DocumentType": "pdf",
|
20
|
+
"DocumentUrl": "https://tcic-source.qcloudclass.com/uploads/5390248a-5eb7-4fe8-be27-c43dbad1380f/3520371/1679021408_KzpMGD38.pdf",
|
21
|
+
"Owner": "2N1zP0mW7E3Vr3xJ2ZQ9GeFDK4t",
|
22
|
+
"Pages": 1,
|
23
|
+
"Permission": 0,
|
24
|
+
"RequestId": "ee3fdca0-c88c-43f1-81b4-4f51f9e50521",
|
25
|
+
"SdkAppId": 3520371,
|
26
|
+
"TranscodeInfo": "",
|
27
|
+
"TranscodeProgress": 100,
|
28
|
+
"TranscodeResult": "https://tcic-test-1257307760.qcloudclass.com/doc/01aq2v7djsh31noat9gc_tiw/picture/",
|
29
|
+
"TranscodeState": 3,
|
30
|
+
"TranscodeType": 1,
|
31
|
+
"UpdateTime": 1679021410
|
32
|
+
}
|
33
|
+
}
|
34
|
+
```
|
35
|
+
|
36
|
+
**Example 2: 获取文档详情**
|
37
|
+
|
38
|
+
示例
|
4
39
|
|
5
40
|
Input:
|
6
41
|
|
7
42
|
```
|
8
43
|
tccli lcic DescribeDocument --cli-unfold-argument \
|
9
|
-
--DocumentId
|
44
|
+
--DocumentId ntxsfrzk
|
10
45
|
```
|
11
46
|
|
12
47
|
Output:
|
13
48
|
```
|
14
49
|
{
|
15
50
|
"Response": {
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
19
|
-
"
|
51
|
+
"DocumentId": "ntxsfrzk",
|
52
|
+
"DocumentName": "test.pptx",
|
53
|
+
"DocumentSize": 15814364,
|
54
|
+
"DocumentType": "pptx",
|
55
|
+
"DocumentUrl": "https://tcic-source.qcloudclass.com/uploads/5390248a-5eb7-4fe8-be27-c43dbad1380f/3520371/1677202414_85bt9f0X.pptx",
|
56
|
+
"Owner": "2M04q0j5mhsbq1lAEbCW1dhRvA2",
|
57
|
+
"Pages": 0,
|
58
|
+
"Permission": 0,
|
59
|
+
"RequestId": "d97f98d7-de89-455a-a1f3-b9dae84d84bb",
|
60
|
+
"SdkAppId": 3520371,
|
61
|
+
"TranscodeInfo": "Microsoft Macintosh PowerPoint",
|
62
|
+
"TranscodeProgress": 100,
|
63
|
+
"TranscodeResult": "https://tcic-test-1257307760.qcloudclass.com/doc/gsutgbm7ssh31ns71sfc_tiw/h5/index.html",
|
64
|
+
"TranscodeState": 3,
|
20
65
|
"TranscodeType": 1,
|
21
|
-
"
|
22
|
-
"TranscodeInfo": "xx",
|
23
|
-
"DocumentSize": 1,
|
24
|
-
"TranscodeResult": "xx",
|
25
|
-
"SdkAppId": 1,
|
26
|
-
"DocumentType": "xx",
|
27
|
-
"Owner": "xx",
|
28
|
-
"TranscodeProgress": 1,
|
29
|
-
"DocumentId": "xx",
|
30
|
-
"RequestId": "xx"
|
66
|
+
"UpdateTime": 1677202419
|
31
67
|
}
|
32
68
|
}
|
33
69
|
```
|
@@ -1,14 +1,14 @@
|
|
1
1
|
**Example 1: 删除 Prometheus 抓取任务**
|
2
2
|
|
3
|
-
|
3
|
+
删除 Prometheus 抓取任务
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli monitor DeletePrometheusScrapeJobs --cli-unfold-argument \
|
9
|
-
--InstanceId
|
10
|
-
--AgentId
|
11
|
-
--JobIds
|
9
|
+
--InstanceId prom-evrh1x32 \
|
10
|
+
--AgentId agent-hod16m3f \
|
11
|
+
--JobIds job-afeiig0x
|
12
12
|
```
|
13
13
|
|
14
14
|
Output:
|
@@ -1,14 +1,14 @@
|
|
1
1
|
**Example 1: 查询 exporter 集成列表**
|
2
2
|
|
3
|
-
|
3
|
+
查询 exporter 集成列表
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli monitor DescribeExporterIntegrations --cli-unfold-argument \
|
9
|
-
--InstanceId
|
10
|
-
--Kind
|
11
|
-
--ClusterId
|
9
|
+
--InstanceId prom-evrh1x32 \
|
10
|
+
--Kind mysql-exporter \
|
11
|
+
--ClusterId cls-evrh1x32 \
|
12
12
|
--KubeType 3
|
13
13
|
```
|
14
14
|
|
@@ -16,7 +16,7 @@ Output:
|
|
16
16
|
```
|
17
17
|
{
|
18
18
|
"Response": {
|
19
|
-
"RequestId": "
|
19
|
+
"RequestId": "3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc",
|
20
20
|
"IntegrationSet": []
|
21
21
|
}
|
22
22
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
**Example 1: 列出 Prometheus Agent**
|
2
2
|
|
3
|
-
|
3
|
+
查询 Prometheus Agent 列表
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli monitor DescribePrometheusAgents --cli-unfold-argument \
|
9
|
-
--InstanceId
|
9
|
+
--InstanceId prom-m4fb9h34
|
10
10
|
```
|
11
11
|
|
12
12
|
Output:
|
@@ -15,16 +15,16 @@ Output:
|
|
15
15
|
"Response": {
|
16
16
|
"AgentSet": [
|
17
17
|
{
|
18
|
-
"AgentId": "
|
19
|
-
"Name": "
|
20
|
-
"InstanceId": "
|
21
|
-
"HeartbeatTime": "
|
22
|
-
"Ipv4": "
|
23
|
-
"LastError": "
|
24
|
-
"AgentVersion": "
|
18
|
+
"AgentId": "agent-hod16m34",
|
19
|
+
"Name": "node-agent",
|
20
|
+
"InstanceId": "prom-m4fb9h34",
|
21
|
+
"HeartbeatTime": "2021-12-03T16:16:24+08:00",
|
22
|
+
"Ipv4": "199.21.24.90",
|
23
|
+
"LastError": "",
|
24
|
+
"AgentVersion": "2.31.1-rig.1"
|
25
25
|
}
|
26
26
|
],
|
27
|
-
"RequestId": "
|
27
|
+
"RequestId": "e6a09531-0b40-41ab-a932-33061e9e1832",
|
28
28
|
"TotalCount": 12
|
29
29
|
}
|
30
30
|
}
|
@@ -1,13 +1,13 @@
|
|
1
1
|
**Example 1: 列出 Prometheus 抓取任务**
|
2
2
|
|
3
|
-
|
3
|
+
查询 Prometheus 抓取任务列表
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli monitor DescribePrometheusScrapeJobs --cli-unfold-argument \
|
9
|
-
--InstanceId
|
10
|
-
--AgentId
|
9
|
+
--InstanceId prom-evrh1x32 \
|
10
|
+
--AgentId agent-hod16m43
|
11
11
|
```
|
12
12
|
|
13
13
|
Output:
|
@@ -15,13 +15,13 @@ Output:
|
|
15
15
|
{
|
16
16
|
"Response": {
|
17
17
|
"TotalCount": 0,
|
18
|
-
"RequestId": "
|
18
|
+
"RequestId": "5fa8c92-3072-4f46-8553-4cb82c30943c",
|
19
19
|
"ScrapeJobSet": [
|
20
20
|
{
|
21
|
-
"AgentId": "
|
22
|
-
"Config": "
|
23
|
-
"Name": "
|
24
|
-
"JobId": "
|
21
|
+
"AgentId": "agent-hod16m43",
|
22
|
+
"Config": "job_name: static\nhonor_timestamps: true\nmetrics_path: /metrics\nscheme: http\nfollow_redirects: true\nstatic_configs:\n- targets:\n - localhost:9090\n",
|
23
|
+
"Name": "node-exporter",
|
24
|
+
"JobId": "job-afeiig0k"
|
25
25
|
}
|
26
26
|
]
|
27
27
|
}
|
@@ -64,10 +64,10 @@ Output:
|
|
64
64
|
"Name": "李明",
|
65
65
|
"Nationality": "中国",
|
66
66
|
"RecognizeWarnCode": [
|
67
|
-
-
|
67
|
+
-9102
|
68
68
|
],
|
69
69
|
"RecognizeWarnMsg": [
|
70
|
-
"
|
70
|
+
"WARN_DRIVER_LICENSE_COPY_CARD"
|
71
71
|
],
|
72
72
|
"Record": "",
|
73
73
|
"RequestId": "c5ceedaa-cb6f-4210-af49-0a5dee461259",
|
@@ -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
|
+
|