tccli 3.0.1105.1__py2.py3-none-any.whl → 3.0.1107.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.
Files changed (29) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/csip/v20221121/UpdateAlertStatusList.md +31 -0
  3. tccli/examples/cwp/v20180228/DescribeHostLoginList.md +18 -1
  4. tccli/examples/monitor/v20180724/CleanGrafanaInstance.md +1 -1
  5. tccli/examples/tcss/v20201101/DescribeEventEscapeImageList.md +41 -0
  6. tccli/services/cdwdoris/v20211228/api.json +72 -0
  7. tccli/services/ckafka/v20190819/api.json +643 -249
  8. tccli/services/cls/v20201016/api.json +1 -1
  9. tccli/services/csip/csip_client.py +53 -0
  10. tccli/services/csip/v20221121/api.json +150 -0
  11. tccli/services/csip/v20221121/examples.json +8 -0
  12. tccli/services/cwp/v20180228/api.json +3 -1
  13. tccli/services/cwp/v20180228/examples.json +1 -1
  14. tccli/services/dnspod/v20210323/api.json +1 -1
  15. tccli/services/ess/v20201111/api.json +9 -0
  16. tccli/services/essbasic/v20210526/api.json +4 -4
  17. tccli/services/monitor/v20180724/examples.json +1 -1
  18. tccli/services/tcss/tcss_client.py +57 -4
  19. tccli/services/tcss/v20201101/api.json +216 -0
  20. tccli/services/tcss/v20201101/examples.json +8 -0
  21. tccli/services/tke/v20220501/api.json +1 -1
  22. tccli/services/tse/v20201207/api.json +18 -0
  23. tccli/services/vod/v20180717/api.json +2 -2
  24. tccli/services/weilingwith/v20230427/api.json +1 -1
  25. {tccli-3.0.1105.1.dist-info → tccli-3.0.1107.1.dist-info}/METADATA +2 -2
  26. {tccli-3.0.1105.1.dist-info → tccli-3.0.1107.1.dist-info}/RECORD +29 -27
  27. {tccli-3.0.1105.1.dist-info → tccli-3.0.1107.1.dist-info}/WHEEL +0 -0
  28. {tccli-3.0.1105.1.dist-info → tccli-3.0.1107.1.dist-info}/entry_points.txt +0 -0
  29. {tccli-3.0.1105.1.dist-info → tccli-3.0.1107.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1105.1'
1
+ __version__ = '3.0.1107.1'
@@ -0,0 +1,31 @@
1
+ **Example 1: test**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli csip UpdateAlertStatusList --cli-unfold-argument \
9
+ --OperatedMemberId abc \
10
+ --ID.0.AppId abc \
11
+ --ID.0.Type abc \
12
+ --ID.0.SubType abc \
13
+ --ID.0.Source abc \
14
+ --ID.0.Name abc \
15
+ --ID.0.Key abc \
16
+ --ID.0.Date abc \
17
+ --ID.0.Status 0 \
18
+ --OperateType 0
19
+ ```
20
+
21
+ Output:
22
+ ```
23
+ {
24
+ "Response": {
25
+ "Msg": "abc",
26
+ "Code": "abc",
27
+ "RequestId": "abc"
28
+ }
29
+ }
30
+ ```
31
+
@@ -30,7 +30,24 @@ Output:
30
30
  "City": 216,
31
31
  "Province": 19,
32
32
  "LoginTime": "2020-02-20 14:51:35",
33
- "ModifyTime": "2020-02-20 14:51:35"
33
+ "ModifyTime": "2020-02-20 14:51:35",
34
+ "IsRiskUser": 0,
35
+ "Port": 22,
36
+ "Location": "中国:广东省:深圳市",
37
+ "Desc": "",
38
+ "IsRiskSrcIp": 1,
39
+ "IsRiskArea": 1,
40
+ "Quuid": "xxxx-xxxx-xxxxxx-xxxxxx-xxxx",
41
+ "RiskLevel": 0,
42
+ "IsRiskTime": 1,
43
+ "MachineExtraInfo": {
44
+ "WanIP": "111.111.111.111",
45
+ "InstanceID": "ins-12341234",
46
+ "NetworkName": "",
47
+ "PrivateIP": "1.1.1.1",
48
+ "NetworkType": 1,
49
+ "HostName": "abc"
50
+ }
34
51
  }
35
52
  ],
36
53
  "RequestId": "4234234",
@@ -13,7 +13,7 @@ Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "RequestId": "xxx"
16
+ "RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
17
17
  }
18
18
  }
19
19
  ```
@@ -0,0 +1,41 @@
1
+ **Example 1: 查询风险容器镜像列表**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tcss DescribeEventEscapeImageList --cli-unfold-argument \
9
+ --Limit 1 \
10
+ --Offset 1 \
11
+ --Filters.0.Name abc \
12
+ --Filters.0.Values abc \
13
+ --Filters.0.ExactMatch True \
14
+ --Order abc \
15
+ --By abc
16
+ ```
17
+
18
+ Output:
19
+ ```
20
+ {
21
+ "Response": {
22
+ "List": [
23
+ {
24
+ "EventType": "abc",
25
+ "OriginEventType": "abc",
26
+ "ImageName": "abc",
27
+ "ContainerCount": 0,
28
+ "FoundTime": "2020-09-22 00:00:00",
29
+ "LatestFoundTime": "2020-09-22 00:00:00",
30
+ "EventCount": 0,
31
+ "Status": "abc",
32
+ "Description": "abc",
33
+ "Solution": "abc"
34
+ }
35
+ ],
36
+ "TotalCount": 1,
37
+ "RequestId": "abc"
38
+ }
39
+ }
40
+ ```
41
+
@@ -1528,6 +1528,42 @@
1528
1528
  "name": "DurationMs",
1529
1529
  "required": false,
1530
1530
  "type": "string"
1531
+ },
1532
+ {
1533
+ "disabled": false,
1534
+ "document": "查询sql",
1535
+ "example": "无",
1536
+ "member": "string",
1537
+ "name": "Sql",
1538
+ "required": false,
1539
+ "type": "string"
1540
+ },
1541
+ {
1542
+ "disabled": false,
1543
+ "document": "排序参数",
1544
+ "example": "无",
1545
+ "member": "string",
1546
+ "name": "ReadRows",
1547
+ "required": false,
1548
+ "type": "string"
1549
+ },
1550
+ {
1551
+ "disabled": false,
1552
+ "document": "排序参数",
1553
+ "example": "无",
1554
+ "member": "string",
1555
+ "name": "ResultBytes",
1556
+ "required": false,
1557
+ "type": "string"
1558
+ },
1559
+ {
1560
+ "disabled": false,
1561
+ "document": "排序参数",
1562
+ "example": "无",
1563
+ "member": "string",
1564
+ "name": "MemoryUsage",
1565
+ "required": false,
1566
+ "type": "string"
1531
1567
  }
1532
1568
  ],
1533
1569
  "type": "object"
@@ -1646,6 +1682,42 @@
1646
1682
  "name": "CatalogName",
1647
1683
  "required": false,
1648
1684
  "type": "list"
1685
+ },
1686
+ {
1687
+ "disabled": false,
1688
+ "document": "sql名",
1689
+ "example": "select * from xxx",
1690
+ "member": "string",
1691
+ "name": "Sql",
1692
+ "required": false,
1693
+ "type": "string"
1694
+ },
1695
+ {
1696
+ "disabled": false,
1697
+ "document": "ReadRows排序字段",
1698
+ "example": "ASC",
1699
+ "member": "string",
1700
+ "name": "ReadRows",
1701
+ "required": false,
1702
+ "type": "string"
1703
+ },
1704
+ {
1705
+ "disabled": false,
1706
+ "document": "ResultBytes排序字段",
1707
+ "example": "ASC",
1708
+ "member": "string",
1709
+ "name": "ResultBytes",
1710
+ "required": false,
1711
+ "type": "string"
1712
+ },
1713
+ {
1714
+ "disabled": false,
1715
+ "document": "MemoryUsage排序字段",
1716
+ "example": "ASC",
1717
+ "member": "string",
1718
+ "name": "MemoryUsage",
1719
+ "required": false,
1720
+ "type": "string"
1649
1721
  }
1650
1722
  ],
1651
1723
  "type": "object"