tccli 3.0.997.1__py2.py3-none-any.whl → 3.0.999.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/cynosdb/v20190107/DescribeClusterDatabases.md +24 -0
- tccli/examples/essbasic/v20210526/ChannelDeleteSealPolicies.md +10 -7
- tccli/examples/essbasic/v20210526/ChannelDescribeOrganizationSeals.md +6 -5
- tccli/examples/essbasic/v20210526/ChannelDescribeRoles.md +669 -447
- tccli/examples/essbasic/v20210526/ChannelUpdateSealStatus.md +6 -3
- tccli/examples/faceid/v20180301/DetectAIFakeFaces.md +52 -0
- tccli/examples/monitor/v20180724/ModifyAlarmPolicyCondition.md +77 -0
- tccli/examples/sqlserver/v20180328/CreateAccount.md +1 -1
- tccli/examples/sqlserver/v20180328/ModifyAccountPrivilege.md +1 -1
- tccli/examples/sqlserver/v20180328/RestartDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/StartInstanceXEvent.md +1 -1
- tccli/examples/waf/v20180125/DescribeCCAutoStatus.md +21 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +59 -1
- tccli/examples/waf/v20180125/UpsertCCAutoStatus.md +22 -0
- tccli/examples/wedata/v20210820/DescribeTableMetas.md +90 -0
- tccli/examples/weilingwith/v20230427/DescribeApplicationList.md +48 -2
- tccli/examples/weilingwith/v20230427/DescribeDeviceShadowList.md +21 -2
- tccli/examples/weilingwith/v20230427/DescribeVideoRecordStream.md +9 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +92 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +31 -22
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/faceid/faceid_client.py +53 -0
- tccli/services/faceid/v20180301/api.json +79 -0
- tccli/services/faceid/v20180301/examples.json +14 -0
- tccli/services/gaap/v20180529/api.json +10 -0
- tccli/services/live/v20180801/api.json +18 -0
- tccli/services/monitor/v20180724/api.json +11 -7
- tccli/services/monitor/v20180724/examples.json +6 -0
- tccli/services/ocr/v20181119/api.json +76 -0
- tccli/services/omics/v20221128/api.json +151 -23
- tccli/services/sqlserver/v20180328/api.json +9 -9
- tccli/services/sqlserver/v20180328/examples.json +4 -4
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/vrs/v20200824/api.json +1 -1
- tccli/services/waf/v20180125/api.json +298 -67
- tccli/services/waf/v20180125/examples.json +18 -10
- tccli/services/waf/waf_client.py +75 -22
- tccli/services/wedata/v20210820/api.json +825 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +69 -16
- tccli/services/weilingwith/v20230427/api.json +490 -40
- tccli/services/weilingwith/v20230427/examples.json +5 -5
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/METADATA +2 -2
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/RECORD +52 -47
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.999.1'
|
@@ -0,0 +1,24 @@
|
|
1
|
+
**Example 1: 查询数据库列表**
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli cynosdb DescribeClusterDatabases --cli-unfold-argument \
|
9
|
+
--ClusterId xxx
|
10
|
+
```
|
11
|
+
|
12
|
+
Output:
|
13
|
+
```
|
14
|
+
{
|
15
|
+
"Response": {
|
16
|
+
"TotalCount": 3,
|
17
|
+
"Limit": 20,
|
18
|
+
"Offset": 1,
|
19
|
+
"RequestId": "176466",
|
20
|
+
"Databases": []
|
21
|
+
}
|
22
|
+
}
|
23
|
+
```
|
24
|
+
|
@@ -1,16 +1,19 @@
|
|
1
|
-
**Example 1:
|
1
|
+
**Example 1: 删除单个用户的印章授权**
|
2
2
|
|
3
|
-
|
3
|
+
1.指定AppId为yDwfwUUgygormhg1UuS2eARxjMT0mxAw
|
4
|
+
2.指定子客企业OpenId为org_dianziqian
|
5
|
+
3.指定要操作的印章Id为yDRSRUUgygj******uO4zjEuBzwyiofZ
|
6
|
+
4.指定要删除授权的用户userId为yDxbWUyKQDx7OZUuO4zjESvEkRMHc55R
|
4
7
|
|
5
8
|
Input:
|
6
9
|
|
7
10
|
```
|
8
11
|
tccli essbasic ChannelDeleteSealPolicies --cli-unfold-argument \
|
9
|
-
--Agent.ProxyOrganizationOpenId
|
10
|
-
--Agent.ProxyOperator.OpenId
|
11
|
-
--Agent.AppId
|
12
|
-
--SealId
|
13
|
-
--UserIds
|
12
|
+
--Agent.ProxyOrganizationOpenId org_dianziqian \
|
13
|
+
--Agent.ProxyOperator.OpenId n9527 \
|
14
|
+
--Agent.AppId yDwfwUUgygormhg1UuS2eARxjMT0mxAw \
|
15
|
+
--SealId yDRSRUUgygj******uO4zjEuBzwyiofZ \
|
16
|
+
--UserIds yDxbWUyKQDx7OZUuO4zjESvEkRMHc55R
|
14
17
|
```
|
15
18
|
|
16
19
|
Output:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
**Example 1: 查询子客企业电子印章**
|
2
2
|
|
3
|
-
|
4
|
-
|
3
|
+
1.查询应用yDwhxUUckp3gl8j5UuFX33LSNozpRsbi下认证的子客org_dianziqian的印章
|
4
|
+
2.设置InfoType=1,返回时会同时返回授权用例的相关信息
|
5
5
|
|
6
6
|
Input:
|
7
7
|
|
@@ -9,9 +9,10 @@ Input:
|
|
9
9
|
tccli essbasic ChannelDescribeOrganizationSeals --cli-unfold-argument \
|
10
10
|
--InfoType 1 \
|
11
11
|
--Limit 1 \
|
12
|
-
--Agent.AppId
|
13
|
-
--Agent.ProxyOrganizationOpenId
|
14
|
-
--Agent.ProxyOperator.OpenId
|
12
|
+
--Agent.AppId yDwhxUUckp3gl8j5UuFX33LSNozpRsbi \
|
13
|
+
--Agent.ProxyOrganizationOpenId org_dianziqian \
|
14
|
+
--Agent.ProxyOperator.OpenId n9527 \
|
15
|
+
--Agent.ProxyAppId \
|
15
16
|
--Offset 0
|
16
17
|
```
|
17
18
|
|