tccli 3.0.1303.1__py2.py3-none-any.whl → 3.0.1306.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 (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +39 -39
  3. tccli/services/aiart/v20221229/examples.json +11 -11
  4. tccli/services/ams/v20201229/api.json +28 -34
  5. tccli/services/ams/v20201229/examples.json +2 -8
  6. tccli/services/autoscaling/v20180419/api.json +57 -57
  7. tccli/services/autoscaling/v20180419/examples.json +6 -6
  8. tccli/services/bi/v20220105/api.json +9 -0
  9. tccli/services/bi/v20220105/examples.json +1 -1
  10. tccli/services/cbs/v20170312/api.json +49 -38
  11. tccli/services/ccc/v20200210/api.json +10 -0
  12. tccli/services/cdb/v20170320/api.json +9 -9
  13. tccli/services/cdb/v20170320/examples.json +2 -2
  14. tccli/services/cdn/v20180606/api.json +61 -58
  15. tccli/services/cdn/v20180606/examples.json +8 -8
  16. tccli/services/cfs/v20190719/api.json +12 -2
  17. tccli/services/cfs/v20190719/examples.json +2 -2
  18. tccli/services/cfw/cfw_client.py +53 -0
  19. tccli/services/cfw/v20190904/api.json +539 -0
  20. tccli/services/cfw/v20190904/examples.json +8 -0
  21. tccli/services/chc/v20230418/api.json +10 -0
  22. tccli/services/ckafka/ckafka_client.py +53 -0
  23. tccli/services/ckafka/v20190819/api.json +242 -8
  24. tccli/services/ckafka/v20190819/examples.json +8 -0
  25. tccli/services/clb/v20180317/api.json +8 -8
  26. tccli/services/cvm/v20170312/api.json +129 -20
  27. tccli/services/cvm/v20170312/examples.json +1 -1
  28. tccli/services/cynosdb/v20190107/api.json +9 -9
  29. tccli/services/dbbrain/v20191016/api.json +11 -10
  30. tccli/services/dbbrain/v20191016/examples.json +1 -1
  31. tccli/services/dbbrain/v20210527/api.json +1 -1
  32. tccli/services/dc/v20180410/api.json +16 -6
  33. tccli/services/dc/v20180410/examples.json +4 -4
  34. tccli/services/domain/v20180808/api.json +162 -162
  35. tccli/services/domain/v20180808/examples.json +34 -34
  36. tccli/services/drm/v20181115/api.json +52 -65
  37. tccli/services/drm/v20181115/examples.json +1 -1
  38. tccli/services/dsgc/v20190723/api.json +10 -0
  39. tccli/services/dts/v20211206/api.json +0 -9
  40. tccli/services/dts/v20211206/examples.json +1 -1
  41. tccli/services/ecdn/v20191012/api.json +12 -12
  42. tccli/services/emr/v20190103/api.json +10 -0
  43. tccli/services/gs/gs_client.py +53 -0
  44. tccli/services/gs/v20191118/api.json +75 -3
  45. tccli/services/gs/v20191118/examples.json +15 -7
  46. tccli/services/gwlb/v20240906/api.json +28 -28
  47. tccli/services/hai/hai_client.py +53 -0
  48. tccli/services/hai/v20230812/api.json +62 -0
  49. tccli/services/hai/v20230812/examples.json +8 -0
  50. tccli/services/hunyuan/v20230901/api.json +4 -4
  51. tccli/services/ims/v20201229/api.json +14 -5
  52. tccli/services/ims/v20201229/examples.json +2 -2
  53. tccli/services/ioa/v20220601/api.json +13 -2
  54. tccli/services/iotexplorer/v20190423/api.json +62 -3
  55. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  56. tccli/services/iotvideoindustry/v20201201/api.json +29 -19
  57. tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
  58. tccli/services/iss/iss_client.py +273 -8
  59. tccli/services/iss/v20230517/api.json +586 -0
  60. tccli/services/iss/v20230517/examples.json +46 -0
  61. tccli/services/lcic/v20220817/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +1 -1
  63. tccli/services/live/v20180801/api.json +18 -18
  64. tccli/services/lke/v20231130/api.json +50 -6
  65. tccli/services/lkeap/v20240522/api.json +124 -1
  66. tccli/services/monitor/v20180724/api.json +1 -1
  67. tccli/services/mps/v20190612/api.json +283 -290
  68. tccli/services/mps/v20190612/examples.json +9 -9
  69. tccli/services/ocr/v20181119/api.json +133 -114
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/postgres/v20170312/api.json +140 -121
  72. tccli/services/postgres/v20170312/examples.json +1 -1
  73. tccli/services/redis/v20180412/api.json +94 -4
  74. tccli/services/redis/v20180412/examples.json +3 -3
  75. tccli/services/ses/v20201002/api.json +9 -0
  76. tccli/services/soe/v20180724/api.json +13 -13
  77. tccli/services/soe/v20180724/examples.json +2 -2
  78. tccli/services/tat/v20201028/api.json +19 -19
  79. tccli/services/tcss/v20201101/api.json +27 -0
  80. tccli/services/teo/v20220901/api.json +14 -3
  81. tccli/services/tione/tione_client.py +53 -0
  82. tccli/services/tione/v20211111/api.json +49 -1
  83. tccli/services/tione/v20211111/examples.json +8 -0
  84. tccli/services/trtc/v20190722/api.json +5 -5
  85. tccli/services/tse/v20201207/api.json +30 -0
  86. tccli/services/tts/v20190823/api.json +1 -1
  87. tccli/services/vm/v20210922/api.json +21 -30
  88. tccli/services/vm/v20210922/examples.json +2 -2
  89. tccli/services/vod/v20180717/api.json +6 -6
  90. tccli/services/vod/v20180717/examples.json +1 -1
  91. tccli/services/vpc/v20170312/api.json +103 -81
  92. tccli/services/vpc/v20170312/examples.json +3 -3
  93. tccli/services/vrs/v20200824/api.json +52 -52
  94. tccli/services/vrs/v20200824/examples.json +2 -2
  95. tccli/services/wedata/v20210820/api.json +192 -11
  96. tccli/services/wedata/v20210820/examples.json +8 -0
  97. tccli/services/wedata/wedata_client.py +53 -0
  98. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
  100. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -17,16 +17,10 @@
17
17
  }
18
18
  ],
19
19
  "CreateAudioModerationTask": [
20
- {
21
- "document": "当用户在创建审核任务时配置了Seed,我们则会在回调当时候加入签名参数,以保证数据的安全性。\n签名方法:返回的HTTP头部,添加 `X-Signature` 的字段,值为: `seed ` + `body ` 的 sha256 编码和Hex字符串。\n\n例如:\n假设用户 CallbackUrl 是:http://example.com, Seed 是: `dedb6dcc1cb7c63fde8fa5abfd57`,我们返回的回调的数据是: \n```{\"TaskId\": \"task-video-X0zpcRUMzVidxj20\",\"DataId\":\"test\",\"Suggestion\": \"Block\"}```,\n则,审核完成后,我们会在调用 http://example.com 的时候,在HTTP 头部 传入`X-Signature` 的值为:\n`74f0ae6d1f1e4eb1ffe4162da480a812f8a4dc19fe5a52bacbcd2c862d3edcfd`\n\n> 备注: 回调Body格式请参考查询任务详情接口,回调Body格式和查询任务详情接口一致。",
22
- "input": "POST / HTTP/1.1\nHost: ams.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAudioModerationTask\n<公共请求参数>\n\n{\n \"Type\": \"AUDIO\",\n \"CallbackUrl\": \"https://apis.example.com/callback/audio\",\n \"Seed\": \"dedb6dcc1cb7c63fde8fa5abfd57\",\n \"Tasks\": [\n {\n \"DataId\": \"test\",\n \"Input\": {\n \"Url\": \"https://test.myqcloud.com/test.mp3\"\n }\n }\n ]\n}",
23
- "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"DataId\": \"test\",\n \"TaskId\": \"c933aca1-90d2-4ab8-b045-f1b08069d76f\",\n \"Code\": \"OK\",\n \"Message\": \"Success\"\n }\n ],\n \"RequestId\": \"c933aca1-90d2-4ab8-b045-f1b08069d76f\"\n }\n}",
24
- "title": "回调签名示例"
25
- },
26
20
  {
27
21
  "document": "创建音频审核任务",
28
- "input": "POST / HTTP/1.1\nHost: ams.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAudioModerationTask\n<公共请求参数>\n\n{\n \"Type\": \"AUDIO\",\n \"Tasks\": [\n {\n \"DataId\": \"0a782332-c9db-4cf5-a66e-20d60b4ea469\",\n \"Input\": {\n \"Url\": \"https://test.myqcloud.com/test.mp3\"\n }\n }\n ]\n}",
29
- "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"DataId\": \"0a782332-c9db-4cf5-a66e-20d60b4ea469\",\n \"TaskId\": \"c933aca1-90d2-4ab8-b045-f1b08069d76f\",\n \"Code\": \"OK\",\n \"Message\": \"Success\"\n }\n ],\n \"RequestId\": \"c933aca1-90d2-4ab8-b045-f1b08069d76f\"\n }\n}",
22
+ "input": "POST / HTTP/1.1\nHost: ams.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAudioModerationTask\n<公共请求参数>\n\n{\n \"BizType\": \"default\",\n \"Type\": \"AUDIO\",\n \"Tasks\": [\n {\n \"DataId\": \"0a782332-c9db-4cf5-a66e-20d60b4ea469\",\n \"Input\": {\n \"Type\": \"URL\",\n \"Url\": \"https://test.myqcloud.com/test.mp3\"\n }\n }\n ]\n}",
23
+ "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"DataId\": \"0a782332-c9db-4cf5-a66e-20d60b4ea469\",\n \"TaskId\": \"w-audio-aqwfdNiA4vq3Zysfa1\",\n \"Code\": \"OK\",\n \"Message\": \"Success\"\n }\n ],\n \"RequestId\": \"c933aca1-90d2-4ab8-b045-f1b08069d76f\"\n }\n}",
30
24
  "title": "创建音频审核任务"
31
25
  }
32
26
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "AttachInstances": {
4
- "document": "本接口(AttachInstances)用于将 CVM 实例添加到伸缩组。\n* 仅支持添加处于`RUNNING`(运行中)或`STOPPED`(已关机)状态的 CVM 实例\n* 添加的 CVM 实例需要和伸缩组 VPC 网络一致\n",
4
+ "document": "本接口(AttachInstances)用于将 CVM 实例添加到伸缩组。\n* 仅支持添加处于`RUNNING`(运行中)或`STOPPED`(已关机)状态的 CVM 实例\n* 添加的 CVM 实例需要和伸缩组 VPC 网络一致",
5
5
  "input": "AttachInstancesRequest",
6
6
  "name": "添加 CVM 实例到伸缩组",
7
7
  "output": "AttachInstancesResponse",
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "CancelInstanceRefresh": {
18
- "document": "取消伸缩组的实例刷新活动。\n* 已刷新/正在刷新的批次不受影响,待刷新批次被取消\n* 刷新失败的实例保持备用中状态,需用户手动处理后尝试退出备用中状态或销毁\n* 取消后不允许回滚操作,也不支持恢复操作\n* 因 maxSurge 参数而临时扩容的实例在取消后会自动销毁\n* 进行缩容时,所有实例都已经更新完成,此时无法取消",
18
+ "document": "取消伸缩组的实例刷新活动。\n* 已刷新的批次不受影响,待刷新批次被取消\n* 如存在正在刷新的批次,不允许取消;可先暂停活动,等待当前批次结束后再取消\n* 刷新失败的实例保持备用中状态,需用户手动处理后尝试退出备用中状态或销毁\n* 取消后不允许回滚操作,也不支持恢复操作\n* 因 maxSurge 参数而临时扩容的实例在取消后会自动销毁\n* 进行缩容时,所有实例都已经更新完成,此时无法取消",
19
19
  "input": "CancelInstanceRefreshRequest",
20
20
  "name": "取消实例刷新",
21
21
  "output": "CancelInstanceRefreshResponse",
@@ -657,7 +657,7 @@
657
657
  "members": [
658
658
  {
659
659
  "disabled": false,
660
- "document": "伸缩组ID",
660
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
661
661
  "example": "asg-boz1qhnk",
662
662
  "member": "string",
663
663
  "name": "AutoScalingGroupId",
@@ -666,7 +666,7 @@
666
666
  },
667
667
  {
668
668
  "disabled": false,
669
- "document": "CVM实例ID列表",
669
+ "document": "CVM实例ID列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
670
670
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
671
671
  "member": "string",
672
672
  "name": "InstanceIds",
@@ -685,7 +685,7 @@
685
685
  "example": "asa-q59zikez",
686
686
  "member": "string",
687
687
  "name": "ActivityId",
688
- "required": true,
688
+ "output_required": true,
689
689
  "type": "string",
690
690
  "value_allowed_null": false
691
691
  },
@@ -1222,7 +1222,7 @@
1222
1222
  "members": [
1223
1223
  {
1224
1224
  "disabled": false,
1225
- "document": "伸缩组ID",
1225
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
1226
1226
  "example": "asg-u7dy6t5r",
1227
1227
  "member": "string",
1228
1228
  "name": "AutoScalingGroupId",
@@ -1231,7 +1231,7 @@
1231
1231
  },
1232
1232
  {
1233
1233
  "disabled": false,
1234
- "document": "刷新活动ID。",
1234
+ "document": "刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。",
1235
1235
  "example": "asr-dhwt6r54",
1236
1236
  "member": "string",
1237
1237
  "name": "RefreshActivityId",
@@ -1258,8 +1258,8 @@
1258
1258
  "members": [
1259
1259
  {
1260
1260
  "disabled": false,
1261
- "document": "启动配置ID",
1262
- "example": "asc-aaaabbbb",
1261
+ "document": "启动配置ID。可通过如下方式获取:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/config) 查询启动配置ID。</li>\n<li>通过调用接口 [DescribeLaunchConfigurations](https://cloud.tencent.com/document/api/377/20445) ,取返回信息中的 LaunchConfigurationId 获取启动配置ID。</li>",
1262
+ "example": "asc-w37yt5r4",
1263
1263
  "member": "string",
1264
1264
  "name": "LaunchConfigurationId",
1265
1265
  "required": true,
@@ -2335,7 +2335,7 @@
2335
2335
  "members": [
2336
2336
  {
2337
2337
  "disabled": false,
2338
- "document": "伸缩组ID",
2338
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
2339
2339
  "example": "asg-2nr9xh8h",
2340
2340
  "member": "string",
2341
2341
  "name": "AutoScalingGroupId",
@@ -2398,7 +2398,7 @@
2398
2398
  },
2399
2399
  {
2400
2400
  "disabled": false,
2401
- "document": "定时任务的重复方式。为标准 Cron 格式<br><br>此参数与`EndTime`需要同时指定。",
2401
+ "document": "定时任务的重复方式。为标准 Cron 格式。定时任务中的 [Recurrence参数限制](https://cloud.tencent.com/document/product/377/88119) 为5个字段,由空格分开,结构为:分,小时,日期,月份,星期。此参数与`EndTime`需要同时指定。",
2402
2402
  "example": "0 14 */1 * *",
2403
2403
  "member": "string",
2404
2404
  "name": "Recurrence",
@@ -2653,7 +2653,7 @@
2653
2653
  "members": [
2654
2654
  {
2655
2655
  "disabled": false,
2656
- "document": "待删除的定时任务ID。",
2656
+ "document": "待删除的定时任务ID。可以通过调用接口 [DescribeScheduledActions](https://cloud.tencent.com/document/api/377/20450) ,取返回信息中的 ScheduledActionId 获取定时任务ID。",
2657
2657
  "example": "asst-chwbkq4c",
2658
2658
  "member": "string",
2659
2659
  "name": "ScheduledActionId",
@@ -3421,7 +3421,7 @@
3421
3421
  "members": [
3422
3422
  {
3423
3423
  "disabled": false,
3424
- "document": "按照一个或者多个定时任务ID查询。实例ID形如:asst-am691zxo。每次请求的实例的上限为100。参数不支持同时指定ScheduledActionIds和Filters。",
3424
+ "document": "按照一个或者多个定时任务ID查询。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 获取定时任务 ID。每次请求的实例的上限为100。参数不支持同时指定ScheduledActionIds和Filters。",
3425
3425
  "example": "[\"asst-caa5ha40\"]",
3426
3426
  "member": "string",
3427
3427
  "name": "ScheduledActionIds",
@@ -3430,7 +3430,7 @@
3430
3430
  },
3431
3431
  {
3432
3432
  "disabled": false,
3433
- "document": "过滤条件。\n<li> scheduled-action-id - String - 是否必填:否 -(过滤条件)按照定时任务ID过滤。</li>\n<li> scheduled-action-name - String - 是否必填:否 - (过滤条件) 按照定时任务名称过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 - (过滤条件) 按照伸缩组ID过滤。</li>",
3433
+ "document": "过滤条件。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 获取定时任务 ID,定时任务名称,伸缩组 ID。\n<li> scheduled-action-id - String - 是否必填:否 -(过滤条件)按照定时任务ID过滤。</li>\n<li> scheduled-action-name - String - 是否必填:否 - (过滤条件) 按照定时任务名称过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 - (过滤条件) 按照伸缩组ID过滤。</li>",
3434
3434
  "example": "[{\"Name\": \"auto-scaling-group-name\", \"Values\": [\"production-as\"]}]",
3435
3435
  "member": "Filter",
3436
3436
  "name": "Filters",
@@ -3474,7 +3474,7 @@
3474
3474
  {
3475
3475
  "disabled": false,
3476
3476
  "document": "定时任务详细信息列表。",
3477
- "example": "[{\"Recurrence\": \"* * * * *\", \"ScheduledActionId\": \"asst-9ns4dsr0\", \"AutoScalingGroupId\": \"asg-2q2sim6z\", \"ScheduledType\": \"ONCE\", \"MinSize\": 0, \"MaxSize\": 8, \"ScheduledActionName\": \"scale-out\", \"StartTime\": \"2023-01-03 09:45:00\", \"CreatedTime\": \"2022-01-26T02:46:12Z\", \"EndTime\": \"0000-00-00 00:00:00\", \"DesiredCapacity\": 0}]",
3477
+ "example": "",
3478
3478
  "member": "ScheduledAction",
3479
3479
  "name": "ScheduledActionSet",
3480
3480
  "output_required": true,
@@ -3495,7 +3495,7 @@
3495
3495
  "members": [
3496
3496
  {
3497
3497
  "disabled": false,
3498
- "document": "伸缩组ID",
3498
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
3499
3499
  "example": "asg-boz1qhnk",
3500
3500
  "member": "string",
3501
3501
  "name": "AutoScalingGroupId",
@@ -3504,7 +3504,7 @@
3504
3504
  },
3505
3505
  {
3506
3506
  "disabled": false,
3507
- "document": "CVM实例ID列表",
3507
+ "document": "CVM实例ID列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
3508
3508
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3509
3509
  "member": "string",
3510
3510
  "name": "InstanceIds",
@@ -3523,7 +3523,7 @@
3523
3523
  "example": "asa-bcfxhy55",
3524
3524
  "member": "string",
3525
3525
  "name": "ActivityId",
3526
- "required": true,
3526
+ "output_required": true,
3527
3527
  "type": "string",
3528
3528
  "value_allowed_null": false
3529
3529
  },
@@ -3772,7 +3772,7 @@
3772
3772
  "members": [
3773
3773
  {
3774
3774
  "disabled": false,
3775
- "document": "伸缩组 ID",
3775
+ "document": "伸缩组 ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
3776
3776
  "example": "asg-boz1qhnk",
3777
3777
  "member": "string",
3778
3778
  "name": "AutoScalingGroupId",
@@ -3781,7 +3781,7 @@
3781
3781
  },
3782
3782
  {
3783
3783
  "disabled": false,
3784
- "document": "运行中状态实例列表,不支持传入非运行中状态实例。",
3784
+ "document": "运行中状态实例列表,不支持传入非运行中状态实例。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
3785
3785
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3786
3786
  "member": "string",
3787
3787
  "name": "InstanceIds",
@@ -3873,7 +3873,7 @@
3873
3873
  "members": [
3874
3874
  {
3875
3875
  "disabled": false,
3876
- "document": "伸缩组 ID",
3876
+ "document": "伸缩组 ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
3877
3877
  "example": "asg-boz1qhnk",
3878
3878
  "member": "string",
3879
3879
  "name": "AutoScalingGroupId",
@@ -3882,7 +3882,7 @@
3882
3882
  },
3883
3883
  {
3884
3884
  "disabled": false,
3885
- "document": "备用中状态 CVM 实例列表。",
3885
+ "document": "备用中状态 CVM 实例列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
3886
3886
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
3887
3887
  "member": "string",
3888
3888
  "name": "InstanceIds",
@@ -5802,7 +5802,7 @@
5802
5802
  "members": [
5803
5803
  {
5804
5804
  "disabled": false,
5805
- "document": "生命周期挂钩ID。",
5805
+ "document": "生命周期挂钩ID。可以通过调用接口 [DescribeLifecycleHooks](https://cloud.tencent.com/document/api/377/34452) ,取返回信息中的 LifecycleHookId 获取生命周期挂钩ID。",
5806
5806
  "example": "ash-je1esoo9",
5807
5807
  "member": "string",
5808
5808
  "name": "LifecycleHookId",
@@ -5811,7 +5811,7 @@
5811
5811
  },
5812
5812
  {
5813
5813
  "disabled": false,
5814
- "document": "生命周期挂钩名称。",
5814
+ "document": "生命周期挂钩名称。名称仅支持中文、英文、数字、下划线(_)、短横线(-)、小数点(.),最大长度不能超128。",
5815
5815
  "example": "hook-test",
5816
5816
  "member": "string",
5817
5817
  "name": "LifecycleHookName",
@@ -5820,7 +5820,7 @@
5820
5820
  },
5821
5821
  {
5822
5822
  "disabled": false,
5823
- "document": "进入生命周期挂钩场景,取值包括:\n<li> INSTANCE_LAUNCHING:实例启动后</li>\n<li> INSTANCE_TERMINATING:实例销毁前</li>",
5823
+ "document": "进入生命周期挂钩场景,取值范围如下:\n* INSTANCE_LAUNCHING: 扩容生命周期挂钩\n* INSTANCE_TERMINATING: 缩容生命周期挂钩",
5824
5824
  "example": "INSTANCE_LAUNCHING",
5825
5825
  "member": "string",
5826
5826
  "name": "LifecycleTransition",
@@ -5829,7 +5829,7 @@
5829
5829
  },
5830
5830
  {
5831
5831
  "disabled": false,
5832
- "document": "定义伸缩组在生命周期挂钩超时的情况下应采取的操作,取值包括:\n<li> CONTINUE 超时后继续伸缩活动</li> \n<li> ABANDON:超时后终止伸缩活动</li> ",
5832
+ "document": "定义伸缩组在生命周期挂钩超时或 LifecycleCommand 执行失败时应采取的操作,取值范围如下:\n* CONTINUE: 默认值,表示继续执行扩缩容活动\n* ABANDON: 针对扩容挂钩,挂钩超时或 LifecycleCommand 执行失败的 CVM 实例会直接释放或移出;而针对缩容挂钩,会继续执行缩容活动。",
5833
5833
  "example": "CONTINUE",
5834
5834
  "member": "string",
5835
5835
  "name": "DefaultResult",
@@ -5847,7 +5847,7 @@
5847
5847
  },
5848
5848
  {
5849
5849
  "disabled": false,
5850
- "document": "弹性伸缩向通知目标发送的附加信息。",
5850
+ "document": "弹性伸缩向通知目标发送的附加信息。NotificationMetadata 与 LifecycleCommand互斥,二者不可同时指定。",
5851
5851
  "example": "addtional-info",
5852
5852
  "member": "string",
5853
5853
  "name": "NotificationMetadata",
@@ -5865,7 +5865,7 @@
5865
5865
  },
5866
5866
  {
5867
5867
  "disabled": false,
5868
- "document": "通知目标信息。",
5868
+ "document": "通知目标信息。NotificationTarget 与 LifecycleCommand互斥,二者不可同时指定。",
5869
5869
  "example": "{\"QueueName\": \"as-pool\", \"TargetType\": \"TDMQ_CMQ_QUEUE\"}",
5870
5870
  "member": "NotificationTarget",
5871
5871
  "name": "NotificationTarget",
@@ -5874,7 +5874,7 @@
5874
5874
  },
5875
5875
  {
5876
5876
  "disabled": false,
5877
- "document": "远程命令执行对象。",
5877
+ "document": "远程命令执行对象。通知参数 NotificationMetadata、NotificationTarget 与 LifecycleCommand互斥,不可同时指定。",
5878
5878
  "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
5879
5879
  "member": "LifecycleCommand",
5880
5880
  "name": "LifecycleCommand",
@@ -6191,7 +6191,7 @@
6191
6191
  "members": [
6192
6192
  {
6193
6193
  "disabled": false,
6194
- "document": "待修改的定时任务ID",
6194
+ "document": "待修改的定时任务ID。可以通过调用接口 [DescribeScheduledActions](https://cloud.tencent.com/document/api/377/20450) ,取返回信息中的 ScheduledActionId 获取定时任务ID。",
6195
6195
  "example": "asst-chwbkq4c",
6196
6196
  "member": "string",
6197
6197
  "name": "ScheduledActionId",
@@ -6254,7 +6254,7 @@
6254
6254
  },
6255
6255
  {
6256
6256
  "disabled": false,
6257
- "document": "定时任务的重复方式。为标准 Cron 格式<br>此参数与`EndTime`需要同时指定。",
6257
+ "document": "定时任务的重复方式。为标准 Cron 格式,[Recurrence参数限制](https://cloud.tencent.com/document/product/377/88119)为5个字段,由空格分开,结构为:分,小时,日期,月份,星期。此参数与`EndTime`需要同时指定。",
6258
6258
  "example": "0 18 * * 1,2,3,4,5",
6259
6259
  "member": "string",
6260
6260
  "name": "Recurrence",
@@ -6599,7 +6599,7 @@
6599
6599
  "members": [
6600
6600
  {
6601
6601
  "disabled": false,
6602
- "document": "伸缩组ID",
6602
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
6603
6603
  "example": "asg-boz1qhnk",
6604
6604
  "member": "string",
6605
6605
  "name": "AutoScalingGroupId",
@@ -6608,7 +6608,7 @@
6608
6608
  },
6609
6609
  {
6610
6610
  "disabled": false,
6611
- "document": "CVM实例ID列表",
6611
+ "document": "CVM实例ID列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
6612
6612
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
6613
6613
  "member": "string",
6614
6614
  "name": "InstanceIds",
@@ -6627,7 +6627,7 @@
6627
6627
  "example": "asa-dne04cxp",
6628
6628
  "member": "string",
6629
6629
  "name": "ActivityId",
6630
- "required": true,
6630
+ "output_required": true,
6631
6631
  "type": "string",
6632
6632
  "value_allowed_null": false
6633
6633
  },
@@ -6645,7 +6645,7 @@
6645
6645
  "members": [
6646
6646
  {
6647
6647
  "disabled": false,
6648
- "document": "伸缩组ID",
6648
+ "document": "伸缩组ID。可通过如下方式获取:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
6649
6649
  "example": "asg-u7dy6t5r",
6650
6650
  "member": "string",
6651
6651
  "name": "AutoScalingGroupId",
@@ -6654,7 +6654,7 @@
6654
6654
  },
6655
6655
  {
6656
6656
  "disabled": false,
6657
- "document": "刷新活动ID。",
6657
+ "document": "刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。",
6658
6658
  "example": "asr-dhwt6r54",
6659
6659
  "member": "string",
6660
6660
  "name": "RefreshActivityId",
@@ -6690,7 +6690,7 @@
6690
6690
  "members": [
6691
6691
  {
6692
6692
  "disabled": false,
6693
- "document": "伸缩组ID",
6693
+ "document": "伸缩组ID。可以通过以下方式获取可用的伸缩组ID: \n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
6694
6694
  "example": "asg-12yqet78",
6695
6695
  "member": "string",
6696
6696
  "name": "AutoScalingGroupId",
@@ -6708,7 +6708,7 @@
6708
6708
  },
6709
6709
  {
6710
6710
  "disabled": false,
6711
- "document": "原始刷新活动 ID。",
6711
+ "document": "原始刷新活动 ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID。",
6712
6712
  "example": "asr-fdsf8u6b",
6713
6713
  "member": "string",
6714
6714
  "name": "OriginRefreshActivityId",
@@ -7131,7 +7131,7 @@
7131
7131
  },
7132
7132
  {
7133
7133
  "disabled": false,
7134
- "document": "定时任务的重复方式。",
7134
+ "document": "定时任务的重复方式。定时任务中的[Recurrence参数限制](https://cloud.tencent.com/document/product/377/88119)为5个字段,由空格分开,结构为:分,小时,日期,月份,星期。",
7135
7135
  "example": "0 23 */1 * *",
7136
7136
  "member": "string",
7137
7137
  "name": "Recurrence",
@@ -7181,7 +7181,7 @@
7181
7181
  },
7182
7182
  {
7183
7183
  "disabled": false,
7184
- "document": "定时任务的创建时间。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。",
7184
+ "document": "定时任务的创建时间。取值为标准`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。",
7185
7185
  "example": "2022-02-21T02:19:52Z",
7186
7186
  "member": "datetime_iso",
7187
7187
  "name": "CreatedTime",
@@ -7279,7 +7279,7 @@
7279
7279
  "members": [
7280
7280
  {
7281
7281
  "disabled": false,
7282
- "document": "伸缩组ID",
7282
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
7283
7283
  "example": "asg-2umy3jbd",
7284
7284
  "member": "string",
7285
7285
  "name": "AutoScalingGroupId",
@@ -7288,7 +7288,7 @@
7288
7288
  },
7289
7289
  {
7290
7290
  "disabled": false,
7291
- "document": "实例ID",
7291
+ "document": "实例ID。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
7292
7292
  "example": "[\"ins-b2d33ywt\"]",
7293
7293
  "member": "string",
7294
7294
  "name": "InstanceIds",
@@ -7398,7 +7398,7 @@
7398
7398
  "members": [
7399
7399
  {
7400
7400
  "disabled": false,
7401
- "document": "伸缩组ID",
7401
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
7402
7402
  "example": "asg-boz1qhnk",
7403
7403
  "member": "string",
7404
7404
  "name": "AutoScalingGroupId",
@@ -7407,7 +7407,7 @@
7407
7407
  },
7408
7408
  {
7409
7409
  "disabled": false,
7410
- "document": "待开启的CVM实例ID列表",
7410
+ "document": "待开启的CVM实例ID列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
7411
7411
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
7412
7412
  "member": "string",
7413
7413
  "name": "InstanceIds",
@@ -7426,7 +7426,7 @@
7426
7426
  "example": "asa-a023dwdj",
7427
7427
  "member": "string",
7428
7428
  "name": "ActivityId",
7429
- "required": true,
7429
+ "output_required": true,
7430
7430
  "type": "string",
7431
7431
  "value_allowed_null": false
7432
7432
  },
@@ -7499,7 +7499,7 @@
7499
7499
  "members": [
7500
7500
  {
7501
7501
  "disabled": false,
7502
- "document": "伸缩组ID",
7502
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
7503
7503
  "example": "asg-boz1qhnk",
7504
7504
  "member": "string",
7505
7505
  "name": "AutoScalingGroupId",
@@ -7508,7 +7508,7 @@
7508
7508
  },
7509
7509
  {
7510
7510
  "disabled": false,
7511
- "document": "待关闭的CVM实例ID列表",
7511
+ "document": "待关闭的CVM实例ID列表。可以通过以下方式获取可用的实例ID:\n<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>\n<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>",
7512
7512
  "example": "[\"ins-cri8d02t\",\"ins-osckfnm7\"]",
7513
7513
  "member": "string",
7514
7514
  "name": "InstanceIds",
@@ -7536,7 +7536,7 @@
7536
7536
  "example": "asa-m1ebiskl",
7537
7537
  "member": "string",
7538
7538
  "name": "ActivityId",
7539
- "required": true,
7539
+ "output_required": true,
7540
7540
  "type": "string",
7541
7541
  "value_allowed_null": false
7542
7542
  },
@@ -7554,7 +7554,7 @@
7554
7554
  "members": [
7555
7555
  {
7556
7556
  "disabled": false,
7557
- "document": "伸缩组ID",
7557
+ "document": "伸缩组ID。可以通过以下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
7558
7558
  "example": "asg-u7dy6t5r",
7559
7559
  "member": "string",
7560
7560
  "name": "AutoScalingGroupId",
@@ -7563,7 +7563,7 @@
7563
7563
  },
7564
7564
  {
7565
7565
  "disabled": false,
7566
- "document": "刷新活动ID。",
7566
+ "document": "刷新活动ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 RefreshActivityId 获取实例刷新活动ID。",
7567
7567
  "example": "asr-dhwt6r54",
7568
7568
  "member": "string",
7569
7569
  "name": "RefreshActivityId",
@@ -7901,7 +7901,7 @@
7901
7901
  "members": [
7902
7902
  {
7903
7903
  "disabled": false,
7904
- "document": "生命周期挂钩ID",
7904
+ "document": "生命周期挂钩ID。可以通过调用接口 [DescribeLifecycleHooks](https://cloud.tencent.com/document/api/377/34452) ,取返回信息中的 LifecycleHookId 获取生命周期挂钩ID。",
7905
7905
  "example": "ash-8azjzxj9",
7906
7906
  "member": "string",
7907
7907
  "name": "LifecycleHookId",
@@ -7910,7 +7910,7 @@
7910
7910
  },
7911
7911
  {
7912
7912
  "disabled": false,
7913
- "document": "生命周期挂钩名称",
7913
+ "document": "生命周期挂钩名称。名称仅支持中文、英文、数字、下划线(_)、短横线(-)、小数点(.),最大长度不能超128个字符。",
7914
7914
  "example": "hook-updated",
7915
7915
  "member": "string",
7916
7916
  "name": "LifecycleHookName",
@@ -7919,7 +7919,7 @@
7919
7919
  },
7920
7920
  {
7921
7921
  "disabled": false,
7922
- "document": "进行生命周期挂钩的场景,取值范围包括“INSTANCE_LAUNCHING”和“INSTANCE_TERMINATING",
7922
+ "document": "进行生命周期挂钩的场景,取值范围如下:\n* INSTANCE_LAUNCHING: 扩容生命周期挂钩\n* INSTANCE_TERMINATING: 缩容生命周期挂钩",
7923
7923
  "example": "INSTANCE_LAUNCHING",
7924
7924
  "member": "string",
7925
7925
  "name": "LifecycleTransition",
@@ -7928,7 +7928,7 @@
7928
7928
  },
7929
7929
  {
7930
7930
  "disabled": false,
7931
- "document": "定义伸缩组在生命周期挂钩超时的情况下应采取的操作,取值范围是“CONTINUE”或“ABANDON”,默认值为“CONTINUE”",
7931
+ "document": "定义伸缩组在生命周期挂钩超时或 LifecycleCommand 执行失败时应采取的操作,取值范围是如下:\n* CONTINUE: 默认值,表示继续执行扩缩容活动\n* ABANDON: 针对扩容挂钩,挂钩超时或 LifecycleCommand 执行失败的 CVM 实例会直接释放或移出;而针对缩容挂钩,会继续执行缩容活动。",
7932
7932
  "example": "CONTINUE",
7933
7933
  "member": "string",
7934
7934
  "name": "DefaultResult",
@@ -7946,7 +7946,7 @@
7946
7946
  },
7947
7947
  {
7948
7948
  "disabled": false,
7949
- "document": "弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串\"\"",
7949
+ "document": "弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串。NotificationMetadata 和 LifecycleCommand参数互斥,二者不可同时指定。",
7950
7950
  "example": "as-meta-0",
7951
7951
  "member": "string",
7952
7952
  "name": "NotificationMetadata",
@@ -7973,8 +7973,8 @@
7973
7973
  },
7974
7974
  {
7975
7975
  "disabled": false,
7976
- "document": "远程命令执行对象。NotificationTargetLifecycleCommand参数互斥,二者不可同时指定。",
7977
- "example": "cmd-ju7dt54r",
7976
+ "document": "远程命令执行对象。通知参数 NotificationMetadata、NotificationTargetLifecycleCommand 互斥,不可同时指定。",
7977
+ "example": "{\"CommandId\": \"cmd-am4e3hd8\", \"Parameters\": \"{123: 222}\"}",
7978
7978
  "member": "LifecycleCommand",
7979
7979
  "name": "LifecycleCommand",
7980
7980
  "required": false,
@@ -163,13 +163,13 @@
163
163
  "CreateScheduledAction": [
164
164
  {
165
165
  "document": "创建定时任务,在指定时间(北京时间2018年8月28日23点)调整伸缩组的最大实例数、最小实例数和期望实例数至 10、4、6。",
166
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScheduledAction\n<公共请求参数>\n\n{\n \"DesiredCapacity\": \"6\",\n \"AutoScalingGroupId\": \"asg-2nr9xh8h\",\n \"MinSize\": \"4\",\n \"MaxSize\": \"10\",\n \"ScheduledActionName\": \"scheduled-action-0\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\"\n}",
166
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScheduledAction\n<公共请求参数>\n\n{\n \"DesiredCapacity\": 6,\n \"AutoScalingGroupId\": \"asg-2nr9xh8h\",\n \"MinSize\": 4,\n \"MaxSize\": 10,\n \"ScheduledActionName\": \"scheduled-action-0\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\"\n}",
167
167
  "output": "{\n \"Response\": {\n \"ScheduledActionId\": \"asst-chwbkq4c\",\n \"RequestId\": \"193a710f-8dbf-46aa-8b4a-195532244df8\"\n }\n}",
168
168
  "title": "创建单次执行的定时任务"
169
169
  },
170
170
  {
171
171
  "document": "创建定时任务,从北京时间2018年8月28日开始,每天 23:00 调整伸缩组的最大实例数、最小实例数和期望实例数至 7、2、3,在北京时间2019年1月1日 00:00 后结束。",
172
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScheduledAction\n<公共请求参数>\n\n{\n \"Recurrence\": \"0 23 */1 * *\",\n \"DesiredCapacity\": \"3\",\n \"AutoScalingGroupId\": \"asg-2nr9xh8h\",\n \"MinSize\": \"2\",\n \"MaxSize\": \"7\",\n \"ScheduledActionName\": \"scheduled-action-1\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\",\n \"EndTime\": \"2019-01-01T00:00:00+08:00\"\n}",
172
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScheduledAction\n<公共请求参数>\n\n{\n \"Recurrence\": \"0 23 * * *\",\n \"DesiredCapacity\": 3,\n \"AutoScalingGroupId\": \"asg-2nr9xh8h\",\n \"MinSize\": 2,\n \"MaxSize\": 7,\n \"ScheduledActionName\": \"scheduled-action-1\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\",\n \"EndTime\": \"2019-01-01T00:00:00+08:00\"\n}",
173
173
  "output": "{\n \"Response\": {\n \"ScheduledActionId\": \"asst-le3us530\",\n \"RequestId\": \"502fd6fa-44ff-4c79-b77e-ee20f72bddc0\"\n }\n}",
174
174
  "title": "创建重复执行的定时任务"
175
175
  }
@@ -507,7 +507,7 @@
507
507
  "ModifyScheduledAction": [
508
508
  {
509
509
  "document": "",
510
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyScheduledAction\n<公共请求参数>\n\n{\n \"DesiredCapacity\": \"3\",\n \"MinSize\": \"0\",\n \"MaxSize\": \"5\",\n \"ScheduledActionName\": \"scheduled-action-0\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\",\n \"ScheduledActionId\": \"asst-chwbkq4c\"\n}",
510
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyScheduledAction\n<公共请求参数>\n\n{\n \"DesiredCapacity\": 3,\n \"MinSize\": 0,\n \"MaxSize\": 5,\n \"ScheduledActionName\": \"scheduled-action-0\",\n \"StartTime\": \"2018-08-28T23:00:00+08:00\",\n \"ScheduledActionId\": \"asst-chwbkq4c\"\n}",
511
511
  "output": "{\n \"Response\": {\n \"RequestId\": \"5f6f0f95-216f-4745-a2e6-617897e9cedb\"\n }\n}",
512
512
  "title": "修改定时任务"
513
513
  }
@@ -523,7 +523,7 @@
523
523
  "ResumeInstanceRefresh": [
524
524
  {
525
525
  "document": "恢复伸缩组 asg-h7tgd87d 的实例刷新活动 asr-juhf6ytr,使其重试当前批次中刷新失败的实例。",
526
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-h7tgd87d\",\n \"RefreshActivityId\": \"img-juhf6ytr\",\n \"ResumeMode\": \"RETRY\"\n}",
526
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-h7tgd87d\",\n \"RefreshActivityId\": \"asr-juhf6ytr\",\n \"ResumeMode\": \"RETRY\"\n}",
527
527
  "output": "{\n \"Response\": {\n \"RequestId\": \"c4190090-bc60-4f48-b9d4-48095b9596db\"\n }\n}",
528
528
  "title": "恢复实例刷新活动"
529
529
  }
@@ -531,7 +531,7 @@
531
531
  "RollbackInstanceRefresh": [
532
532
  {
533
533
  "document": "对伸缩组 asg-9dn1a5y6 的实例刷新活动 asr-i8u7tytd 进行回滚。",
534
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-9dn1a5y6\",\n \"RefreshMode\": \"ROLLING_UPDATE\",\n \"OriginRefreshActivityId\": \"asr-i8u7tytd\",\n \"RefreshSettings\": {\n \"RollingUpdateSettings\": {\n \"BatchNumber\": 3,\n \"BatchPause\": \"BATCH_INTERVAL_PAUSE\"\n }\n }\n}",
534
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-9dn1a5y6\",\n \"RefreshMode\": \"ROLLING_UPDATE_RESET\",\n \"OriginRefreshActivityId\": \"asr-i8u7tytd\",\n \"RefreshSettings\": {\n \"RollingUpdateSettings\": {\n \"BatchNumber\": 3,\n \"BatchPause\": \"BATCH_INTERVAL_PAUSE\"\n }\n }\n}",
535
535
  "output": "{\n \"Response\": {\n \"RefreshActivityId\": \"asr-y67t5r4e\",\n \"RequestId\": \"c4190090-bc60-4f48-b9d4-48095b9596db\"\n }\n}",
536
536
  "title": "滚动更新方式回滚实例刷新活动"
537
537
  }
@@ -587,7 +587,7 @@
587
587
  "StopInstanceRefresh": [
588
588
  {
589
589
  "document": "暂停伸缩组 asg-h7tgd87d 的实例刷新活动 asr-juhf6ytr",
590
- "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-h7tgd87d\",\n \"RefreshActivityId\": \"img-juhf6ytr\"\n}",
590
+ "input": "POST / HTTP/1.1\nHost: as.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopInstanceRefresh\n<公共请求参数>\n\n{\n \"AutoScalingGroupId\": \"asg-h7tgd87d\",\n \"RefreshActivityId\": \"asr-juhf6ytr\"\n}",
591
591
  "output": "{\n \"Response\": {\n \"RequestId\": \"c4190090-bc60-4f48-b9d4-48095b9596db\"\n }\n}",
592
592
  "title": "暂停实例刷新活动"
593
593
  }
@@ -2636,6 +2636,15 @@
2636
2636
  "name": "IsFilterCurrentUser",
2637
2637
  "required": false,
2638
2638
  "type": "bool"
2639
+ },
2640
+ {
2641
+ "disabled": false,
2642
+ "document": "关键字",
2643
+ "example": "zhangsan",
2644
+ "member": "string",
2645
+ "name": "Keyword",
2646
+ "required": false,
2647
+ "type": "string"
2639
2648
  }
2640
2649
  ],
2641
2650
  "type": "object"
@@ -141,7 +141,7 @@
141
141
  "DescribeUserProjectList": [
142
142
  {
143
143
  "document": "项目内用户接口示例",
144
- "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserProjectList\n<公共请求参数>\n\n{\n \"ProjectId\": 1982493789748932,\n \"AllPage\": false,\n \"PageNo\": 1982493789748932,\n \"PageSize\": 1982493789748932\n}",
144
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserProjectList\n<公共请求参数>\n\n{\n \"ProjectId\": 1982493789748932,\n \"AllPage\": false,\n \"PageNo\": 1982493789748932,\n \"PageSize\": 1982493789748932,\n \"Keyword\": \"zhangsan\"\n}",
145
145
  "output": "{\n \"Response\": {\n \"ErrorInfo\": {\n \"ErrorTip\": \"\",\n \"ErrorLevel\": \"INFO\",\n \"DocLink\": \"\",\n \"FAQ\": \"\",\n \"ReservedField\": \"\"\n },\n \"Data\": {\n \"List\": [\n {\n \"UserId\": \"1101\",\n \"UserName\": \"zhangsan\",\n \"CorpId\": \"1012\",\n \"Email\": \"123***@qq.com\",\n \"LastLogin\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 0,\n \"FirstModify\": 0,\n \"PhoneNumber\": \"86212***21\",\n \"AreaCode\": \"086\",\n \"CreatedUser\": \"zhangsan\",\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedUser\": \"zhangsan\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"GlobalUserName\": \"zhangsan\",\n \"Mobile\": \"153****798\",\n \"AppId\": \"101\",\n \"AppUserId\": \"zhangsan\",\n \"AppUserAliasName\": \"zhangsan\",\n \"AppUserName\": \"zhangsan\",\n \"InValidateAppRange\": true\n }\n ],\n \"Total\": 0,\n \"TotalPages\": 0\n },\n \"Extra\": \"\",\n \"Msg\": \"成功\",\n \"RequestId\": \"RequestId-123\"\n }\n}",
146
146
  "title": "项目内用户接口示例"
147
147
  }