tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1231.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/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +4 -6
- tccli/services/cam/cam_client.py +53 -0
- tccli/services/cam/v20190116/api.json +125 -52
- tccli/services/cam/v20190116/examples.json +12 -4
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/cloudaudit/v20190319/api.json +39 -39
- tccli/services/cloudaudit/v20190319/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +53 -55
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/es/v20180416/api.json +106 -8
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/memcached/v20190318/api.json +20 -20
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/mqtt/mqtt_client.py +283 -71
- tccli/services/mqtt/v20240516/api.json +312 -0
- tccli/services/mqtt/v20240516/examples.json +32 -0
- tccli/services/ocr/v20181119/api.json +143 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +11 -9
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +9 -9
- tccli/services/tse/tse_client.py +228 -16
- tccli/services/tse/v20201207/api.json +476 -0
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vdb/v20230616/api.json +3 -3
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +17 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/license_files/LICENSE +0 -0
@@ -341,7 +341,7 @@
|
|
341
341
|
{
|
342
342
|
"disabled": false,
|
343
343
|
"document": "跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)",
|
344
|
-
"example": "
|
344
|
+
"example": "cos",
|
345
345
|
"member": "string",
|
346
346
|
"name": "ResourceType",
|
347
347
|
"required": true,
|
@@ -496,7 +496,7 @@
|
|
496
496
|
{
|
497
497
|
"disabled": false,
|
498
498
|
"document": "跟踪集名称",
|
499
|
-
"example": "
|
499
|
+
"example": "audit_log",
|
500
500
|
"member": "string",
|
501
501
|
"name": "AuditName",
|
502
502
|
"required": true,
|
@@ -514,7 +514,7 @@
|
|
514
514
|
"example": "1",
|
515
515
|
"member": "int64",
|
516
516
|
"name": "IsEnableCmqNotify",
|
517
|
-
"
|
517
|
+
"output_required": true,
|
518
518
|
"type": "int",
|
519
519
|
"value_allowed_null": false
|
520
520
|
},
|
@@ -524,17 +524,17 @@
|
|
524
524
|
"example": "1",
|
525
525
|
"member": "int64",
|
526
526
|
"name": "ReadWriteAttribute",
|
527
|
-
"
|
527
|
+
"output_required": true,
|
528
528
|
"type": "int",
|
529
529
|
"value_allowed_null": false
|
530
530
|
},
|
531
531
|
{
|
532
532
|
"disabled": false,
|
533
533
|
"document": "CMK的全局唯一标识符。",
|
534
|
-
"example": "
|
534
|
+
"example": "ak-3aaaa444",
|
535
535
|
"member": "string",
|
536
536
|
"name": "KeyId",
|
537
|
-
"
|
537
|
+
"output_required": true,
|
538
538
|
"type": "string",
|
539
539
|
"value_allowed_null": false
|
540
540
|
},
|
@@ -544,57 +544,57 @@
|
|
544
544
|
"example": "1",
|
545
545
|
"member": "int64",
|
546
546
|
"name": "AuditStatus",
|
547
|
-
"
|
547
|
+
"output_required": true,
|
548
548
|
"type": "int",
|
549
549
|
"value_allowed_null": false
|
550
550
|
},
|
551
551
|
{
|
552
552
|
"disabled": false,
|
553
553
|
"document": "跟踪集名称。",
|
554
|
-
"example": "
|
554
|
+
"example": "audit_log",
|
555
555
|
"member": "string",
|
556
556
|
"name": "AuditName",
|
557
|
-
"
|
557
|
+
"output_required": true,
|
558
558
|
"type": "string",
|
559
559
|
"value_allowed_null": false
|
560
560
|
},
|
561
561
|
{
|
562
562
|
"disabled": false,
|
563
563
|
"document": "cos存储桶所在地域。",
|
564
|
-
"example": "
|
564
|
+
"example": "ap-beijing",
|
565
565
|
"member": "string",
|
566
566
|
"name": "CosRegion",
|
567
|
-
"
|
567
|
+
"output_required": true,
|
568
568
|
"type": "string",
|
569
569
|
"value_allowed_null": false
|
570
570
|
},
|
571
571
|
{
|
572
572
|
"disabled": false,
|
573
573
|
"document": "队列名称。",
|
574
|
-
"example": "
|
574
|
+
"example": "audit",
|
575
575
|
"member": "string",
|
576
576
|
"name": "CmqQueueName",
|
577
|
-
"
|
577
|
+
"output_required": true,
|
578
578
|
"type": "string",
|
579
579
|
"value_allowed_null": false
|
580
580
|
},
|
581
581
|
{
|
582
582
|
"disabled": false,
|
583
583
|
"document": "CMK别名。",
|
584
|
-
"example": "
|
584
|
+
"example": "audit",
|
585
585
|
"member": "string",
|
586
586
|
"name": "KmsAlias",
|
587
|
-
"
|
587
|
+
"output_required": true,
|
588
588
|
"type": "string",
|
589
589
|
"value_allowed_null": false
|
590
590
|
},
|
591
591
|
{
|
592
592
|
"disabled": false,
|
593
593
|
"document": "kms地域。",
|
594
|
-
"example": "
|
594
|
+
"example": "ap-shanghai",
|
595
595
|
"member": "string",
|
596
596
|
"name": "KmsRegion",
|
597
|
-
"
|
597
|
+
"output_required": true,
|
598
598
|
"type": "string",
|
599
599
|
"value_allowed_null": false
|
600
600
|
},
|
@@ -604,37 +604,37 @@
|
|
604
604
|
"example": "1",
|
605
605
|
"member": "int64",
|
606
606
|
"name": "IsEnableKmsEncry",
|
607
|
-
"
|
607
|
+
"output_required": true,
|
608
608
|
"type": "int",
|
609
609
|
"value_allowed_null": false
|
610
610
|
},
|
611
611
|
{
|
612
612
|
"disabled": false,
|
613
613
|
"document": "cos存储桶名称。",
|
614
|
-
"example": "
|
614
|
+
"example": "cos-audit",
|
615
615
|
"member": "string",
|
616
616
|
"name": "CosBucketName",
|
617
|
-
"
|
617
|
+
"output_required": true,
|
618
618
|
"type": "string",
|
619
619
|
"value_allowed_null": false
|
620
620
|
},
|
621
621
|
{
|
622
622
|
"disabled": false,
|
623
623
|
"document": "队列所在地域。",
|
624
|
-
"example": "
|
624
|
+
"example": "ap-guangzhou",
|
625
625
|
"member": "string",
|
626
626
|
"name": "CmqRegion",
|
627
|
-
"
|
627
|
+
"output_required": true,
|
628
628
|
"type": "string",
|
629
629
|
"value_allowed_null": false
|
630
630
|
},
|
631
631
|
{
|
632
632
|
"disabled": false,
|
633
633
|
"document": "日志前缀。",
|
634
|
-
"example": "
|
634
|
+
"example": "audit",
|
635
635
|
"member": "string",
|
636
636
|
"name": "LogFilePrefix",
|
637
|
-
"
|
637
|
+
"output_required": true,
|
638
638
|
"type": "string",
|
639
639
|
"value_allowed_null": false
|
640
640
|
},
|
@@ -688,7 +688,7 @@
|
|
688
688
|
{
|
689
689
|
"disabled": false,
|
690
690
|
"document": "跟踪事件所属产品(如:cos,全部:*)",
|
691
|
-
"example": "
|
691
|
+
"example": "cos",
|
692
692
|
"member": "string",
|
693
693
|
"name": "ResourceType",
|
694
694
|
"output_required": true,
|
@@ -1552,7 +1552,7 @@
|
|
1552
1552
|
{
|
1553
1553
|
"disabled": false,
|
1554
1554
|
"document": "跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)",
|
1555
|
-
"example": "
|
1555
|
+
"example": "cos",
|
1556
1556
|
"member": "string",
|
1557
1557
|
"name": "ResourceType",
|
1558
1558
|
"required": false,
|
@@ -1986,7 +1986,7 @@
|
|
1986
1986
|
{
|
1987
1987
|
"disabled": false,
|
1988
1988
|
"document": "跟踪集名称",
|
1989
|
-
"example": "
|
1989
|
+
"example": "audit_log",
|
1990
1990
|
"member": "string",
|
1991
1991
|
"name": "AuditName",
|
1992
1992
|
"required": true,
|
@@ -1994,7 +1994,7 @@
|
|
1994
1994
|
},
|
1995
1995
|
{
|
1996
1996
|
"disabled": false,
|
1997
|
-
"document": "是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq
|
1997
|
+
"document": "是否开启cmq消息通知。1:是,0:否。目前仅支持cmq的队列服务。如果开启cmq消息通知服务,操作审计会将您的日志内容实时投递到您指定地域的指定队列中。",
|
1998
1998
|
"example": "1",
|
1999
1999
|
"member": "int64",
|
2000
2000
|
"name": "IsEnableCmqNotify",
|
@@ -2012,8 +2012,8 @@
|
|
2012
2012
|
},
|
2013
2013
|
{
|
2014
2014
|
"disabled": false,
|
2015
|
-
"document": "CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion
|
2016
|
-
"example": "
|
2015
|
+
"document": "CMK的全局唯一标识符,如果不是新创建的kms,该值是必填值。可以通过ListKeyAliasByRegion来获取。操作审计不会校验KeyId的合法性,请您谨慎填写,避免给您的数据造成损失。",
|
2016
|
+
"example": "ak-4m4mkl5433",
|
2017
2017
|
"member": "string",
|
2018
2018
|
"name": "KeyId",
|
2019
2019
|
"required": false,
|
@@ -2022,7 +2022,7 @@
|
|
2022
2022
|
{
|
2023
2023
|
"disabled": false,
|
2024
2024
|
"document": "cos地域。目前支持的地域可以使用ListCosEnableRegion来获取。",
|
2025
|
-
"example": "
|
2025
|
+
"example": "ap-guangzhou",
|
2026
2026
|
"member": "string",
|
2027
2027
|
"name": "CosRegion",
|
2028
2028
|
"required": false,
|
@@ -2030,8 +2030,8 @@
|
|
2030
2030
|
},
|
2031
2031
|
{
|
2032
2032
|
"disabled": false,
|
2033
|
-
"document": "队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1
|
2034
|
-
"example": "
|
2033
|
+
"document": "队列名称。队列名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。如果IsEnableCmqNotify值是1的话,此值属于必填字段。如果不是新创建的队列,操作审计不会去校验该队列是否真的存在,请谨慎填写,避免日志通知不成功,导致您的数据丢失。",
|
2034
|
+
"example": "audit_queue",
|
2035
2035
|
"member": "string",
|
2036
2036
|
"name": "CmqQueueName",
|
2037
2037
|
"required": false,
|
@@ -2049,7 +2049,7 @@
|
|
2049
2049
|
{
|
2050
2050
|
"disabled": false,
|
2051
2051
|
"document": "kms地域。目前支持的地域可以使用ListKmsEnableRegion来获取。必须要和cos的地域保持一致。",
|
2052
|
-
"example": "
|
2052
|
+
"example": "ap-shanghai",
|
2053
2053
|
"member": "string",
|
2054
2054
|
"name": "KmsRegion",
|
2055
2055
|
"required": false,
|
@@ -2066,8 +2066,8 @@
|
|
2066
2066
|
},
|
2067
2067
|
{
|
2068
2068
|
"disabled": false,
|
2069
|
-
"document": "cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40
|
2070
|
-
"example": "
|
2069
|
+
"document": "cos的存储桶名称。仅支持小写英文字母和数字即[a-z,0-9]、中划线“-”及其组合。用户自定义的字符串支持1 - 40个字符。存储桶命名不能以“-”开头或结尾。如果不是新创建的存储桶,操作审计不会去校验该存储桶是否真的存在,请谨慎填写,避免日志投递不成功,导致您的数据丢失。",
|
2070
|
+
"example": "audit_bucket",
|
2071
2071
|
"member": "string",
|
2072
2072
|
"name": "CosBucketName",
|
2073
2073
|
"required": false,
|
@@ -2076,7 +2076,7 @@
|
|
2076
2076
|
{
|
2077
2077
|
"disabled": false,
|
2078
2078
|
"document": "队列所在的地域。可以通过ListCmqEnableRegion获取支持的cmq地域。如果IsEnableCmqNotify值是1的话,此值属于必填字段。",
|
2079
|
-
"example": "
|
2079
|
+
"example": "ap-beijing",
|
2080
2080
|
"member": "string",
|
2081
2081
|
"name": "CmqRegion",
|
2082
2082
|
"required": false,
|
@@ -2085,7 +2085,7 @@
|
|
2085
2085
|
{
|
2086
2086
|
"disabled": false,
|
2087
2087
|
"document": "日志文件前缀。3-40个字符,只能包含 ASCII 编码字母 a-z,A-Z,数字 0-9。",
|
2088
|
-
"example": "
|
2088
|
+
"example": "audit",
|
2089
2089
|
"member": "string",
|
2090
2090
|
"name": "LogFilePrefix",
|
2091
2091
|
"required": false,
|
@@ -2112,7 +2112,7 @@
|
|
2112
2112
|
"example": "1",
|
2113
2113
|
"member": "int64",
|
2114
2114
|
"name": "IsSuccess",
|
2115
|
-
"
|
2115
|
+
"output_required": true,
|
2116
2116
|
"type": "int",
|
2117
2117
|
"value_allowed_null": false
|
2118
2118
|
},
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"CreateAuditTrack": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditTrack\n<公共请求参数>\n\n{\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"Status\": 1,\n \"TrackForAllMembers\": 1,\n \"EventNames\": [\n \"LookUpEvents\",\n \"DeleteAudit\"\n ],\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditTrack\n<公共请求参数>\n\n{\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"Status\": 1,\n \"TrackForAllMembers\": 1,\n \"EventNames\": [\n \"LookUpEvents\",\n \"DeleteAudit\"\n ],\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"audit\"\n }\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"TrackId\": 1,\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
8
8
|
"title": "创建跟踪集"
|
9
9
|
}
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"document": "查询跟踪集详情",
|
30
30
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=DescribeAudit\n&AuditName=xxxxx_cloudaudit_2\n&<公共请求参数>",
|
31
|
-
"output": "{\n \"Response\": {\n \"AuditName\": \"xxxxx_cloudaudit_2\",\n \"CmqQueueName\": \"xxxxx-cloudaudit-2\",\n \"CmqRegion\": \"hk\",\n \"CosBucketName\": \"xxxxx-cloudaudit-2\",\n \"CosRegion\": \"ap-hongkong\",\n \"IsEnableCmqNotify\": 1,\n \"LogFilePrefix\": \"xxx2312\",\n \"ReadWriteAttribute\": 1,\n \"AuditStatus\": 1,\n \"KeyId\": \"
|
31
|
+
"output": "{\n \"Response\": {\n \"AuditName\": \"xxxxx_cloudaudit_2\",\n \"CmqQueueName\": \"xxxxx-cloudaudit-2\",\n \"CmqRegion\": \"hk\",\n \"CosBucketName\": \"xxxxx-cloudaudit-2\",\n \"CosRegion\": \"ap-hongkong\",\n \"IsEnableCmqNotify\": 1,\n \"LogFilePrefix\": \"xxx2312\",\n \"ReadWriteAttribute\": 1,\n \"AuditStatus\": 1,\n \"KeyId\": \"34\",\n \"IsEnableKmsEncry\": 0,\n \"KmsRegion\": \"hk\",\n \"KmsAlias\": \"test\",\n \"RequestId\": \"e23ee347-d011-482a-83fa-12e7d318dd9f\"\n }\n}",
|
32
32
|
"title": "查询跟踪集详情"
|
33
33
|
}
|
34
34
|
],
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"EventNames\": [\n \"LookUpEvents\"\n ],\n \"Storage\": {\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"
|
39
|
+
"output": "{\n \"Response\": {\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"EventNames\": [\n \"LookUpEvents\"\n ],\n \"Storage\": {\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"audit\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageType\": \"cos\"\n },\n \"TrackForAllMembers\": 1,\n \"Status\": 1,\n \"CreateTime\": \"2021-01-14 14:43:38\",\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
40
40
|
"title": "查询操作审计跟踪集详情"
|
41
41
|
}
|
42
42
|
],
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"ModifyAuditTrack": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1,\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"Status\": 0,\n \"TrackForAllMembers\": 1,\n \"EventNames\": [\n \"LookUpEvents\",\n \"DeleteAudit\"\n ],\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1,\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"Status\": 0,\n \"TrackForAllMembers\": 1,\n \"EventNames\": [\n \"LookUpEvents\",\n \"DeleteAudit\"\n ],\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"audit\"\n }\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
120
120
|
"title": "修改操作审计跟踪"
|
121
121
|
}
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"UpdateAudit": [
|
148
148
|
{
|
149
149
|
"document": "更新跟踪集",
|
150
|
-
"input": "https://cloudaudit.tencentcloudapi.com/?Action=UpdateAudit\n&AuditName=
|
150
|
+
"input": "https://cloudaudit.tencentcloudapi.com/?Action=UpdateAudit\n&AuditName=audit_log\n&CosBucketName=sss\n&CosRegion=ap-hongkong\n&LogFilePrefix=wwwwww\n&<公共请求参数>",
|
151
151
|
"output": "{\n \"Response\": {\n \"IsSuccess\": 1,\n \"RequestId\": \"45cb39e2-4b94-4d9c-bf95-db7daba5740d\"\n }\n}",
|
152
152
|
"title": "更新跟踪集"
|
153
153
|
}
|