tccli 3.0.1011.1__py2.py3-none-any.whl → 3.0.1012.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cat/v20180409/DescribeProbeMetricData.md +2 -2
  3. tccli/examples/cwp/v20180228/DescribeLogExports.md +2 -2
  4. tccli/examples/dsgc/v20190723/CopyDSPATemplate.md +3 -3
  5. tccli/examples/dsgc/v20190723/CreateDSPAAssessmentRiskLevel.md +1 -1
  6. tccli/examples/dsgc/v20190723/CreateDSPAAssessmentRiskTemplate.md +2 -2
  7. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentHighRiskTop10Overview.md +3 -3
  8. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentLatestRiskDetailInfo.md +4 -4
  9. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentLatestRiskList.md +2 -2
  10. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentNewDiscoveredRiskOverview.md +3 -3
  11. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentPendingRiskOverview.md +2 -2
  12. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentProcessingRiskOverview.md +3 -3
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskAmountOverview.md +3 -3
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskDealedTrend.md +0 -40
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskDistributionOverview.md +2 -2
  16. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskLevelDetail.md +2 -2
  17. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskLevelTrend.md +0 -32
  18. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +2 -2
  19. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +1 -1
  20. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateDetail.md +9 -2
  21. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +9 -3
  22. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentTemplateControlItems.md +1 -1
  23. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentTemplates.md +17 -11
  24. tccli/examples/essbasic/v20210526/DescribeChannelSealPolicyWorkflowUrl.md +25 -0
  25. tccli/examples/iotvideo/v20211125/DescribeCloudStorageThumbnailList.md +28 -0
  26. tccli/examples/tcss/v20201101/DescribeAbnormalProcessDetail.md +6 -1
  27. tccli/examples/tcss/v20201101/DescribeAccessControlDetail.md +5 -1
  28. tccli/examples/tcss/v20201101/DescribeAssetSyncLastTime.md +4 -2
  29. tccli/examples/tcss/v20201101/DescribeEscapeEventDetail.md +3 -1
  30. tccli/examples/tcss/v20201101/DescribeRiskDnsEventDetail.md +2 -0
  31. tccli/examples/tcss/v20201101/DescribeRiskSyscallDetail.md +6 -1
  32. tccli/examples/tcss/v20201101/DescribeVirusDetail.md +2 -0
  33. tccli/examples/tcss/v20201101/DescribeVulDefenceEventDetail.md +11 -1
  34. tccli/examples/trtc/v20190722/DescribeMixTranscodingUsage.md +1 -1
  35. tccli/examples/trtc/v20190722/DescribeRecordingUsage.md +1 -1
  36. tccli/examples/trtc/v20190722/DescribeRelayUsage.md +1 -1
  37. tccli/examples/trtc/v20190722/DescribeTrtcUsage.md +1 -1
  38. tccli/examples/vod/v20180717/SetVodDomainCertificate.md +18 -0
  39. tccli/services/cat/v20180409/api.json +4 -3
  40. tccli/services/cat/v20180409/examples.json +1 -1
  41. tccli/services/cls/v20201016/api.json +8 -8
  42. tccli/services/cwp/v20180228/api.json +2 -2
  43. tccli/services/cwp/v20180228/examples.json +1 -1
  44. tccli/services/domain/v20180808/api.json +1 -1
  45. tccli/services/dsgc/v20190723/api.json +92 -47
  46. tccli/services/dsgc/v20190723/examples.json +41 -53
  47. tccli/services/ecm/v20190719/api.json +2 -1
  48. tccli/services/ess/v20201111/api.json +1 -1
  49. tccli/services/essbasic/essbasic_client.py +53 -0
  50. tccli/services/essbasic/v20210526/api.json +53 -0
  51. tccli/services/essbasic/v20210526/examples.json +8 -0
  52. tccli/services/hunyuan/v20230901/api.json +2 -2
  53. tccli/services/iotvideo/iotvideo_client.py +53 -0
  54. tccli/services/iotvideo/v20211125/api.json +90 -0
  55. tccli/services/iotvideo/v20211125/examples.json +8 -0
  56. tccli/services/scf/v20180416/api.json +33 -0
  57. tccli/services/tcss/v20201101/api.json +304 -74
  58. tccli/services/tcss/v20201101/examples.json +8 -8
  59. tccli/services/trtc/v20190722/api.json +8 -8
  60. tccli/services/trtc/v20190722/examples.json +4 -4
  61. tccli/services/vod/v20180717/api.json +42 -0
  62. tccli/services/vod/v20180717/examples.json +8 -0
  63. tccli/services/vod/vod_client.py +53 -0
  64. tccli/services/vpc/v20170312/api.json +10 -0
  65. tccli/services/waf/v20180125/api.json +1 -1
  66. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/RECORD +70 -67
  68. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1011.1.dist-info → tccli-3.0.1012.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1011.1'
1
+ __version__ = '3.0.1012.1'
@@ -17,8 +17,8 @@ Output:
17
17
  ```
18
18
  {
19
19
  "Response": {
20
- "MetricSet": "xx",
21
- "RequestId": "xx"
20
+ "MetricSet": "abc",
21
+ "RequestId": "abc"
22
22
  }
23
23
  }
24
24
  ```
@@ -26,7 +26,7 @@ Output:
26
26
  "Status": "Completed",
27
27
  "StartTime": 1656464537652,
28
28
  "EndTime": 1656466337652,
29
- "CosPath": "https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220629/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz?q-sign-algorithm=sha1&q-ak=AKID6DUgxBhSTRExeZrF1fBdvFPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=e491e72e50fdbe45afa225876a0497d3ce88a23c",
29
+ "CosPath": "https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220629/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220629_export-4b905654-7af5-43c1-a111-04c89e029c2a_1656466508.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxxxxxPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=e491e72e50afa2258",
30
30
  "CreateTime": "2022-06-29 09:35:00"
31
31
  },
32
32
  {
@@ -40,7 +40,7 @@ Output:
40
40
  "Status": "Completed",
41
41
  "StartTime": 1656408311641,
42
42
  "EndTime": 1656410111641,
43
- "CosPath": "https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220628/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz?q-sign-algorithm=sha1&q-ak=AKID6DUgxBhSTRExeZrF1fBdvFPBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=b338dbd1685e5ea3f37ff35dc2a1081dd7e0e542",
43
+ "CosPath": "https://export-gz-1254077820.cos.ap-guangzhou.myqcloud.com/%2Fexport/20220628/log_100004506473_c5ad674a-e6cc-4d7d-82e0-e7d7edaae26b_20220628_export-9a5f89fc-986b-4b5e-a511-168646949685_1656415208.tar.gz?q-sign-algorithm=sha1&q-ak=xxxxxxxxBtQlw86tt&q-sign-time=1656639828%3B1656643428&q-key-time=1656639828%3B1656643428&q-header-list=host&q-url-param-list=&q-signature=b338dbd1685e5ea3f",
44
44
  "CreateTime": "2022-06-28 19:19:46"
45
45
  }
46
46
  ],
@@ -1,13 +1,13 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
2
 
3
- 复制合规组模版
3
+ 复制合规组模板
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc CopyDSPATemplate --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 1
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,4 +1,4 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
2
 
3
3
  xx
4
4
 
@@ -1,6 +1,6 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
@@ -1,13 +1,13 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentHighRiskTop10Overview --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 1
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,14 +1,14 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentLatestRiskDetailInfo --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0 \
11
- --RiskId 0
10
+ --TemplateId 1 \
11
+ --RiskId 1
12
12
  ```
13
13
 
14
14
  Output:
@@ -1,4 +1,4 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
2
 
3
3
  xx
4
4
 
@@ -7,7 +7,7 @@ Input:
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentLatestRiskList --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0 \
10
+ --TemplateId 2 \
11
11
  --Limit 0 \
12
12
  --Offset abc \
13
13
  --DataSourceId abc \
@@ -1,13 +1,13 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentNewDiscoveredRiskOverview --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 2
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,4 +1,4 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
2
 
3
3
  xx
4
4
 
@@ -7,7 +7,7 @@ Input:
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentPendingRiskOverview --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 2
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,13 +1,13 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentProcessingRiskOverview --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 2
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,13 +1,13 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentRiskAmountOverview --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 2
11
11
  ```
12
12
 
13
13
  Output:
@@ -11,46 +11,6 @@ tccli dsgc DescribeDSPAAssessmentRiskDealedTrend --cli-unfold-argument \
11
11
  --EndTime 2022-09-03
12
12
  ```
13
13
 
14
- Output:
15
- ```
16
- {
17
- "Response": {
18
- "Items": [
19
- {
20
- "Date": "09-01",
21
- "Unhandled": 0,
22
- "Handled": 0
23
- },
24
- {
25
- "Date": "09-02",
26
- "Unhandled": 0,
27
- "Handled": 0
28
- },
29
- {
30
- "Date": "09-03",
31
- "Unhandled": 0,
32
- "Handled": 0
33
- }
34
- ],
35
- "RequestId": "128009ac-7df4-0530-cc92-52f0d945e191"
36
- }
37
- }
38
- ```
39
-
40
- **Example 2: xx**
41
-
42
- xx
43
-
44
- Input:
45
-
46
- ```
47
- tccli dsgc DescribeDSPAAssessmentRiskDealedTrend --cli-unfold-argument \
48
- --DspaId abc \
49
- --StartTime abc \
50
- --EndTime abc \
51
- --TemplateId abc
52
- ```
53
-
54
14
  Output:
55
15
  ```
56
16
  {
@@ -1,6 +1,6 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
@@ -43,35 +43,3 @@ Output:
43
43
  }
44
44
  ```
45
45
 
46
- **Example 2: xx**
47
-
48
- xx
49
-
50
- Input:
51
-
52
- ```
53
- tccli dsgc DescribeDSPAAssessmentRiskLevelTrend --cli-unfold-argument \
54
- --DspaId abc \
55
- --StartTime abc \
56
- --EndTime abc \
57
- --TemplateId abc
58
- ```
59
-
60
- Output:
61
- ```
62
- {
63
- "Response": {
64
- "Items": [
65
- {
66
- "Date": "abc",
67
- "High": 1,
68
- "Medium": 1,
69
- "Low": 1,
70
- "Total": 1
71
- }
72
- ],
73
- "RequestId": "abc"
74
- }
75
- }
76
- ```
77
-
@@ -1,4 +1,4 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
2
 
3
3
  查询风险面的分布详情
4
4
 
@@ -7,7 +7,7 @@ Input:
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentRiskSideDistributed --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 1
11
11
  ```
12
12
 
13
13
  Output:
@@ -7,7 +7,7 @@ Input:
7
7
  ```
8
8
  tccli dsgc DescribeDSPAAssessmentRiskSideList --cli-unfold-argument \
9
9
  --DspaId abc \
10
- --TemplateId 0
10
+ --TemplateId 1
11
11
  ```
12
12
 
13
13
  Output:
@@ -1,6 +1,6 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
@@ -31,6 +31,13 @@ Output:
31
31
  "ReferTemplateCount": 0,
32
32
  "SupportDataSource": [
33
33
  "abc"
34
+ ],
35
+ "RiskSide": "abc",
36
+ "ReferTemplateList": [
37
+ {
38
+ "TemplateId": 0,
39
+ "TemplateName": "abc"
40
+ }
34
41
  ]
35
42
  }
36
43
  ],
@@ -1,6 +1,6 @@
1
- **Example 1: xx**
1
+ **Example 1: 示例**
2
+
2
3
 
3
- xx
4
4
 
5
5
  Input:
6
6
 
@@ -28,7 +28,13 @@ Output:
28
28
  "SupportDataSource": [
29
29
  "abc"
30
30
  ],
31
- "RiskSide": "abc"
31
+ "RiskSide": "abc",
32
+ "ReferTemplateList": [
33
+ {
34
+ "TemplateId": 0,
35
+ "TemplateName": "abc"
36
+ }
37
+ ]
32
38
  }
33
39
  ],
34
40
  "TotalCount": 0,
@@ -1,4 +1,4 @@
1
- **Example 1: 获取DSPA评估模版关联的评估控制项列表**
1
+ **Example 1: 获取DSPA评估模板关联的评估控制项列表**
2
2
 
3
3
 
4
4
 
@@ -15,21 +15,27 @@ Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
- "TotalCount": 1,
18
+ "TotalCount": 0,
19
19
  "Items": [
20
20
  {
21
- "TemplateId": "template-00000000",
22
- "TemplateName": "系统基础自动化评估模板",
23
- "Description": "系统基础自动化评估模板",
24
- "Source": "system",
25
- "UseType": "auto",
26
- "CreatedTime": "2022-04-14 18:52:43",
27
- "ControlItemCount": 4,
28
- "AppliedItemCount": 4,
29
- "Status": "launched"
21
+ "Id": 0,
22
+ "TemplateId": "abc",
23
+ "TemplateName": "abc",
24
+ "Description": "abc",
25
+ "Source": "abc",
26
+ "UseType": "abc",
27
+ "CreatedTime": "abc",
28
+ "ControlItemCount": 0,
29
+ "AppliedItemCount": 0,
30
+ "Status": "abc",
31
+ "SupportDataSource": [
32
+ "abc"
33
+ ],
34
+ "IsASMTemplate": true,
35
+ "IdentifyComplianceId": 0
30
36
  }
31
37
  ],
32
- "RequestId": "9a9f5c32-95ab-4130-ae37-047cde38b943"
38
+ "RequestId": "abc"
33
39
  }
34
40
  }
35
41
  ```
@@ -0,0 +1,25 @@
1
+ **Example 1: 获取用印审批链接**
2
+
3
+ 获取用印审批链接
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli essbasic DescribeChannelSealPolicyWorkflowUrl --cli-unfold-argument \
9
+ --Agent.AppId yDwhxUUckp3gl8j5UuFX33LSNozpRsbi \
10
+ --Agent.ProxyOrganizationOpenId org_dianziqian \
11
+ --Agent.ProxyOperator.OpenId n9527 \
12
+ --Agent.ProxyAppId \
13
+ --WorkflowInstanceId yDwiBUUckpo27hh3UuLiduR83BEL3kSb
14
+ ```
15
+
16
+ Output:
17
+ ```
18
+ {
19
+ "Response": {
20
+ "WorkflowUrl": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=SEAL_APPROVE&userId=yDwhxUUckp3gl8j5UuFX33LSNozpRsbi&policyId=yDwhxUUckp3gl8j5UuFX33LSNozpRsbi&instanceId=yDwhxUUckp3gl8j5UuFX33LSNozpRsbi&channelType=AAA",
21
+ "RequestId": "s1696921563375938822"
22
+ }
23
+ }
24
+ ```
25
+
@@ -0,0 +1,28 @@
1
+ **Example 1: 批量拉取云存事件缩略图**
2
+
3
+ 批量拉取云存事件缩略图
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotvideo DescribeCloudStorageThumbnailList --cli-unfold-argument \
9
+ --ProductId H541SOP191 \
10
+ --DeviceName event_36502632_1 \
11
+ --ThumbnailList /100008401725/AQTV2839QJ/sp01_32820237_7/events/1615200613.jpg
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "RequestId": "77dbf0ae-bdee-4b09-a5eb-0086d0164a20",
19
+ "ThumbnailURLInfoList": [
20
+ {
21
+ "ExpireTime": 12321321,
22
+ "ThumbnailURL": "https://video-cv-1258344699.cos.ap-guangzhou.myqcloud.com/%2F100"
23
+ }
24
+ ]
25
+ }
26
+ }
27
+ ```
28
+
@@ -39,7 +39,12 @@ Output:
39
39
  "PodName": "abc",
40
40
  "PodIP": "abc",
41
41
  "PodStatus": "abc",
42
- "ClusterID": "abc"
42
+ "ClusterID": "abc",
43
+ "ClusterName": "abc",
44
+ "NodeUniqueID": "abc",
45
+ "HostID": "abc",
46
+ "Namespace": "abc",
47
+ "WorkloadType": "abc"
43
48
  },
44
49
  "ProcessInfo": {
45
50
  "ProcessName": "abc",
@@ -40,7 +40,11 @@ Output:
40
40
  "PodIP": "abc",
41
41
  "PodStatus": "abc",
42
42
  "ClusterID": "abc",
43
- "ClusterName": "abc"
43
+ "ClusterName": "abc",
44
+ "NodeUniqueID": "abc",
45
+ "HostID": "abc",
46
+ "Namespace": "abc",
47
+ "WorkloadType": "abc"
44
48
  },
45
49
  "ProcessInfo": {
46
50
  "ProcessName": "abc",
@@ -11,8 +11,10 @@ Output:
11
11
  ```
12
12
  {
13
13
  "Response": {
14
- "AssetSyncLastTime": "2006-01-02 15:04:05",
15
- "RequestId": "xx"
14
+ "AssetSyncLastTime": "abc",
15
+ "TaskStatus": "abc",
16
+ "TaskProcess": 0,
17
+ "RequestId": "abc"
16
18
  }
17
19
  }
18
20
  ```
@@ -42,7 +42,9 @@ Output:
42
42
  "ClusterID": "abc",
43
43
  "ClusterName": "abc",
44
44
  "NodeUniqueID": "abc",
45
- "HostID": "abc"
45
+ "HostID": "abc",
46
+ "Namespace": "abc",
47
+ "WorkloadType": "abc"
46
48
  },
47
49
  "ProcessInfo": {
48
50
  "ProcessName": "abc",
@@ -69,6 +69,8 @@ Output:
69
69
  "NodeUniqueID": "abc",
70
70
  "NodeID": "abc",
71
71
  "ClusterName": "abc",
72
+ "Namespace": "abc",
73
+ "WorkloadType": "abc",
72
74
  "RequestId": "abc"
73
75
  }
74
76
  }
@@ -39,7 +39,12 @@ Output:
39
39
  "PodName": "abc",
40
40
  "PodIP": "abc",
41
41
  "PodStatus": "abc",
42
- "ClusterID": "abc"
42
+ "ClusterID": "abc",
43
+ "ClusterName": "abc",
44
+ "NodeUniqueID": "abc",
45
+ "HostID": "abc",
46
+ "Namespace": "abc",
47
+ "WorkloadType": "abc"
43
48
  },
44
49
  "ProcessInfo": {
45
50
  "ProcessName": "abc",
@@ -76,6 +76,8 @@ Output:
76
76
  "NodeType": "abc",
77
77
  "NodeID": "abc",
78
78
  "ClusterName": "abc",
79
+ "Namespace": "abc",
80
+ "WorkloadType": "abc",
79
81
  "RequestId": "abc"
80
82
  }
81
83
  }
@@ -56,7 +56,17 @@ Output:
56
56
  "Value": "abc"
57
57
  }
58
58
  ],
59
- "PodIP": "abc"
59
+ "NodeSubNetName": "abc",
60
+ "NodeSubNetCIDR": "abc",
61
+ "PodIP": "abc",
62
+ "NodeType": "abc",
63
+ "NodeID": "abc",
64
+ "NodeUniqueID": "abc",
65
+ "NodeSubNetID": "abc",
66
+ "ClusterID": "abc",
67
+ "ClusterName": "abc",
68
+ "Namespace": "abc",
69
+ "WorkloadType": "abc"
60
70
  },
61
71
  "RequestId": "abc"
62
72
  }
@@ -62,7 +62,7 @@ Output:
62
62
  ]
63
63
  }
64
64
  ],
65
- "RequestId": "xx"
65
+ "RequestId": "abc"
66
66
  }
67
67
  }
68
68
  ```
@@ -48,7 +48,7 @@ Output:
48
48
  ]
49
49
  }
50
50
  ],
51
- "RequestId": "xx"
51
+ "RequestId": "abc"
52
52
  }
53
53
  }
54
54
  ```
@@ -32,7 +32,7 @@ Output:
32
32
  ]
33
33
  }
34
34
  ],
35
- "RequestId": "xx"
35
+ "RequestId": "abc"
36
36
  }
37
37
  }
38
38
  ```
@@ -47,7 +47,7 @@ Output:
47
47
  ]
48
48
  }
49
49
  ],
50
- "RequestId": "xx"
50
+ "RequestId": "abc"
51
51
  }
52
52
  }
53
53
  ```
@@ -0,0 +1,18 @@
1
+ **Example 1: 设置域名 HTTPS 证书信息**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli vod SetVodDomainCertificate --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "12ae8d8e-dce3-4551-9d4b-5594145287e1"
15
+ }
16
+ }
17
+ ```
18
+