tccli 3.0.1097.1__py2.py3-none-any.whl → 3.0.1098.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 (32) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apm/v20210622/DescribeGeneralApmApplicationConfig.md +103 -0
  3. tccli/examples/apm/v20210622/DescribeTagValues.md +27 -0
  4. tccli/examples/apm/v20210622/ModifyGeneralApmApplicationConfig.md +29 -0
  5. tccli/examples/ess/v20201111/CreateBatchSignUrl.md +28 -0
  6. tccli/examples/essbasic/v20210526/ChannelCreateBatchSignUrl.md +28 -0
  7. tccli/examples/iotexplorer/v20190423/DescribeDeviceFirmwares.md +33 -0
  8. tccli/services/apm/apm_client.py +159 -0
  9. tccli/services/apm/v20210622/api.json +456 -0
  10. tccli/services/apm/v20210622/examples.json +24 -0
  11. tccli/services/cloudstudio/v20230508/api.json +1 -1
  12. tccli/services/cynosdb/v20190107/api.json +2 -0
  13. tccli/services/ess/v20201111/api.json +50 -2
  14. tccli/services/ess/v20201111/examples.json +6 -0
  15. tccli/services/essbasic/v20210526/api.json +50 -2
  16. tccli/services/essbasic/v20210526/examples.json +6 -0
  17. tccli/services/ims/v20201229/api.json +55 -55
  18. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  19. tccli/services/iotexplorer/v20190423/api.json +89 -0
  20. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  21. tccli/services/iss/v20230517/api.json +36 -0
  22. tccli/services/lke/lke_client.py +8 -114
  23. tccli/services/lke/v20231130/api.json +2 -166
  24. tccli/services/lke/v20231130/examples.json +0 -16
  25. tccli/services/tdid/v20210519/api.json +2 -2
  26. tccli/services/teo/v20220901/api.json +14 -14
  27. tccli/services/tione/v20211111/api.json +28 -0
  28. {tccli-3.0.1097.1.dist-info → tccli-3.0.1098.1.dist-info}/METADATA +2 -2
  29. {tccli-3.0.1097.1.dist-info → tccli-3.0.1098.1.dist-info}/RECORD +32 -28
  30. {tccli-3.0.1097.1.dist-info → tccli-3.0.1098.1.dist-info}/WHEEL +0 -0
  31. {tccli-3.0.1097.1.dist-info → tccli-3.0.1098.1.dist-info}/entry_points.txt +0 -0
  32. {tccli-3.0.1097.1.dist-info → tccli-3.0.1098.1.dist-info}/license_files/LICENSE +0 -0
@@ -21,6 +21,13 @@
21
21
  "output": "DescribeApmInstancesResponse",
22
22
  "status": "online"
23
23
  },
24
+ "DescribeGeneralApmApplicationConfig": {
25
+ "document": "查询应用配置信息",
26
+ "input": "DescribeGeneralApmApplicationConfigRequest",
27
+ "name": "查询应用配置信息",
28
+ "output": "DescribeGeneralApmApplicationConfigResponse",
29
+ "status": "online"
30
+ },
24
31
  "DescribeGeneralMetricData": {
25
32
  "document": "获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。\n接口调用频率限制为:20次/秒,1200次/分钟。单请求的数据点数限制为1440个。",
26
33
  "input": "DescribeGeneralMetricDataRequest",
@@ -49,6 +56,13 @@
49
56
  "output": "DescribeServiceOverviewResponse",
50
57
  "status": "online"
51
58
  },
59
+ "DescribeTagValues": {
60
+ "document": "根据维度名和过滤条件,查询维度数据.",
61
+ "input": "DescribeTagValuesRequest",
62
+ "name": "查询 Tag 数据",
63
+ "output": "DescribeTagValuesResponse",
64
+ "status": "online"
65
+ },
52
66
  "ModifyApmInstance": {
53
67
  "document": "修改APM实例接口",
54
68
  "input": "ModifyApmInstanceRequest",
@@ -56,6 +70,13 @@
56
70
  "output": "ModifyApmInstanceResponse",
57
71
  "status": "online"
58
72
  },
73
+ "ModifyGeneralApmApplicationConfig": {
74
+ "document": "对外开放的openApi,客户可以灵活的指定需要修改的字段,再加入需要修改的服务列表.",
75
+ "input": "ModifyGeneralApmApplicationConfigRequest",
76
+ "name": "修改应用配置信息",
77
+ "output": "ModifyGeneralApmApplicationConfigResponse",
78
+ "status": "online"
79
+ },
59
80
  "TerminateApmInstance": {
60
81
  "document": "apm销毁实例",
61
82
  "input": "TerminateApmInstanceRequest",
@@ -189,6 +210,221 @@
189
210
  ],
190
211
  "usage": "out"
191
212
  },
213
+ "ApmApplicationConfigView": {
214
+ "document": "应用相关的配置列表项",
215
+ "members": [
216
+ {
217
+ "disabled": false,
218
+ "document": "实例ID\t",
219
+ "example": "1o8yMC47u\t",
220
+ "member": "string",
221
+ "name": "InstanceKey",
222
+ "output_required": true,
223
+ "required": false,
224
+ "type": "string",
225
+ "value_allowed_null": false
226
+ },
227
+ {
228
+ "disabled": false,
229
+ "document": "服务名\t",
230
+ "example": "java-order-service\t",
231
+ "member": "string",
232
+ "name": "ServiceName",
233
+ "output_required": true,
234
+ "required": false,
235
+ "type": "string",
236
+ "value_allowed_null": false
237
+ },
238
+ {
239
+ "disabled": false,
240
+ "document": "接口过滤",
241
+ "example": "RPCServer/market.MarketService2/(.*?)",
242
+ "member": "string",
243
+ "name": "OperationNameFilter",
244
+ "output_required": true,
245
+ "required": false,
246
+ "type": "string",
247
+ "value_allowed_null": false
248
+ },
249
+ {
250
+ "disabled": false,
251
+ "document": "异常过滤",
252
+ "example": "io.grpc.StatusRuntimeException,java.sql.(.*?)\t",
253
+ "member": "string",
254
+ "name": "ExceptionFilter",
255
+ "output_required": true,
256
+ "required": false,
257
+ "type": "string",
258
+ "value_allowed_null": false
259
+ },
260
+ {
261
+ "disabled": false,
262
+ "document": "错误码过滤\t",
263
+ "example": "400,500\t",
264
+ "member": "string",
265
+ "name": "ErrorCodeFilter",
266
+ "output_required": true,
267
+ "required": false,
268
+ "type": "string",
269
+ "value_allowed_null": false
270
+ },
271
+ {
272
+ "disabled": false,
273
+ "document": "应用诊断开关\n注意:此字段可能返回 null,表示取不到有效值。",
274
+ "example": "true",
275
+ "member": "bool",
276
+ "name": "EventEnable",
277
+ "output_required": true,
278
+ "required": false,
279
+ "type": "bool",
280
+ "value_allowed_null": true
281
+ },
282
+ {
283
+ "disabled": false,
284
+ "document": "URL收敛开关 0 关 1 开",
285
+ "example": "1",
286
+ "member": "int64",
287
+ "name": "UrlConvergenceSwitch",
288
+ "output_required": true,
289
+ "required": false,
290
+ "type": "int",
291
+ "value_allowed_null": false
292
+ },
293
+ {
294
+ "disabled": false,
295
+ "document": "URL收敛阈值\t",
296
+ "example": "50",
297
+ "member": "int64",
298
+ "name": "UrlConvergenceThreshold",
299
+ "output_required": true,
300
+ "required": false,
301
+ "type": "int",
302
+ "value_allowed_null": false
303
+ },
304
+ {
305
+ "disabled": false,
306
+ "document": "URL收敛规则正则\t",
307
+ "example": "market.StockService.getStock(.*?),market.StockService.getPreDayS\t",
308
+ "member": "string",
309
+ "name": "UrlConvergence",
310
+ "output_required": true,
311
+ "required": false,
312
+ "type": "string",
313
+ "value_allowed_null": false
314
+ },
315
+ {
316
+ "disabled": false,
317
+ "document": "URL排除规则正则",
318
+ "example": "market.StockService.getStock(.*?),market.StockService.getPreDayS\t",
319
+ "member": "string",
320
+ "name": "UrlExclude",
321
+ "output_required": true,
322
+ "required": false,
323
+ "type": "string",
324
+ "value_allowed_null": false
325
+ },
326
+ {
327
+ "disabled": false,
328
+ "document": "是否开启日志 0 关 1 开",
329
+ "example": "1",
330
+ "member": "int64",
331
+ "name": "IsRelatedLog",
332
+ "output_required": true,
333
+ "required": false,
334
+ "type": "int",
335
+ "value_allowed_null": false
336
+ },
337
+ {
338
+ "disabled": false,
339
+ "document": "日志来源\t\n注意:此字段可能返回 null,表示取不到有效值。",
340
+ "example": "CLS",
341
+ "member": "string",
342
+ "name": "LogSource",
343
+ "output_required": true,
344
+ "required": false,
345
+ "type": "string",
346
+ "value_allowed_null": true
347
+ },
348
+ {
349
+ "disabled": false,
350
+ "document": "CLS日志集 ",
351
+ "example": "postgres",
352
+ "member": "string",
353
+ "name": "LogSet",
354
+ "output_required": true,
355
+ "required": false,
356
+ "type": "string",
357
+ "value_allowed_null": false
358
+ },
359
+ {
360
+ "disabled": false,
361
+ "document": "日志主题ID",
362
+ "example": "032f3078-10b6-46a0-978f-1696e8e79696",
363
+ "member": "string",
364
+ "name": "LogTopicID",
365
+ "output_required": true,
366
+ "required": false,
367
+ "type": "string",
368
+ "value_allowed_null": false
369
+ },
370
+ {
371
+ "disabled": false,
372
+ "document": "线程剖析开关",
373
+ "example": "false",
374
+ "member": "bool",
375
+ "name": "SnapshotEnable",
376
+ "output_required": true,
377
+ "required": false,
378
+ "type": "bool",
379
+ "value_allowed_null": false
380
+ },
381
+ {
382
+ "disabled": false,
383
+ "document": "线程剖析超时阈值\t",
384
+ "example": "2000",
385
+ "member": "int64",
386
+ "name": "SnapshotTimeout",
387
+ "output_required": true,
388
+ "required": false,
389
+ "type": "int",
390
+ "value_allowed_null": false
391
+ },
392
+ {
393
+ "disabled": false,
394
+ "document": "探针开启开关",
395
+ "example": "true",
396
+ "member": "bool",
397
+ "name": "AgentEnable",
398
+ "output_required": true,
399
+ "required": false,
400
+ "type": "bool",
401
+ "value_allowed_null": false
402
+ },
403
+ {
404
+ "disabled": false,
405
+ "document": "组件列表开关\n注意:此字段可能返回 null,表示取不到有效值。",
406
+ "example": "[{\"Name\":\"dubbo\",\"Enable\":true},{\"Name\":\"googlehttpclient\",\"Enable\":true},{\"Name\":\"grpc\",\"Enable\":true},{\"Name\":\"httpclient3\",\"Enable\":true},{\"Name\":\"httpclient4\",\"Enable\":true},{\"Name\":\"hystrix\",\"Enable\":true},{\"Name\":\"lettuce\",\"Enable\":true},{\"Name\":\"mongodb\",\"Enable\":true},{\"Name\":\"mybatis\",\"Enable\":true},{\"Name\":\"mysql\",\"Enable\":true},{\"Name\":\"okhttp\",\"Enable\":true},{\"Name\":\"redis\",\"Enable\":true},{\"Name\":\"rxjava\",\"Enable\":true},{\"Name\":\"spring-webmvc\",\"Enable\":true},{\"Name\":\"tomcat\",\"Enable\":true}]",
407
+ "member": "Instrument",
408
+ "name": "InstrumentList",
409
+ "output_required": true,
410
+ "required": false,
411
+ "type": "list",
412
+ "value_allowed_null": true
413
+ },
414
+ {
415
+ "disabled": false,
416
+ "document": "链路压缩开关",
417
+ "example": "true",
418
+ "member": "bool",
419
+ "name": "TraceSquash",
420
+ "output_required": true,
421
+ "required": false,
422
+ "type": "bool",
423
+ "value_allowed_null": false
424
+ }
425
+ ],
426
+ "usage": "both"
427
+ },
192
428
  "ApmField": {
193
429
  "document": "指标维度信息",
194
430
  "members": [
@@ -830,6 +1066,52 @@
830
1066
  ],
831
1067
  "type": "object"
832
1068
  },
1069
+ "DescribeGeneralApmApplicationConfigRequest": {
1070
+ "document": "DescribeGeneralApmApplicationConfig请求参数结构体",
1071
+ "members": [
1072
+ {
1073
+ "disabled": false,
1074
+ "document": "应用名",
1075
+ "example": "profile-service",
1076
+ "member": "string",
1077
+ "name": "ServiceName",
1078
+ "required": true,
1079
+ "type": "string"
1080
+ },
1081
+ {
1082
+ "disabled": false,
1083
+ "document": "实例Id",
1084
+ "example": "apm-059oXBfTL",
1085
+ "member": "string",
1086
+ "name": "InstanceId",
1087
+ "required": true,
1088
+ "type": "string"
1089
+ }
1090
+ ],
1091
+ "type": "object"
1092
+ },
1093
+ "DescribeGeneralApmApplicationConfigResponse": {
1094
+ "document": "DescribeGeneralApmApplicationConfig返回参数结构体",
1095
+ "members": [
1096
+ {
1097
+ "disabled": false,
1098
+ "document": "应用配置项",
1099
+ "example": "{\"InstanceKey\":\"apm-059oXBfTL\",\"ServiceName\":\"profile-service\",\"IgnoreOperationName\":\"\",\"IgnoreException\":\"\",\"ErrorCodeFilter\":\"\",\"EventEnable\":false,\"UrlConvergenceSwitch\":1,\"UrlConvergenceThreshold\":500,\"UrlConvergence\":\"RPCServer/market.MarketService2/(.*?)\",\"UrlExclude\":\"\",\"IsRelatedLog\":0,\"LogSource\":\"CLS\",\"LogSet\":\"\",\"LogTopicID\":\"\",\"SnapshotEnable\":true,\"SnapshotTimeout\":2000,\"AgentEnable\":true,\"InstrumentList\":[{\"Name\":\"dubbo\",\"Enable\":true},{\"Name\":\"googlehttpclient\",\"Enable\":true},{\"Name\":\"grpc\",\"Enable\":true},{\"Name\":\"httpclient3\",\"Enable\":true},{\"Name\":\"httpclient4\",\"Enable\":true},{\"Name\":\"hystrix\",\"Enable\":true},{\"Name\":\"lettuce\",\"Enable\":true},{\"Name\":\"mongodb\",\"Enable\":true},{\"Name\":\"mybatis\",\"Enable\":true},{\"Name\":\"mysql\",\"Enable\":true},{\"Name\":\"okhttp\",\"Enable\":true},{\"Name\":\"redis\",\"Enable\":true},{\"Name\":\"rxjava\",\"Enable\":true},{\"Name\":\"spring-webmvc\",\"Enable\":true},{\"Name\":\"tomcat\",\"Enable\":true}],\"TraceSquash\":true}",
1100
+ "member": "ApmApplicationConfigView",
1101
+ "name": "ApmApplicationConfigView",
1102
+ "output_required": false,
1103
+ "type": "object",
1104
+ "value_allowed_null": false
1105
+ },
1106
+ {
1107
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1108
+ "member": "string",
1109
+ "name": "RequestId",
1110
+ "type": "string"
1111
+ }
1112
+ ],
1113
+ "type": "object"
1114
+ },
833
1115
  "DescribeGeneralMetricDataRequest": {
834
1116
  "document": "DescribeGeneralMetricData请求参数结构体",
835
1117
  "members": [
@@ -1322,6 +1604,97 @@
1322
1604
  ],
1323
1605
  "type": "object"
1324
1606
  },
1607
+ "DescribeTagValuesRequest": {
1608
+ "document": "DescribeTagValues请求参数结构体",
1609
+ "members": [
1610
+ {
1611
+ "disabled": false,
1612
+ "document": "维度名",
1613
+ "example": "service.name",
1614
+ "member": "string",
1615
+ "name": "TagKey",
1616
+ "required": true,
1617
+ "type": "string"
1618
+ },
1619
+ {
1620
+ "disabled": false,
1621
+ "document": "实例ID",
1622
+ "example": "52Dpv13GR",
1623
+ "member": "string",
1624
+ "name": "InstanceId",
1625
+ "required": false,
1626
+ "type": "string"
1627
+ },
1628
+ {
1629
+ "disabled": false,
1630
+ "document": "结束时间",
1631
+ "example": "1111",
1632
+ "member": "int64",
1633
+ "name": "EndTime",
1634
+ "required": false,
1635
+ "type": "int"
1636
+ },
1637
+ {
1638
+ "disabled": false,
1639
+ "document": "过滤条件",
1640
+ "example": "无",
1641
+ "member": "Filter",
1642
+ "name": "Filters",
1643
+ "required": false,
1644
+ "type": "list"
1645
+ },
1646
+ {
1647
+ "disabled": false,
1648
+ "document": "开始时间",
1649
+ "example": "1111",
1650
+ "member": "int64",
1651
+ "name": "StartTime",
1652
+ "required": false,
1653
+ "type": "int"
1654
+ },
1655
+ {
1656
+ "disabled": false,
1657
+ "document": "Or过滤条件",
1658
+ "example": "无",
1659
+ "member": "Filter",
1660
+ "name": "OrFilters",
1661
+ "required": false,
1662
+ "type": "list"
1663
+ },
1664
+ {
1665
+ "disabled": false,
1666
+ "document": "使用类型",
1667
+ "example": "agentConfig",
1668
+ "member": "string",
1669
+ "name": "Type",
1670
+ "required": false,
1671
+ "type": "string"
1672
+ }
1673
+ ],
1674
+ "type": "object"
1675
+ },
1676
+ "DescribeTagValuesResponse": {
1677
+ "document": "DescribeTagValues返回参数结构体",
1678
+ "members": [
1679
+ {
1680
+ "disabled": false,
1681
+ "document": "维度值列表",
1682
+ "example": "[\"sso-api\", \"auth-api\"]",
1683
+ "member": "string",
1684
+ "name": "Values",
1685
+ "output_required": true,
1686
+ "type": "list",
1687
+ "value_allowed_null": false
1688
+ },
1689
+ {
1690
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1691
+ "member": "string",
1692
+ "name": "RequestId",
1693
+ "type": "string"
1694
+ }
1695
+ ],
1696
+ "type": "object"
1697
+ },
1325
1698
  "Filter": {
1326
1699
  "document": "查询过滤参数",
1327
1700
  "members": [
@@ -1384,6 +1757,34 @@
1384
1757
  ],
1385
1758
  "usage": "in"
1386
1759
  },
1760
+ "Instrument": {
1761
+ "document": "组件",
1762
+ "members": [
1763
+ {
1764
+ "disabled": false,
1765
+ "document": "组件名称\n注意:此字段可能返回 null,表示取不到有效值。",
1766
+ "example": "Redis",
1767
+ "member": "string",
1768
+ "name": "Name",
1769
+ "output_required": false,
1770
+ "required": false,
1771
+ "type": "string",
1772
+ "value_allowed_null": true
1773
+ },
1774
+ {
1775
+ "disabled": false,
1776
+ "document": "组件开关\n注意:此字段可能返回 null,表示取不到有效值。",
1777
+ "example": "true",
1778
+ "member": "bool",
1779
+ "name": "Enable",
1780
+ "output_required": false,
1781
+ "required": false,
1782
+ "type": "bool",
1783
+ "value_allowed_null": true
1784
+ }
1785
+ ],
1786
+ "usage": "both"
1787
+ },
1387
1788
  "Line": {
1388
1789
  "document": "指标曲线数据",
1389
1790
  "members": [
@@ -1620,6 +2021,61 @@
1620
2021
  ],
1621
2022
  "type": "object"
1622
2023
  },
2024
+ "ModifyGeneralApmApplicationConfigRequest": {
2025
+ "document": "ModifyGeneralApmApplicationConfig请求参数结构体",
2026
+ "members": [
2027
+ {
2028
+ "disabled": false,
2029
+ "document": "实例Id",
2030
+ "example": "apm-059oXBfTL",
2031
+ "member": "string",
2032
+ "name": "InstanceId",
2033
+ "required": true,
2034
+ "type": "string"
2035
+ },
2036
+ {
2037
+ "disabled": false,
2038
+ "document": "需要修改的字段key value分别指定字段名、字段值",
2039
+ "example": "\"Tags\":[{\"Key\":\"UrlConvergence\",\"Value\":\"RPCServer/market.MarketServiceleetcode9(.*?)\"},{\"Key\":\"UrlConvergenceThreshold\",\"Value\":\"600\"},{\"Key\":\"UrlConvergenceSwitch\",\"Value\":\"1\"},{\"Key\":\"AgentEnable\",\"Value\":\"true\"}]\t",
2040
+ "member": "ApmTag",
2041
+ "name": "Tags",
2042
+ "required": true,
2043
+ "type": "list"
2044
+ },
2045
+ {
2046
+ "disabled": false,
2047
+ "document": "需要修改配置的服务列表名称\t",
2048
+ "example": "\"ServiceNames\":[\"stock-service\",\"profile-service28\",\"profile-service08\"],\t",
2049
+ "member": "string",
2050
+ "name": "ServiceNames",
2051
+ "required": false,
2052
+ "type": "list"
2053
+ }
2054
+ ],
2055
+ "type": "object"
2056
+ },
2057
+ "ModifyGeneralApmApplicationConfigResponse": {
2058
+ "document": "ModifyGeneralApmApplicationConfig返回参数结构体",
2059
+ "members": [
2060
+ {
2061
+ "disabled": false,
2062
+ "document": "返回值描述",
2063
+ "example": "Success",
2064
+ "member": "string",
2065
+ "name": "Message",
2066
+ "output_required": false,
2067
+ "type": "string",
2068
+ "value_allowed_null": false
2069
+ },
2070
+ {
2071
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2072
+ "member": "string",
2073
+ "name": "RequestId",
2074
+ "type": "string"
2075
+ }
2076
+ ],
2077
+ "type": "object"
2078
+ },
1623
2079
  "OrderBy": {
1624
2080
  "document": "sql排序字段",
1625
2081
  "members": [
@@ -24,6 +24,14 @@
24
24
  "title": "拉取APM实例列表"
25
25
  }
26
26
  ],
27
+ "DescribeGeneralApmApplicationConfig": [
28
+ {
29
+ "document": "查询指定实例下应用的配置信息",
30
+ "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGeneralApmApplicationConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"apm-6xYKFXYxo\",\n \"ServiceName\": \"java-order-service\"\n}",
31
+ "output": "{\n \"Response\": {\n \"ApmApplicationConfigView\": {\n \"InstanceKey\": \"apm-059oXBfTL\",\n \"ServiceName\": \"profile-service\",\n \"OperationNameFilter\": \"\",\n \"ExceptionFilter\": \"\",\n \"ErrorCodeFilter\": \"\",\n \"EventEnable\": false,\n \"UrlConvergenceSwitch\": 1,\n \"UrlConvergenceThreshold\": 500,\n \"UrlConvergence\": \"RPCServer/market.MarketService2/(.*?)\",\n \"UrlExclude\": \"\",\n \"IsRelatedLog\": 0,\n \"LogSource\": \"CLS\",\n \"LogSet\": \"\",\n \"LogTopicID\": \"\",\n \"SnapshotEnable\": true,\n \"SnapshotTimeout\": 2000,\n \"AgentEnable\": true,\n \"InstrumentList\": [\n {\n \"Name\": \"dubbo\",\n \"Enable\": true\n },\n {\n \"Name\": \"googlehttpclient\",\n \"Enable\": true\n },\n {\n \"Name\": \"grpc\",\n \"Enable\": true\n },\n {\n \"Name\": \"httpclient3\",\n \"Enable\": true\n },\n {\n \"Name\": \"httpclient4\",\n \"Enable\": true\n },\n {\n \"Name\": \"hystrix\",\n \"Enable\": true\n },\n {\n \"Name\": \"lettuce\",\n \"Enable\": true\n },\n {\n \"Name\": \"mongodb\",\n \"Enable\": true\n },\n {\n \"Name\": \"mybatis\",\n \"Enable\": true\n },\n {\n \"Name\": \"mysql\",\n \"Enable\": true\n },\n {\n \"Name\": \"okhttp\",\n \"Enable\": true\n },\n {\n \"Name\": \"redis\",\n \"Enable\": true\n },\n {\n \"Name\": \"rxjava\",\n \"Enable\": true\n },\n {\n \"Name\": \"spring-webmvc\",\n \"Enable\": true\n },\n {\n \"Name\": \"tomcat\",\n \"Enable\": true\n }\n ],\n \"TraceSquash\": true\n },\n \"RequestId\": \"test-test-test0980990\"\n }\n}",
32
+ "title": "查询应用配置信息"
33
+ }
34
+ ],
27
35
  "DescribeGeneralMetricData": [
28
36
  {
29
37
  "document": "该示例查询实例为apm-ylTJfTSbn,按照service.name(服务名)为维度过滤,以service.name(服务名)进行聚合,查找开始时间-终止时间内以一分钟为聚合粒度的service_gc_full_count(Full GC)的指标数据。",
@@ -92,6 +100,14 @@
92
100
  "title": "获取服务概览数据"
93
101
  }
94
102
  ],
103
+ "DescribeTagValues": [
104
+ {
105
+ "document": "根据维度列名和过滤条件,查询维度值",
106
+ "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}",
107
+ "output": "{\n \"Response\": {\n \"RequestId\": \"apz12zicapy-eqixuc-uehq346v59c62\",\n \"Values\": [\n \"sso-api\",\n \"auth-api\"\n ]\n }\n}",
108
+ "title": "查询维度数据"
109
+ }
110
+ ],
95
111
  "ModifyApmInstance": [
96
112
  {
97
113
  "document": "修改APM Instance参数",
@@ -100,6 +116,14 @@
100
116
  "title": "成功事例"
101
117
  }
102
118
  ],
119
+ "ModifyGeneralApmApplicationConfig": [
120
+ {
121
+ "document": "客户希望可以通过Api批量修改应用的配置信息",
122
+ "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGeneralApmApplicationConfig\n<公共请求参数>\n\n{\n \"Tags\": [\n {\n \"Key\": \"UrlConvergence\",\n \"Value\": \"RPCServer/market.MarketServiceleetcode9(.*?)\"\n },\n {\n \"Key\": \"UrlConvergenceThreshold\",\n \"Value\": \"600\"\n },\n {\n \"Key\": \"UrlConvergenceSwitch\",\n \"Value\": \"1\"\n },\n {\n \"Key\": \"AgentEnable\",\n \"Value\": \"true\"\n }\n ],\n \"ServiceNames\": [\n \"stock-service\",\n \"profile-service28\",\n \"profile-service08\"\n ],\n \"InstanceId\": \"apm-059oXBfTL\"\n}",
123
+ "output": "{\n \"Response\": {\n \"RequestId\": \"test-test-test0980990\"\n }\n}",
124
+ "title": "修改应用配置信息"
125
+ }
126
+ ],
103
127
  "TerminateApmInstance": [
104
128
  {
105
129
  "document": "销毁apm实例",
@@ -239,7 +239,7 @@
239
239
  },
240
240
  {
241
241
  "disabled": false,
242
- "document": "token 授权策略,可选值为 workspace-run-only, all。默认为 all",
242
+ "document": "token 授权策略,可选值为 workspace-run-only, all。默认为 workspace-run-only",
243
243
  "example": "[\"workspace-run-only\"]",
244
244
  "member": "string",
245
245
  "name": "Policies",
@@ -18544,6 +18544,7 @@
18544
18544
  "example": "无",
18545
18545
  "member": "string",
18546
18546
  "name": "TagKey",
18547
+ "output_required": true,
18547
18548
  "required": true,
18548
18549
  "type": "string",
18549
18550
  "value_allowed_null": false
@@ -18554,6 +18555,7 @@
18554
18555
  "example": "无",
18555
18556
  "member": "string",
18556
18557
  "name": "TagValue",
18558
+ "output_required": true,
18557
18559
  "required": true,
18558
18560
  "type": "string",
18559
18561
  "value_allowed_null": false
@@ -2260,7 +2260,7 @@
2260
2260
  "example": "无",
2261
2261
  "member": "string",
2262
2262
  "name": "Name",
2263
- "required": true,
2263
+ "required": false,
2264
2264
  "type": "string"
2265
2265
  },
2266
2266
  {
@@ -2269,7 +2269,7 @@
2269
2269
  "example": "无",
2270
2270
  "member": "string",
2271
2271
  "name": "Mobile",
2272
- "required": true,
2272
+ "required": false,
2273
2273
  "type": "string"
2274
2274
  },
2275
2275
  {
@@ -2334,6 +2334,15 @@
2334
2334
  "name": "JumpToDetail",
2335
2335
  "required": false,
2336
2336
  "type": "bool"
2337
+ },
2338
+ {
2339
+ "disabled": false,
2340
+ "document": "批量签署合同相关信息,指定合同和签署方的信息,用于补充动态签署人。\t",
2341
+ "example": "无",
2342
+ "member": "FlowBatchUrlInfo",
2343
+ "name": "FlowBatchUrlInfo",
2344
+ "required": false,
2345
+ "type": "object"
2337
2346
  }
2338
2347
  ],
2339
2348
  "type": "object"
@@ -9127,6 +9136,45 @@
9127
9136
  ],
9128
9137
  "usage": "out"
9129
9138
  },
9139
+ "FlowBatchApproverInfo": {
9140
+ "document": "批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。",
9141
+ "members": [
9142
+ {
9143
+ "disabled": false,
9144
+ "document": "合同流程ID。",
9145
+ "example": "yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm",
9146
+ "member": "string",
9147
+ "name": "FlowId",
9148
+ "required": false,
9149
+ "type": "string"
9150
+ },
9151
+ {
9152
+ "disabled": false,
9153
+ "document": "签署节点ID,用于生成动态签署人链接完成领取。注:`生成动态签署人补充链接时必传。`",
9154
+ "example": "无",
9155
+ "member": "string",
9156
+ "name": "RecipientId",
9157
+ "required": false,
9158
+ "type": "string"
9159
+ }
9160
+ ],
9161
+ "usage": "in"
9162
+ },
9163
+ "FlowBatchUrlInfo": {
9164
+ "document": "批量签署合同相关信息,指定批量签署合同和签署方的信息,用于补充动态签署人。",
9165
+ "members": [
9166
+ {
9167
+ "disabled": false,
9168
+ "document": "批量签署合同和签署方的信息,用于补充动态签署人。",
9169
+ "example": "无",
9170
+ "member": "FlowBatchApproverInfo",
9171
+ "name": "FlowBatchApproverInfos",
9172
+ "required": false,
9173
+ "type": "list"
9174
+ }
9175
+ ],
9176
+ "usage": "in"
9177
+ },
9130
9178
  "FlowBrief": {
9131
9179
  "document": "合同流程的基础信息",
9132
9180
  "members": [