tccli 3.0.1041.1__py2.py3-none-any.whl → 3.0.1042.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/cloudaudit/v20190319/DeleteAuditTrack.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeAuditTrack.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeAuditTracks.md +1 -1
- tccli/examples/cloudaudit/v20190319/DescribeEvents.md +2 -2
- tccli/examples/cloudaudit/v20190319/ModifyAuditTrack.md +1 -1
- tccli/services/car/v20220110/api.json +2 -2
- tccli/services/cloudaudit/v20190319/api.json +61 -27
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +1 -1
- {tccli-3.0.1041.1.dist-info → tccli-3.0.1042.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1041.1.dist-info → tccli-3.0.1042.1.dist-info}/RECORD +16 -16
- {tccli-3.0.1041.1.dist-info → tccli-3.0.1042.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1041.1.dist-info → tccli-3.0.1042.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1041.1.dist-info → tccli-3.0.1042.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1042.1'
|
@@ -22,14 +22,14 @@
|
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"StartPublishStream": {
|
25
|
-
"document": "
|
25
|
+
"document": "开始云端推流。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。",
|
26
26
|
"input": "StartPublishStreamRequest",
|
27
27
|
"name": "开始云端推流",
|
28
28
|
"output": "StartPublishStreamResponse",
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"StartPublishStreamWithURL": {
|
32
|
-
"document": "开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)",
|
32
|
+
"document": "开始云端推流到指定URL。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)",
|
33
33
|
"input": "StartPublishStreamWithURLRequest",
|
34
34
|
"name": "开始云端推流到指定URL",
|
35
35
|
"output": "StartPublishStreamWithURLResponse",
|
@@ -8,9 +8,9 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CreateAuditTrack": {
|
11
|
-
"document": "
|
11
|
+
"document": "创建操作审计跟踪集",
|
12
12
|
"input": "CreateAuditTrackRequest",
|
13
|
-
"name": "
|
13
|
+
"name": "创建操作审计跟踪集",
|
14
14
|
"output": "CreateAuditTrackResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"DeleteAuditTrack": {
|
25
|
-
"document": "
|
25
|
+
"document": "删除操作审计跟踪集",
|
26
26
|
"input": "DeleteAuditTrackRequest",
|
27
|
-
"name": "
|
27
|
+
"name": "删除操作审计跟踪集",
|
28
28
|
"output": "DeleteAuditTrackResponse",
|
29
29
|
"status": "online"
|
30
30
|
},
|
@@ -36,23 +36,23 @@
|
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
38
|
"DescribeAuditTrack": {
|
39
|
-
"document": "
|
39
|
+
"document": "查询操作审计跟踪集详情",
|
40
40
|
"input": "DescribeAuditTrackRequest",
|
41
|
-
"name": "
|
41
|
+
"name": "查询操作审计跟踪集详情",
|
42
42
|
"output": "DescribeAuditTrackResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
45
|
"DescribeAuditTracks": {
|
46
|
-
"document": "
|
46
|
+
"document": "查询操作审计跟踪集列表",
|
47
47
|
"input": "DescribeAuditTracksRequest",
|
48
|
-
"name": "
|
48
|
+
"name": "查询操作审计跟踪集列表",
|
49
49
|
"output": "DescribeAuditTracksResponse",
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
52
|
"DescribeEvents": {
|
53
|
-
"document": "
|
53
|
+
"document": "查询操作审计日志",
|
54
54
|
"input": "DescribeEventsRequest",
|
55
|
-
"name": "
|
55
|
+
"name": "查询操作审计日志",
|
56
56
|
"output": "DescribeEventsResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
@@ -106,9 +106,9 @@
|
|
106
106
|
"status": "online"
|
107
107
|
},
|
108
108
|
"ModifyAuditTrack": {
|
109
|
-
"document": "
|
109
|
+
"document": "修改操作审计跟踪集",
|
110
110
|
"input": "ModifyAuditTrackRequest",
|
111
|
-
"name": "
|
111
|
+
"name": "修改操作审计跟踪集",
|
112
112
|
"output": "ModifyAuditTrackResponse",
|
113
113
|
"status": "online"
|
114
114
|
},
|
@@ -518,7 +518,7 @@
|
|
518
518
|
"example": "1",
|
519
519
|
"member": "uint64",
|
520
520
|
"name": "TrackId",
|
521
|
-
"
|
521
|
+
"output_required": true,
|
522
522
|
"type": "int",
|
523
523
|
"value_allowed_null": false
|
524
524
|
},
|
@@ -773,10 +773,10 @@
|
|
773
773
|
{
|
774
774
|
"disabled": false,
|
775
775
|
"document": "跟踪集名称",
|
776
|
-
"example": "
|
776
|
+
"example": "操作审计",
|
777
777
|
"member": "string",
|
778
778
|
"name": "Name",
|
779
|
-
"
|
779
|
+
"output_required": true,
|
780
780
|
"type": "string",
|
781
781
|
"value_allowed_null": false
|
782
782
|
},
|
@@ -786,7 +786,7 @@
|
|
786
786
|
"example": "Read",
|
787
787
|
"member": "string",
|
788
788
|
"name": "ActionType",
|
789
|
-
"
|
789
|
+
"output_required": true,
|
790
790
|
"type": "string",
|
791
791
|
"value_allowed_null": false
|
792
792
|
},
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"example": "*",
|
797
797
|
"member": "string",
|
798
798
|
"name": "ResourceType",
|
799
|
-
"
|
799
|
+
"output_required": true,
|
800
800
|
"type": "string",
|
801
801
|
"value_allowed_null": false
|
802
802
|
},
|
@@ -806,7 +806,7 @@
|
|
806
806
|
"example": "1",
|
807
807
|
"member": "uint64",
|
808
808
|
"name": "Status",
|
809
|
-
"
|
809
|
+
"output_required": true,
|
810
810
|
"type": "int",
|
811
811
|
"value_allowed_null": false
|
812
812
|
},
|
@@ -816,7 +816,7 @@
|
|
816
816
|
"example": "1",
|
817
817
|
"member": "string",
|
818
818
|
"name": "EventNames",
|
819
|
-
"
|
819
|
+
"output_required": true,
|
820
820
|
"type": "list",
|
821
821
|
"value_allowed_null": false
|
822
822
|
},
|
@@ -826,7 +826,7 @@
|
|
826
826
|
"example": "cos",
|
827
827
|
"member": "Storage",
|
828
828
|
"name": "Storage",
|
829
|
-
"
|
829
|
+
"output_required": true,
|
830
830
|
"type": "object",
|
831
831
|
"value_allowed_null": false
|
832
832
|
},
|
@@ -836,7 +836,7 @@
|
|
836
836
|
"example": "2021-02-01 18:03",
|
837
837
|
"member": "string",
|
838
838
|
"name": "CreateTime",
|
839
|
-
"
|
839
|
+
"output_required": true,
|
840
840
|
"type": "string",
|
841
841
|
"value_allowed_null": false
|
842
842
|
},
|
@@ -846,7 +846,7 @@
|
|
846
846
|
"example": "1",
|
847
847
|
"member": "uint64",
|
848
848
|
"name": "TrackForAllMembers",
|
849
|
-
"
|
849
|
+
"output_required": true,
|
850
850
|
"type": "int",
|
851
851
|
"value_allowed_null": true
|
852
852
|
},
|
@@ -892,6 +892,7 @@
|
|
892
892
|
"example": "*",
|
893
893
|
"member": "Tracks",
|
894
894
|
"name": "Tracks",
|
895
|
+
"output_required": true,
|
895
896
|
"type": "list",
|
896
897
|
"value_allowed_null": false
|
897
898
|
},
|
@@ -901,6 +902,7 @@
|
|
901
902
|
"example": "10",
|
902
903
|
"member": "uint64",
|
903
904
|
"name": "TotalCount",
|
905
|
+
"output_required": true,
|
904
906
|
"type": "int",
|
905
907
|
"value_allowed_null": false
|
906
908
|
},
|
@@ -954,7 +956,7 @@
|
|
954
956
|
},
|
955
957
|
{
|
956
958
|
"disabled": false,
|
957
|
-
"document": "检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{\"key\":\"*\",\"value\":\"*\"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)",
|
959
|
+
"document": "检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{\"key\":\"*\",\"value\":\"*\"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)",
|
958
960
|
"example": "[{\"AttributeKey:XX,\"AttributeValue\":xx}]",
|
959
961
|
"member": "LookupAttribute",
|
960
962
|
"name": "LookupAttributes",
|
@@ -982,6 +984,7 @@
|
|
982
984
|
"example": "false",
|
983
985
|
"member": "bool",
|
984
986
|
"name": "ListOver",
|
987
|
+
"output_required": true,
|
985
988
|
"type": "bool",
|
986
989
|
"value_allowed_null": false
|
987
990
|
},
|
@@ -991,6 +994,7 @@
|
|
991
994
|
"example": "123123213",
|
992
995
|
"member": "uint64",
|
993
996
|
"name": "NextToken",
|
997
|
+
"output_required": true,
|
994
998
|
"type": "int",
|
995
999
|
"value_allowed_null": false
|
996
1000
|
},
|
@@ -1000,6 +1004,7 @@
|
|
1000
1004
|
"example": "*",
|
1001
1005
|
"member": "Event",
|
1002
1006
|
"name": "Events",
|
1007
|
+
"output_required": true,
|
1003
1008
|
"type": "list",
|
1004
1009
|
"value_allowed_null": true
|
1005
1010
|
},
|
@@ -1009,6 +1014,7 @@
|
|
1009
1014
|
"example": "1",
|
1010
1015
|
"member": "uint64",
|
1011
1016
|
"name": "TotalCount",
|
1017
|
+
"output_required": true,
|
1012
1018
|
"type": "int",
|
1013
1019
|
"value_allowed_null": true
|
1014
1020
|
},
|
@@ -1676,26 +1682,28 @@
|
|
1676
1682
|
"members": [
|
1677
1683
|
{
|
1678
1684
|
"disabled": false,
|
1679
|
-
"document": "
|
1685
|
+
"document": "资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
1680
1686
|
"example": "xx",
|
1681
1687
|
"member": "string",
|
1682
1688
|
"name": "ResourceType",
|
1689
|
+
"output_required": false,
|
1683
1690
|
"required": false,
|
1684
1691
|
"type": "string",
|
1685
|
-
"value_allowed_null":
|
1692
|
+
"value_allowed_null": true
|
1686
1693
|
},
|
1687
1694
|
{
|
1688
1695
|
"disabled": false,
|
1689
|
-
"document": "
|
1696
|
+
"document": "资源名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
1690
1697
|
"example": "xx",
|
1691
1698
|
"member": "string",
|
1692
1699
|
"name": "ResourceName",
|
1700
|
+
"output_required": false,
|
1693
1701
|
"required": false,
|
1694
1702
|
"type": "string",
|
1695
1703
|
"value_allowed_null": true
|
1696
1704
|
}
|
1697
1705
|
],
|
1698
|
-
"usage": "
|
1706
|
+
"usage": "both"
|
1699
1707
|
},
|
1700
1708
|
"StartLoggingRequest": {
|
1701
1709
|
"document": "StartLogging请求参数结构体",
|
@@ -1780,6 +1788,7 @@
|
|
1780
1788
|
"example": "cos",
|
1781
1789
|
"member": "string",
|
1782
1790
|
"name": "StorageType",
|
1791
|
+
"output_required": true,
|
1783
1792
|
"required": true,
|
1784
1793
|
"type": "string",
|
1785
1794
|
"value_allowed_null": false
|
@@ -1790,6 +1799,7 @@
|
|
1790
1799
|
"example": "ap-shanghai",
|
1791
1800
|
"member": "string",
|
1792
1801
|
"name": "StorageRegion",
|
1802
|
+
"output_required": true,
|
1793
1803
|
"required": true,
|
1794
1804
|
"type": "string",
|
1795
1805
|
"value_allowed_null": false
|
@@ -1800,6 +1810,7 @@
|
|
1800
1810
|
"example": "audit",
|
1801
1811
|
"member": "string",
|
1802
1812
|
"name": "StorageName",
|
1813
|
+
"output_required": true,
|
1803
1814
|
"required": true,
|
1804
1815
|
"type": "string",
|
1805
1816
|
"value_allowed_null": false
|
@@ -1810,9 +1821,32 @@
|
|
1810
1821
|
"example": "audit",
|
1811
1822
|
"member": "string",
|
1812
1823
|
"name": "StoragePrefix",
|
1824
|
+
"output_required": true,
|
1813
1825
|
"required": true,
|
1814
1826
|
"type": "string",
|
1815
1827
|
"value_allowed_null": false
|
1828
|
+
},
|
1829
|
+
{
|
1830
|
+
"disabled": false,
|
1831
|
+
"document": "被指定存储用户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
1832
|
+
"example": "无",
|
1833
|
+
"member": "string",
|
1834
|
+
"name": "StorageAccountId",
|
1835
|
+
"output_required": false,
|
1836
|
+
"required": false,
|
1837
|
+
"type": "string",
|
1838
|
+
"value_allowed_null": true
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"disabled": false,
|
1842
|
+
"document": "被指定存储用户appid\n注意:此字段可能返回 null,表示取不到有效值。",
|
1843
|
+
"example": "无",
|
1844
|
+
"member": "string",
|
1845
|
+
"name": "StorageAppId",
|
1846
|
+
"output_required": false,
|
1847
|
+
"required": false,
|
1848
|
+
"type": "string",
|
1849
|
+
"value_allowed_null": true
|
1816
1850
|
}
|
1817
1851
|
],
|
1818
1852
|
"usage": "both"
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"document": "",
|
30
30
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
32
|
-
"title": "
|
32
|
+
"title": "删除操作审计跟踪集"
|
33
33
|
}
|
34
34
|
],
|
35
35
|
"DescribeAudit": [
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"document": "",
|
46
46
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1\n}",
|
47
47
|
"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\": \"test\",\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}",
|
48
|
-
"title": "
|
48
|
+
"title": "查询操作审计跟踪集详情"
|
49
49
|
}
|
50
50
|
],
|
51
51
|
"DescribeAuditTracks": [
|
@@ -53,15 +53,15 @@
|
|
53
53
|
"document": "在控制台或者使用接口,查看已经创建的跟踪集列表",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditTracks\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"Tracks\": [\n {\n \"TrackId\": 1,\n \"Name\": \"audit\",\n \"ActionType\": \"Read\",\n \"ResourceType\": \"audit\",\n \"EventNames\": [\n \"LookUpEvents\"\n ],\n \"Storage\": {\n \"StorageName\": \"audit-cos\",\n \"StoragePrefix\": \"test\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageType\": \"cos\"\n },\n \"Status\": 1,\n \"CreateTime\": \"2021-01-14 14:43:38\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
56
|
-
"title": "
|
56
|
+
"title": "查询操作审计跟踪集列表"
|
57
57
|
}
|
58
58
|
],
|
59
59
|
"DescribeEvents": [
|
60
60
|
{
|
61
|
-
"document": "
|
61
|
+
"document": "查询操作审计日志",
|
62
62
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEvents\n<公共请求参数>\n\n{\n \"StartTime\": 1610613170,\n \"EndTime\": 1610699570,\n \"MaxResults\": 1\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"ListOver\": true,\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"userIdentity\\\":{\\\"principalId\\\":\\\"1000000000\\\",\\\"accountId\\\":\\\"1000000000\\\",\\\"secretId\\\":\\\"xxx\\\",\\\"sessionContext\\\":\\\"{\\\\\\\"token\\\\\\\": \\\\\\\"xxx--Jqr7dXvw3EBEXWNcJljzbZeJeoIrQx9gafWtHV1Lg9zu7hSpY91LAF414n21D41bpodncbz8u12C-xxx\\\\\\\", \\\\\\\"ua\\\\\\\": \\\\\\\"xxx\\\\\\\", \\\\\\\"userIp\\\\\\\": \\\\\\\"111.111.11.111\\\\\\\", \\\\\\\"uin\\\\\\\": 1000000000, \\\\\\\"ownerUin\\\\\\\": 1000000000, \\\\\\\"appId\\\\\\\": 1256196555, \\\\\\\"expireTime\\\\\\\": \\\\\\\"2023-04-03 19:23:29\\\\\\\", \\\\\\\"mfa\\\\\\\": 1, \\\\\\\"mfaExpireTime\\\\\\\": \\\\\\\"0000-00-00 00:00:00\\\\\\\", \\\\\\\"interfaceName\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"hasPolicyFilter\\\\\\\": 0, \\\\\\\"policyFilter\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"extraInfo\\\\\\\": \\\\\\\"{\\\\\\\\\\\\\\\"dictId\\\\\\\\\\\\\\\":2208,\\\\\\\\\\\\\\\"mfaExpireTime\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"3000-12-12 00:00:00\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"sessionUin\\\\\\\\\\\\\\\":5000}\\\\\\\"}\\\",\\\"type\\\":\\\"Root\\\",\\\"userName\\\":\\\"root\\\"},\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventVersion\\\":2,\\\"errorCode\\\":\\\"0\\\",\\\"errorMessage\\\":\\\"\\\",\\\"requestID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"eventID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"apiVersion\\\":\\\"3.0\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"actionType\\\":\\\"Write\\\",\\\"httpMethod\\\":\\\"POST\\\",\\\"apiErrorCode\\\":0,\\\"apiErrorMessage\\\":\\\"\\\",\\\"userAgent\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"eventTime\\\":1680513809,\\\"sourceIPAddress\\\":\\\"111.111.111.111\\\",\\\"eventSource\\\":\\\"cloudaudit.ap-guangzhou.api.tencentyun.com\\\",\\\"resources\\\":\\\"[\\\\\\\"*\\\\\\\"]\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceSet\\\":[],\\\"requestParameters\\\":\\\"{\\\\\\\"ActionType\\\\\\\":\\\\\\\"Write\\\\\\\",\\\\\\\"EventNames\\\\\\\":[\\\\\\\"*\\\\\\\"],\\\\\\\"Name\\\\\\\":\\\\\\\"qweqwe\\\\\\\",\\\\\\\"ResourceType\\\\\\\":\\\\\\\"*\\\\\\\",\\\\\\\"Status\\\\\\\":1,\\\\\\\"Storage\\\\\\\":{\\\\\\\"StorageName\\\\\\\":\\\\\\\"d0f00ec9-5643-4a11-9022-187621d38714\\\\\\\",\\\\\\\"StoragePrefix\\\\\\\":\\\\\\\"cloudaudit\\\\\\\",\\\\\\\"StorageRegion\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"StorageType\\\\\\\":\\\\\\\"cls\\\\\\\"},\\\\\\\"Version\\\\\\\":\\\\\\\"2019-03-19\\\\\\\"}\\\",\\\"responseElements\\\":\\\"{\\\\\\\"TrackId\\\\\\\":21915,\\\\\\\"RequestId\\\\\\\":\\\\\\\"008ef803-4549-41fe-a7e6-433122273683\\\\\\\"}\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"eventName\\\":\\\"CreateAuditTrack\\\",\\\"sensitiveAction\\\":\\\"1\\\",\\\"tags\\\":[\\\"\\\"]}\",\n \"EventName\": \"CreateAuditTrack\",\n \"EventTime\": \"1680513809\",\n \"SecretId\": \"xxxxxxx\",\n \"ErrorCode\": 0,\n \"RequestID\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"SourceIPAddress\": \"111.111.111.111\",\n \"EventSource\": \"cloudaudit.ap-guangzhou.api.tencentyun.com\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"AccountID\": 100004293724,\n \"Location\": \"中国 广东省 深圳市 中国电信\",\n \"ResourceTypeCn\": \"云审计\",\n \"EventNameCn\": \"创建云审计跟踪集\",\n \"ResourceRegion\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"NextToken\": 16805138109322956,\n \"RequestId\": \"42a0e189-2869-488f-aa34-8bffd0814322\"\n }\n}",
|
64
|
-
"title": "
|
64
|
+
"title": "查询操作审计日志"
|
65
65
|
}
|
66
66
|
],
|
67
67
|
"GetAttributeKey": [
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"document": "",
|
126
126
|
"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\": \"test\"\n }\n}",
|
127
127
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2d4a7fba-bba8-452e-a99e-ccf11fdaa583\"\n }\n}",
|
128
|
-
"title": "
|
128
|
+
"title": "修改操作审计跟踪"
|
129
129
|
}
|
130
130
|
],
|
131
131
|
"StartLogging": [
|
@@ -5782,7 +5782,7 @@
|
|
5782
5782
|
},
|
5783
5783
|
{
|
5784
5784
|
"disabled": false,
|
5785
|
-
"document": "变更链接类型:\n<ul>\n<li>**WEIXINAPP** : 创建变更短链。需要在移动端打开,会跳转到微信腾讯电子签小程序进行更换。(默认)</li>\n<li>**APP** : 创建变更小程序链接,可从第三方App
|
5785
|
+
"document": "变更链接类型:\n<ul>\n<li>**WEIXINAPP** : 创建变更短链。需要在移动端打开,会跳转到微信腾讯电子签小程序进行更换。(默认)</li>\n<li>**APP** : 创建变更小程序链接,可从第三方App或者小程序跳转到微信腾讯电子签小程序进行更换。</li>\n</ul>",
|
5786
5786
|
"example": "无",
|
5787
5787
|
"member": "string",
|
5788
5788
|
"name": "Endpoint",
|
@@ -3380,7 +3380,7 @@
|
|
3380
3380
|
"members": [
|
3381
3381
|
{
|
3382
3382
|
"disabled": false,
|
3383
|
-
"document": "CDN转推URL
|
3383
|
+
"document": "CDN转推URL,只支持rtmp链接。\n注:若更新转推时,URL有任何变化,都会断流重推。",
|
3384
3384
|
"example": "xxxx",
|
3385
3385
|
"member": "string",
|
3386
3386
|
"name": "PublishCdnUrl",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1042.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.1042
|
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=euEUq_tkO1pvLcrVgE7Y1z_zeAG2mGAX4cq4KI0MG9E,27
|
2
2
|
tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -1810,11 +1810,11 @@ tccli/examples/clb/v20180317/SetSecurityGroupForLoadbalancers.md,sha256=EQvFArSo
|
|
1810
1810
|
tccli/examples/cloudaudit/v20190319/CreateAudit.md,sha256=Ba5Qdx9nu4HMDpKbdg4AKvWENwzmLMmr3qfuNO9YWoo,530
|
1811
1811
|
tccli/examples/cloudaudit/v20190319/CreateAuditTrack.md,sha256=ENIV8uk45VguIhN2zQkoMO98ojyTYiRJMh7DvQturk8,545
|
1812
1812
|
tccli/examples/cloudaudit/v20190319/DeleteAudit.md,sha256=JKkic2pGo5qy-3q2zCFESJLo6c7f9rtnxZdyq3dVN-Y,274
|
1813
|
-
tccli/examples/cloudaudit/v20190319/DeleteAuditTrack.md,sha256=
|
1813
|
+
tccli/examples/cloudaudit/v20190319/DeleteAuditTrack.md,sha256=bd1r9Vn-4wnRJ8btK7cZSULC8tiF-zfYcN4oCqdrTGY,245
|
1814
1814
|
tccli/examples/cloudaudit/v20190319/DescribeAudit.md,sha256=FBRLg4ALIUBaLjYJzNX9VIPo4Ve-jYUFptrHzZDy7bU,709
|
1815
|
-
tccli/examples/cloudaudit/v20190319/DescribeAuditTrack.md,sha256=
|
1816
|
-
tccli/examples/cloudaudit/v20190319/DescribeAuditTracks.md,sha256=
|
1817
|
-
tccli/examples/cloudaudit/v20190319/DescribeEvents.md,sha256=
|
1815
|
+
tccli/examples/cloudaudit/v20190319/DescribeAuditTrack.md,sha256=peuSM-5Bj-jPWZCFyGzc7Ew-J7S2xKV3dW-gxgWDkMI,689
|
1816
|
+
tccli/examples/cloudaudit/v20190319/DescribeAuditTracks.md,sha256=yJwtcFzpaP197K56LRUnq0gYclws4JXYkdsvazJvHnc,974
|
1817
|
+
tccli/examples/cloudaudit/v20190319/DescribeEvents.md,sha256=CSpzscgGPzg0C-N0mhdGHaGEtOECwn3TsS3CepRqbIk,3347
|
1818
1818
|
tccli/examples/cloudaudit/v20190319/GetAttributeKey.md,sha256=_DRGJR77fMqj0au4OClH0-i5By3d8Ny-8Yb-KCrQOaQ,1887
|
1819
1819
|
tccli/examples/cloudaudit/v20190319/InquireAuditCredit.md,sha256=C5VGpk7Mf9wFJxcm4XPQXsGy91Vn2YZONyuHiE9iuWo,305
|
1820
1820
|
tccli/examples/cloudaudit/v20190319/ListAudits.md,sha256=JdQjJIQ_IBzGcmoXFYH_pFnFAIHAp89DFhrVmbzruk8,457
|
@@ -1822,7 +1822,7 @@ tccli/examples/cloudaudit/v20190319/ListCmqEnableRegion.md,sha256=Q6mKDpfXurTfHS
|
|
1822
1822
|
tccli/examples/cloudaudit/v20190319/ListCosEnableRegion.md,sha256=G6iEk9avgDiHnvSbppzJIYzWoaIaYQE1Q1t_OujgUws,573
|
1823
1823
|
tccli/examples/cloudaudit/v20190319/ListKeyAliasByRegion.md,sha256=b8pkJmdAoPjGA_kPy2GJD79jh0qiQPpSkCM8uk8h-zM,523
|
1824
1824
|
tccli/examples/cloudaudit/v20190319/LookUpEvents.md,sha256=GCvv0lgfXExbwAERg4j5y5yL4FxTZY2JLvF3TWb92Yw,3614
|
1825
|
-
tccli/examples/cloudaudit/v20190319/ModifyAuditTrack.md,sha256=
|
1825
|
+
tccli/examples/cloudaudit/v20190319/ModifyAuditTrack.md,sha256=6txhpcUw_3-nT521JXLJI4n8S3NN7uvvg6N2iuk5Z8c,550
|
1826
1826
|
tccli/examples/cloudaudit/v20190319/StartLogging.md,sha256=MWs9b3gN2t5l4xlAiXRuz3KYBwfsUryV-e58Klpmw6A,274
|
1827
1827
|
tccli/examples/cloudaudit/v20190319/StopLogging.md,sha256=DyAFkDYlCVVsFuTidWsxSrfC0f4_b5HHV1SrhQ39ncQ,273
|
1828
1828
|
tccli/examples/cloudaudit/v20190319/UpdateAudit.md,sha256=49zTaxokel3vY3EEQOocf1Qbeeqj6OFwUfJ_H83xfRU,358
|
@@ -11506,7 +11506,7 @@ tccli/services/captcha/v20190722/api.json,sha256=qlXjQ7wgANUE4xBmqY8jmG90Ev8ekMS
|
|
11506
11506
|
tccli/services/captcha/v20190722/examples.json,sha256=iAKXnxdrp3YNfVDrDYtT69dWRLugIIfECVews5DvPd8,17776
|
11507
11507
|
tccli/services/car/__init__.py,sha256=jHj_UydXB-rvbtJEAdThJkeOkpEfWQGsSTtYh8z34ss,85
|
11508
11508
|
tccli/services/car/car_client.py,sha256=NSb4YkIgCAovqCcDNFqoWQVG9ILf08DLo_wcFCFs8q0,24069
|
11509
|
-
tccli/services/car/v20220110/api.json,sha256=
|
11509
|
+
tccli/services/car/v20220110/api.json,sha256=intyKlSsZcbFMHRKNomfkKRCg5onn5ljRZsb28GqhYU,12825
|
11510
11510
|
tccli/services/car/v20220110/examples.json,sha256=6zu5LOf0Qdgje-YLRWhOlPYbctgOJ-sVECAoTUEmxHE,2916
|
11511
11511
|
tccli/services/cat/__init__.py,sha256=J1vQBWrO1MImVNtJ5HeS0guuP2cAtGW5mgTq0aADJng,85
|
11512
11512
|
tccli/services/cat/cat_client.py,sha256=3r3SeJyEyNi-jKwBhydyON3CooDDbsMqRMqRQ1r9vWg,42751
|
@@ -11594,8 +11594,8 @@ tccli/services/clb/v20180317/api.json,sha256=fg3DLMNwEcgwKcrAYcf_gxN0XA9gcjZLJ1C
|
|
11594
11594
|
tccli/services/clb/v20180317/examples.json,sha256=vts1FNF75g2G_WPkdTtNgZ71yK1rh7RAuG9qh4JhQ2U,120657
|
11595
11595
|
tccli/services/cloudaudit/__init__.py,sha256=U19yTW3yEQAaf_W0xT0bk9VNlbfkqqw8owcFSSO7iFs,99
|
11596
11596
|
tccli/services/cloudaudit/cloudaudit_client.py,sha256=IdxAxwGk5H0QooS9KBANCt-fIqsuBPgjkDoePPwtJCU,64107
|
11597
|
-
tccli/services/cloudaudit/v20190319/api.json,sha256
|
11598
|
-
tccli/services/cloudaudit/v20190319/examples.json,sha256=
|
11597
|
+
tccli/services/cloudaudit/v20190319/api.json,sha256=-doIz8Fs8qFXQQi1CJqDo2zeV8DkkFnfXCmlf5V5MSk,67225
|
11598
|
+
tccli/services/cloudaudit/v20190319/examples.json,sha256=1QAx5fifGwgP_AH9kMD3xvY8-30rUL2K9n62XQmIvo0,21208
|
11599
11599
|
tccli/services/cloudhsm/__init__.py,sha256=AJmNsgHRKoACJEjThkmacd-4qV1zxXNAvSbioAPO_EQ,95
|
11600
11600
|
tccli/services/cloudhsm/cloudhsm_client.py,sha256=-rG1Q3HyhsbnthHnyM_GnQSXp3aRnPK_UV_rOZOBuds,48770
|
11601
11601
|
tccli/services/cloudhsm/v20191112/api.json,sha256=A5EgSYjds9kdvJtkWVckOai1vmlB5qd7XODjiQRUQQY,61565
|
@@ -11762,7 +11762,7 @@ tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p
|
|
11762
11762
|
tccli/services/essbasic/essbasic_client.py,sha256=E8zsgyOddmUMv4cOoFn21xdgsLXL4nfjZl2xKgLO4nk,385952
|
11763
11763
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
11764
11764
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
11765
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
11765
|
+
tccli/services/essbasic/v20210526/api.json,sha256=ArxMghF8MsCbtB0ytECkPnD9yuKFouoA8MmoCp7_zgk,566690
|
11766
11766
|
tccli/services/essbasic/v20210526/examples.json,sha256=0SM6k1i9SAWFSyd3pRcROjdYUCjauQHiVSOWCuUld5Q,357131
|
11767
11767
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
11768
11768
|
tccli/services/facefusion/facefusion_client.py,sha256=fum28S9WBszDv6qPwdjEqCCQu8fSybBgHfcluT4lKgQ,18168
|
@@ -12302,7 +12302,7 @@ tccli/services/trro/v20220325/api.json,sha256=cIaThXT7KxtfFUSQIZzlq5Rl6ekclVAzwG
|
|
12302
12302
|
tccli/services/trro/v20220325/examples.json,sha256=ljXrfXH4UdtAKTxac2lQhAxxTneR7RAXRI3AF0UukRc,18740
|
12303
12303
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
12304
12304
|
tccli/services/trtc/trtc_client.py,sha256=GansGfL_PwW-7h1iqnZccsfuJ4nbSZ-iLcG5gVTAWho,139178
|
12305
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
12305
|
+
tccli/services/trtc/v20190722/api.json,sha256=LA4FPiKJHdoLfLynCrXkCY47kss7MqxmNBnuf4_FexI,264056
|
12306
12306
|
tccli/services/trtc/v20190722/examples.json,sha256=9O1nlHu5LFIuDxbxnqEwtlDvzBc3mhjFSnE-rLUDg6U,96182
|
12307
12307
|
tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
|
12308
12308
|
tccli/services/tse/tse_client.py,sha256=FUyMFg0acHd6H6z-P8hxcdGpKYE73LU6k-55pR_551Y,210642
|
@@ -12388,8 +12388,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
12388
12388
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
12389
12389
|
tccli/services/yunsou/v20191115/api.json,sha256=Dyfl3mC3NXGFINdyU_vxC-86gQe40YLOWjKkSK7XA2U,15708
|
12390
12390
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
12391
|
-
tccli-3.0.
|
12392
|
-
tccli-3.0.
|
12393
|
-
tccli-3.0.
|
12394
|
-
tccli-3.0.
|
12395
|
-
tccli-3.0.
|
12391
|
+
tccli-3.0.1042.1.dist-info/METADATA,sha256=MMy1STKKdbEmm1ymhjctDDrtgcvDThgsMq4ICuQ4o3k,16172
|
12392
|
+
tccli-3.0.1042.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
12393
|
+
tccli-3.0.1042.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
12394
|
+
tccli-3.0.1042.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
12395
|
+
tccli-3.0.1042.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|