tccli 3.0.1279.1__py2.py3-none-any.whl → 3.0.1280.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/v20221229/api.json +1 -1
- tccli/services/antiddos/v20200309/api.json +5 -1
- tccli/services/apm/v20210622/api.json +32 -32
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/billing/v20180709/api.json +550 -529
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +15 -1
- tccli/services/cfs/v20190719/examples.json +3 -3
- tccli/services/ciam/v20220331/api.json +111 -111
- tccli/services/ciam/v20220331/examples.json +8 -8
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/v20230110/api.json +7 -5
- tccli/services/csip/v20221121/api.json +66 -6
- tccli/services/cvm/v20170312/api.json +282 -267
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/dbbrain/v20191016/api.json +12 -8
- tccli/services/dbbrain/v20210527/api.json +20 -20
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +11 -0
- tccli/services/es/v20180416/api.json +13 -0
- tccli/services/goosefs/v20220519/api.json +16 -15
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +22 -3
- tccli/services/gwlb/v20240906/examples.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +243 -245
- tccli/services/iotcloud/v20210408/examples.json +64 -64
- tccli/services/keewidb/v20220308/api.json +92 -92
- tccli/services/live/v20180801/api.json +287 -274
- tccli/services/lke/lke_client.py +114 -8
- tccli/services/lke/v20231130/api.json +220 -0
- tccli/services/lke/v20231130/examples.json +16 -0
- tccli/services/mongodb/v20190725/api.json +4 -3
- tccli/services/mongodb/v20190725/examples.json +2 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/mqtt/mqtt_client.py +57 -4
- tccli/services/mqtt/v20240516/api.json +88 -0
- tccli/services/mqtt/v20240516/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/pts/v20210728/api.json +44 -6
- tccli/services/redis/v20180412/api.json +66 -66
- tccli/services/rum/v20210622/api.json +90 -0
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tag/v20180813/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +93 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +20 -20
- tccli/services/tms/v20201229/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +884 -884
- tccli/services/waf/v20180125/api.json +7 -7
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +107 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1279.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1280.1'
|
@@ -2257,6 +2257,7 @@
|
|
2257
2257
|
"example": "value",
|
2258
2258
|
"member": "string",
|
2259
2259
|
"name": "FieldType",
|
2260
|
+
"output_required": true,
|
2260
2261
|
"required": true,
|
2261
2262
|
"type": "string",
|
2262
2263
|
"value_allowed_null": false
|
@@ -2267,6 +2268,7 @@
|
|
2267
2268
|
"example": "srcip",
|
2268
2269
|
"member": "string",
|
2269
2270
|
"name": "FieldName",
|
2271
|
+
"output_required": true,
|
2270
2272
|
"required": true,
|
2271
2273
|
"type": "string",
|
2272
2274
|
"value_allowed_null": false
|
@@ -2277,16 +2279,18 @@
|
|
2277
2279
|
"example": "1.2.3.4",
|
2278
2280
|
"member": "string",
|
2279
2281
|
"name": "Value",
|
2282
|
+
"output_required": true,
|
2280
2283
|
"required": true,
|
2281
2284
|
"type": "string",
|
2282
2285
|
"value_allowed_null": false
|
2283
2286
|
},
|
2284
2287
|
{
|
2285
2288
|
"disabled": false,
|
2286
|
-
"document": "配置项值比对方式,可取值equal
|
2289
|
+
"document": "配置项值比对方式,可取值equal:相等,not_equal:不相等, include:包含",
|
2287
2290
|
"example": "equal",
|
2288
2291
|
"member": "string",
|
2289
2292
|
"name": "ValueOperator",
|
2293
|
+
"output_required": true,
|
2290
2294
|
"required": true,
|
2291
2295
|
"type": "string",
|
2292
2296
|
"value_allowed_null": false
|
@@ -1422,7 +1422,7 @@
|
|
1422
1422
|
},
|
1423
1423
|
{
|
1424
1424
|
"disabled": false,
|
1425
|
-
"document": "
|
1425
|
+
"document": "Spans字段中包含了链路数据的全部内容,由于数据经过了压缩,需要对结果进行如下三步转换,以还原始的文本。\n1. 将Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。\n2. 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。\n3. 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。\n",
|
1426
1426
|
"example": "无",
|
1427
1427
|
"member": "string",
|
1428
1428
|
"name": "Spans",
|
@@ -1716,31 +1716,22 @@
|
|
1716
1716
|
"DescribeServiceOverviewRequest": {
|
1717
1717
|
"document": "DescribeServiceOverview请求参数结构体",
|
1718
1718
|
"members": [
|
1719
|
-
{
|
1720
|
-
"disabled": false,
|
1721
|
-
"document": "指标列表",
|
1722
|
-
"example": "无",
|
1723
|
-
"member": "QueryMetricItem",
|
1724
|
-
"name": "Metrics",
|
1725
|
-
"required": true,
|
1726
|
-
"type": "list"
|
1727
|
-
},
|
1728
1719
|
{
|
1729
1720
|
"disabled": false,
|
1730
1721
|
"document": "业务系统 ID",
|
1731
1722
|
"example": "apm-52Dpv13GR",
|
1732
1723
|
"member": "string",
|
1733
1724
|
"name": "InstanceId",
|
1734
|
-
"required":
|
1725
|
+
"required": true,
|
1735
1726
|
"type": "string"
|
1736
1727
|
},
|
1737
1728
|
{
|
1738
1729
|
"disabled": false,
|
1739
|
-
"document": "
|
1730
|
+
"document": "指标列表",
|
1740
1731
|
"example": "无",
|
1741
|
-
"member": "
|
1742
|
-
"name": "
|
1743
|
-
"required":
|
1732
|
+
"member": "QueryMetricItem",
|
1733
|
+
"name": "Metrics",
|
1734
|
+
"required": true,
|
1744
1735
|
"type": "list"
|
1745
1736
|
},
|
1746
1737
|
{
|
@@ -1749,6 +1740,15 @@
|
|
1749
1740
|
"example": "service.name",
|
1750
1741
|
"member": "string",
|
1751
1742
|
"name": "GroupBy",
|
1743
|
+
"required": true,
|
1744
|
+
"type": "list"
|
1745
|
+
},
|
1746
|
+
{
|
1747
|
+
"disabled": false,
|
1748
|
+
"document": "过滤条件",
|
1749
|
+
"example": "无",
|
1750
|
+
"member": "Filter",
|
1751
|
+
"name": "Filters",
|
1752
1752
|
"required": false,
|
1753
1753
|
"type": "list"
|
1754
1754
|
},
|
@@ -1825,32 +1825,23 @@
|
|
1825
1825
|
"DescribeTagValuesRequest": {
|
1826
1826
|
"document": "DescribeTagValues请求参数结构体",
|
1827
1827
|
"members": [
|
1828
|
-
{
|
1829
|
-
"disabled": false,
|
1830
|
-
"document": "维度名",
|
1831
|
-
"example": "service.name",
|
1832
|
-
"member": "string",
|
1833
|
-
"name": "TagKey",
|
1834
|
-
"required": true,
|
1835
|
-
"type": "string"
|
1836
|
-
},
|
1837
1828
|
{
|
1838
1829
|
"disabled": false,
|
1839
1830
|
"document": "业务系统 ID",
|
1840
1831
|
"example": "apm-52Dpv13GR",
|
1841
1832
|
"member": "string",
|
1842
1833
|
"name": "InstanceId",
|
1843
|
-
"required":
|
1834
|
+
"required": true,
|
1844
1835
|
"type": "string"
|
1845
1836
|
},
|
1846
1837
|
{
|
1847
1838
|
"disabled": false,
|
1848
|
-
"document": "
|
1849
|
-
"example": "
|
1850
|
-
"member": "
|
1851
|
-
"name": "
|
1852
|
-
"required":
|
1853
|
-
"type": "
|
1839
|
+
"document": "维度名",
|
1840
|
+
"example": "service.name",
|
1841
|
+
"member": "string",
|
1842
|
+
"name": "TagKey",
|
1843
|
+
"required": true,
|
1844
|
+
"type": "string"
|
1854
1845
|
},
|
1855
1846
|
{
|
1856
1847
|
"disabled": false,
|
@@ -1870,6 +1861,15 @@
|
|
1870
1861
|
"required": false,
|
1871
1862
|
"type": "int"
|
1872
1863
|
},
|
1864
|
+
{
|
1865
|
+
"disabled": false,
|
1866
|
+
"document": "过滤条件",
|
1867
|
+
"example": "无",
|
1868
|
+
"member": "Filter",
|
1869
|
+
"name": "Filters",
|
1870
|
+
"required": false,
|
1871
|
+
"type": "list"
|
1872
|
+
},
|
1873
1873
|
{
|
1874
1874
|
"disabled": false,
|
1875
1875
|
"document": "Or 过滤条件",
|
@@ -2323,7 +2323,7 @@
|
|
2323
2323
|
"example": "[\"stock-service\",\"profile-service28\",\"profile-service08\"]",
|
2324
2324
|
"member": "string",
|
2325
2325
|
"name": "ServiceNames",
|
2326
|
-
"required":
|
2326
|
+
"required": true,
|
2327
2327
|
"type": "list"
|
2328
2328
|
}
|
2329
2329
|
],
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"DescribeTagValues": [
|
106
106
|
{
|
107
107
|
"document": "根据维度列名和过滤条件,查询维度值",
|
108
|
-
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\"\n}",
|
108
|
+
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\",\n \"InstanceId\": \"apm-CVfliqa8U\"\n}",
|
109
109
|
"output": "{\n \"Response\": {\n \"RequestId\": \"apz12zicapy-eqixuc-uehq346v59c62\",\n \"Values\": [\n \"sso-api\",\n \"auth-api\"\n ]\n }\n}",
|
110
110
|
"title": "查询维度数据"
|
111
111
|
}
|