tccli 3.0.1253.1__py2.py3-none-any.whl → 3.0.1254.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/apm/v20210622/api.json +298 -300
- tccli/services/apm/v20210622/examples.json +4 -4
- tccli/services/autoscaling/v20180419/api.json +72 -0
- tccli/services/cat/v20180409/api.json +4 -4
- tccli/services/cdwdoris/v20211228/api.json +152 -122
- tccli/services/cdwdoris/v20211228/examples.json +6 -6
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cvm/cvm_client.py +121 -68
- tccli/services/cvm/v20170312/api.json +55 -3
- tccli/services/cvm/v20170312/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +4 -4
- tccli/services/lke/v20231130/api.json +7 -7
- tccli/services/mna/v20210119/api.json +36 -36
- tccli/services/monitor/v20180724/api.json +32 -32
- tccli/services/ssl/v20191205/api.json +9 -0
- tccli/services/teo/v20220901/api.json +26 -14
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/vpc/v20170312/api.json +39 -36596
- tccli/services/vpc/v20170312/examples.json +5 -3513
- tccli/services/vpc/vpc_client.py +4 -20462
- tccli/services/wedata/v20210820/api.json +437 -8
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1253.1.dist-info → tccli-3.0.1254.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1253.1.dist-info → tccli-3.0.1254.1.dist-info}/RECORD +31 -31
- {tccli-3.0.1253.1.dist-info → tccli-3.0.1254.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1253.1.dist-info → tccli-3.0.1254.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1253.1.dist-info → tccli-3.0.1254.1.dist-info}/license_files/LICENSE +0 -0
@@ -10,18 +10,18 @@
|
|
10
10
|
],
|
11
11
|
"DescribeApmAgent": [
|
12
12
|
{
|
13
|
-
"document": "",
|
13
|
+
"document": "获取 APM 接入点示例",
|
14
14
|
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmAgent\n<公共请求参数>\n\n{\n \"InstanceId\": \"jYm6_leMg\"\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"ApmAgent\": {\n \"CollectorURL\": \"http://127.0.0.1:8080\",\n \"AgentDownloadURL\": \"https://agent.tapm.tencentyun.com/DownloadAgent\",\n \"Token\": \"14dac76ca10f4610f727ca68528758b43980251387493706d18988fa7d0621b7\",\n \"PublicCollectorURL\": \"http://127.0.0.1:8080\",\n \"InnerCollectorURL\": \"http://127.0.0.1:8080\",\n \"PrivateLinkCollectorURL\": \"http://127.0.0.1:8080\"\n },\n \"RequestId\": \"mzltx5whme-zl7je3p16tk5fwtb7ht61\"\n }\n}",
|
16
|
-
"title": "获取 APM
|
16
|
+
"title": "获取 APM 接入点"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"DescribeApmInstances": [
|
20
20
|
{
|
21
|
-
"document": "
|
21
|
+
"document": "获取 APM 业务系统列表",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmInstances\n<公共请求参数>\n\n{\n \"Tags\": [\n {\n \"Key\": \"appid\",\n \"Value\": \"1231\"\n }\n ]\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"Name\": \"ss1123\",\n \"InstanceId\": \"zE7Yu-g7R\",\n \"Description\": \"ssd\",\n \"TraceDuration\": 3,\n \"AppId\": 251005942,\n \"CreateUin\": \"1500000686\",\n \"Tags\": [],\n \"ServiceCount\": 0,\n \"ClientCount\": 0,\n \"TotalCount\": 0,\n \"CountOfReportSpanPerDay\": 0,\n \"AmountOfUsedStorage\": 100,\n \"Status\": 2,\n \"Region\": \"ap-guangzhou\",\n \"ErrRateThreshold\": 5,\n \"SampleRate\": 100,\n \"ErrorSample\": 0,\n \"SlowRequestSavedThreshold\": 500,\n \"SpanDailyCounters\": 1,\n \"BillingInstance\": 0,\n \"MetricDuration\": 30,\n \"CustomShowTags\": [],\n \"PayMode\": 1,\n \"PayModeEffective\": true,\n \"LogSource\": \"\",\n \"LogRegion\": \"\",\n \"IsRelatedLog\": 0,\n \"LogTopicID\": \"\",\n \"LogSet\": \"\"\n }\n ],\n \"RequestId\": \"7uv7qo2mmm1e3ao94113zuvm2sehp7mm\"\n }\n}",
|
24
|
-
"title": "
|
24
|
+
"title": "获取 APM 业务系统列表"
|
25
25
|
}
|
26
26
|
],
|
27
27
|
"DescribeGeneralApmApplicationConfig": [
|
@@ -1302,6 +1302,15 @@
|
|
1302
1302
|
"name": "ClearInstanceTags",
|
1303
1303
|
"required": false,
|
1304
1304
|
"type": "bool"
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"disabled": false,
|
1308
|
+
"document": "是否清空 MetaData,非必填,默认为 false。填 true 代表清空 MetaData,清空后基于此新创建的云主机将不会关联自定义的 Metadata。",
|
1309
|
+
"example": "false",
|
1310
|
+
"member": "bool",
|
1311
|
+
"name": "ClearMetadata",
|
1312
|
+
"required": false,
|
1313
|
+
"type": "bool"
|
1305
1314
|
}
|
1306
1315
|
],
|
1307
1316
|
"type": "object"
|
@@ -1952,6 +1961,15 @@
|
|
1952
1961
|
"name": "DedicatedClusterId",
|
1953
1962
|
"required": false,
|
1954
1963
|
"type": "string"
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
"disabled": false,
|
1967
|
+
"document": "自定义metadata。",
|
1968
|
+
"example": "无",
|
1969
|
+
"member": "Metadata",
|
1970
|
+
"name": "Metadata",
|
1971
|
+
"required": false,
|
1972
|
+
"type": "object"
|
1955
1973
|
}
|
1956
1974
|
],
|
1957
1975
|
"type": "object"
|
@@ -5067,6 +5085,51 @@
|
|
5067
5085
|
],
|
5068
5086
|
"usage": "in"
|
5069
5087
|
},
|
5088
|
+
"Metadata": {
|
5089
|
+
"document": "自定义 Metadata",
|
5090
|
+
"members": [
|
5091
|
+
{
|
5092
|
+
"disabled": false,
|
5093
|
+
"document": "自定义 Metadata 键值对列表",
|
5094
|
+
"example": "[{\"Key\": \"Key123_4-5\", \"Value\": \"valueExam\"}]",
|
5095
|
+
"member": "MetadataItem",
|
5096
|
+
"name": "Items",
|
5097
|
+
"output_required": false,
|
5098
|
+
"required": false,
|
5099
|
+
"type": "list",
|
5100
|
+
"value_allowed_null": false
|
5101
|
+
}
|
5102
|
+
],
|
5103
|
+
"usage": "both"
|
5104
|
+
},
|
5105
|
+
"MetadataItem": {
|
5106
|
+
"document": "自定义 Metadata 的一组键值对信息",
|
5107
|
+
"members": [
|
5108
|
+
{
|
5109
|
+
"disabled": false,
|
5110
|
+
"document": "自定义 MetaData 键",
|
5111
|
+
"example": "keyA-123_4",
|
5112
|
+
"member": "string",
|
5113
|
+
"name": "Key",
|
5114
|
+
"output_required": true,
|
5115
|
+
"required": true,
|
5116
|
+
"type": "string",
|
5117
|
+
"value_allowed_null": false
|
5118
|
+
},
|
5119
|
+
{
|
5120
|
+
"disabled": false,
|
5121
|
+
"document": "自定义 MetaData 值",
|
5122
|
+
"example": "Value123",
|
5123
|
+
"member": "string",
|
5124
|
+
"name": "Value",
|
5125
|
+
"output_required": true,
|
5126
|
+
"required": true,
|
5127
|
+
"type": "string",
|
5128
|
+
"value_allowed_null": false
|
5129
|
+
}
|
5130
|
+
],
|
5131
|
+
"usage": "both"
|
5132
|
+
},
|
5070
5133
|
"MetricAlarm": {
|
5071
5134
|
"document": "弹性伸缩告警指标",
|
5072
5135
|
"members": [
|
@@ -5656,6 +5719,15 @@
|
|
5656
5719
|
"name": "DedicatedClusterId",
|
5657
5720
|
"required": false,
|
5658
5721
|
"type": "string"
|
5722
|
+
},
|
5723
|
+
{
|
5724
|
+
"disabled": false,
|
5725
|
+
"document": "自定义metadata。",
|
5726
|
+
"example": "无",
|
5727
|
+
"member": "Metadata",
|
5728
|
+
"name": "Metadata",
|
5729
|
+
"required": false,
|
5730
|
+
"type": "object"
|
5659
5731
|
}
|
5660
5732
|
],
|
5661
5733
|
"type": "object"
|
@@ -134,7 +134,7 @@
|
|
134
134
|
{
|
135
135
|
"disabled": false,
|
136
136
|
"document": "拨测参数,详细可参考云拨测官方文档,链接:https://cloud.tencent.com/document/product/248/87308#createprobetasks。",
|
137
|
-
"example": "
|
137
|
+
"example": "{\\\"ipType\\\":0,\\\"grabBag\\\":0,\\\"netIcmpOn\\\":1,\\\"netIcmpActivex\\\":0,\\\"netIcmpTimeout\\\":20,\\\"netIcmpInterval\\\":0.5,\\\"netIcmpNum\\\":20,\\\"netIcmpSize\\\":32,\\\"netIcmpDataCut\\\":1}",
|
138
138
|
"member": "string",
|
139
139
|
"name": "Parameters",
|
140
140
|
"required": true,
|
@@ -1337,7 +1337,7 @@
|
|
1337
1337
|
{
|
1338
1338
|
"disabled": false,
|
1339
1339
|
"document": "拨测参数",
|
1340
|
-
"example": "{}",
|
1340
|
+
"example": "{\\\"ipType\\\":0,\\\"grabBag\\\":0,\\\"netIcmpOn\\\":1,\\\"netIcmpActivex\\\":0,\\\"netIcmpTimeout\\\":20,\\\"netIcmpInterval\\\":0.5,\\\"netIcmpNum\\\":20,\\\"netIcmpSize\\\":32,\\\"netIcmpDataCut\\\":1}",
|
1341
1341
|
"member": "string",
|
1342
1342
|
"name": "Parameters",
|
1343
1343
|
"output_required": true,
|
@@ -1750,7 +1750,7 @@
|
|
1750
1750
|
{
|
1751
1751
|
"disabled": false,
|
1752
1752
|
"document": "任务名,该参数为空时不作任何修改。",
|
1753
|
-
"example": "
|
1753
|
+
"example": "update_task_attributes",
|
1754
1754
|
"member": "string",
|
1755
1755
|
"name": "Name",
|
1756
1756
|
"required": false,
|
@@ -1804,7 +1804,7 @@
|
|
1804
1804
|
{
|
1805
1805
|
"disabled": false,
|
1806
1806
|
"document": "拨测参数,详细参数配置可参考云拨测官网文档。",
|
1807
|
-
"example": "
|
1807
|
+
"example": "{\\\"ipType\\\":0,\\\"grabBag\\\":0,\\\"netIcmpOn\\\":1,\\\"netIcmpActivex\\\":0,\\\"netIcmpTimeout\\\":20,\\\"netIcmpInterval\\\":0.5,\\\"netIcmpNum\\\":20,\\\"netIcmpSize\\\":32,\\\"netIcmpDataCut\\\":1}",
|
1808
1808
|
"member": "string",
|
1809
1809
|
"name": "Parameters",
|
1810
1810
|
"required": true,
|