tccli 3.0.1101.1__py2.py3-none-any.whl → 3.0.1102.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/examples/cls/v20201016/DeleteDataTransform.md +1 -1
- tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
- tccli/examples/rum/v20210622/DescribeError.md +1 -1
- tccli/examples/rum/v20210622/ModifyProject.md +1 -1
- tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
- tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cls/v20201016/api.json +78 -56
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cvm/v20170312/api.json +2 -0
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/monitor/v20180724/api.json +39 -39
- tccli/services/rum/v20210622/api.json +26 -11
- tccli/services/rum/v20210622/examples.json +16 -16
- tccli/services/tdmq/v20200217/api.json +111 -1
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +55 -2
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +24 -6
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/vod/v20180717/api.json +2 -2
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/RECORD +29 -28
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1101.1.dist-info → tccli-3.0.1102.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1102.1'
|
@@ -6,9 +6,9 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli cls ModifyConfigExtra --cli-unfold-argument \
|
9
|
-
--ConfigExtraId
|
9
|
+
--ConfigExtraId 6ef60bec-0242-43af-bb20-270359fb54a8 \
|
10
10
|
--Name testname \
|
11
|
-
--TopicId
|
11
|
+
--TopicId 6ef60bec-0242-43af-bb20-270359fb54a8 \
|
12
12
|
--Type host_file \
|
13
13
|
--HostFile.LogPath /var/log/tmep \
|
14
14
|
--HostFile.FilePattern *.log \
|
@@ -0,0 +1,30 @@
|
|
1
|
+
**Example 1: 查询安全 IP 分组的配置信息**
|
2
|
+
|
3
|
+
查询指定站点中,安全 IP 分组的配置信息。
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli teo DescribeSecurityIPGroup --cli-unfold-argument \
|
9
|
+
--ZoneId zone-nqicqhasui
|
10
|
+
```
|
11
|
+
|
12
|
+
Output:
|
13
|
+
```
|
14
|
+
{
|
15
|
+
"Response": {
|
16
|
+
"IPGroups": [
|
17
|
+
{
|
18
|
+
"GroupId": 123,
|
19
|
+
"Name": "ExampleIpGroup",
|
20
|
+
"Content": [
|
21
|
+
"2.2.2.2",
|
22
|
+
"23.23.23.0/24"
|
23
|
+
]
|
24
|
+
}
|
25
|
+
],
|
26
|
+
"RequestId": "ddf831fc-cf45-40fe-81b0-2d9cdd4c1bd6"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
```
|
30
|
+
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"status": "online"
|
534
534
|
},
|
535
535
|
"UpdateDomainConfig": {
|
536
|
-
"document": "UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。\n注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。\n
|
536
|
+
"document": "UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。\n注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。\n操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。",
|
537
537
|
"input": "UpdateDomainConfigRequest",
|
538
538
|
"name": "更新加速域名配置",
|
539
539
|
"output": "UpdateDomainConfigResponse",
|