tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aca/__init__.py +4 -0
  4. tccli/services/aca/aca_client.py +578 -0
  5. tccli/services/aca/v20210323/api.json +3715 -0
  6. tccli/services/aca/v20210323/examples.json +69 -0
  7. tccli/services/aiart/v20221229/api.json +18 -9
  8. tccli/services/aiart/v20221229/examples.json +2 -2
  9. tccli/services/apm/v20210622/api.json +10 -7
  10. tccli/services/batch/v20170312/api.json +641 -566
  11. tccli/services/batch/v20170312/examples.json +7 -7
  12. tccli/services/bi/v20220105/api.json +9 -0
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +32 -30
  15. tccli/services/cam/v20190116/examples.json +4 -4
  16. tccli/services/ccc/v20200210/api.json +31 -1
  17. tccli/services/ccc/v20200210/examples.json +1 -1
  18. tccli/services/cdb/v20170320/api.json +214 -207
  19. tccli/services/cdb/v20170320/examples.json +10 -10
  20. tccli/services/cdwch/v20200915/api.json +6 -6
  21. tccli/services/cdwdoris/v20211228/api.json +16 -5
  22. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  23. tccli/services/cfg/v20210820/api.json +8 -13
  24. tccli/services/cfg/v20210820/examples.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +84 -84
  26. tccli/services/cfs/v20190719/examples.json +6 -6
  27. tccli/services/chdfs/v20201112/api.json +18 -17
  28. tccli/services/chdfs/v20201112/examples.json +2 -2
  29. tccli/services/clb/v20180317/api.json +184 -162
  30. tccli/services/cloudapp/v20220530/api.json +1 -1
  31. tccli/services/cloudapp/v20220530/examples.json +3 -3
  32. tccli/services/cloudaudit/v20190319/api.json +21 -17
  33. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  34. tccli/services/cls/v20201016/api.json +21 -21
  35. tccli/services/cls/v20201016/examples.json +1 -1
  36. tccli/services/config/v20220802/api.json +2 -0
  37. tccli/services/config/v20220802/examples.json +2 -2
  38. tccli/services/dcdb/v20180411/api.json +390 -387
  39. tccli/services/dcdb/v20180411/examples.json +14 -14
  40. tccli/services/dlc/v20210125/api.json +162 -7
  41. tccli/services/dlc/v20210125/examples.json +1 -1
  42. tccli/services/domain/v20180808/api.json +37 -37
  43. tccli/services/domain/v20180808/examples.json +16 -10
  44. tccli/services/dsgc/v20190723/api.json +1796 -1623
  45. tccli/services/dsgc/v20190723/examples.json +217 -211
  46. tccli/services/dts/v20180330/api.json +143 -106
  47. tccli/services/dts/v20211206/api.json +57 -46
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ecm/v20190719/api.json +6 -6
  50. tccli/services/emr/v20190103/api.json +80 -20
  51. tccli/services/ess/ess_client.py +61 -8
  52. tccli/services/ess/v20201111/api.json +267 -37
  53. tccli/services/ess/v20201111/examples.json +11 -3
  54. tccli/services/essbasic/essbasic_client.py +167 -8
  55. tccli/services/essbasic/v20210526/api.json +527 -54
  56. tccli/services/essbasic/v20210526/examples.json +46 -16
  57. tccli/services/facefusion/v20220927/api.json +12 -1
  58. tccli/services/fmu/v20191213/api.json +8 -8
  59. tccli/services/gaap/v20180529/api.json +200 -209
  60. tccli/services/hai/v20230812/api.json +1 -1
  61. tccli/services/iss/v20230517/api.json +11 -11
  62. tccli/services/iss/v20230517/examples.json +31 -31
  63. tccli/services/keewidb/v20220308/api.json +92 -82
  64. tccli/services/keewidb/v20220308/examples.json +5 -5
  65. tccli/services/lighthouse/v20200324/api.json +18 -18
  66. tccli/services/lighthouse/v20200324/examples.json +5 -5
  67. tccli/services/live/v20180801/api.json +27 -9
  68. tccli/services/lke/v20231130/examples.json +1 -1
  69. tccli/services/mariadb/v20170312/api.json +285 -263
  70. tccli/services/mariadb/v20170312/examples.json +12 -12
  71. tccli/services/monitor/monitor_client.py +106 -0
  72. tccli/services/monitor/v20180724/api.json +222 -0
  73. tccli/services/monitor/v20180724/examples.json +16 -0
  74. tccli/services/mps/mps_client.py +228 -16
  75. tccli/services/mps/v20190612/api.json +385 -23
  76. tccli/services/mps/v20190612/examples.json +32 -0
  77. tccli/services/msp/v20180319/api.json +2 -2
  78. tccli/services/ocr/v20181119/api.json +11 -1
  79. tccli/services/omics/v20221128/api.json +14 -2
  80. tccli/services/organization/v20210331/api.json +45 -18
  81. tccli/services/privatedns/v20201028/api.json +90 -81
  82. tccli/services/privatedns/v20201028/examples.json +18 -18
  83. tccli/services/redis/redis_client.py +106 -0
  84. tccli/services/redis/v20180412/api.json +178 -16
  85. tccli/services/redis/v20180412/examples.json +16 -0
  86. tccli/services/region/v20220627/api.json +5 -3
  87. tccli/services/region/v20220627/examples.json +1 -1
  88. tccli/services/ssl/v20191205/api.json +6 -4
  89. tccli/services/tag/v20180813/api.json +4 -5
  90. tccli/services/tcb/v20180608/api.json +36 -16
  91. tccli/services/tdmq/tdmq_client.py +53 -0
  92. tccli/services/tdmq/v20200217/api.json +64 -1
  93. tccli/services/tdmq/v20200217/examples.json +9 -1
  94. tccli/services/teo/teo_client.py +485 -8
  95. tccli/services/teo/v20220901/api.json +837 -39
  96. tccli/services/teo/v20220901/examples.json +108 -0
  97. tccli/services/thpc/v20211109/api.json +32 -34
  98. tccli/services/thpc/v20220401/api.json +31 -33
  99. tccli/services/thpc/v20230321/api.json +55 -57
  100. tccli/services/thpc/v20230321/examples.json +1 -1
  101. tccli/services/tiia/v20190529/api.json +307 -293
  102. tccli/services/tiia/v20190529/examples.json +41 -41
  103. tccli/services/tione/v20211111/api.json +4 -4
  104. tccli/services/tione/v20211111/examples.json +2 -2
  105. tccli/services/tke/v20180525/api.json +1 -1
  106. tccli/services/trocket/trocket_client.py +53 -0
  107. tccli/services/trocket/v20230308/api.json +116 -0
  108. tccli/services/trocket/v20230308/examples.json +14 -0
  109. tccli/services/tse/v20201207/api.json +188 -120
  110. tccli/services/tse/v20201207/examples.json +30 -30
  111. tccli/services/tsf/v20180326/api.json +826 -745
  112. tccli/services/tsf/v20180326/examples.json +99 -111
  113. tccli/services/vclm/v20240523/api.json +1 -1
  114. tccli/services/vdb/v20230616/api.json +80 -80
  115. tccli/services/vdb/v20230616/examples.json +1 -1
  116. tccli/services/vpc/v20170312/api.json +42 -41
  117. tccli/services/vpc/v20170312/examples.json +5 -5
  118. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
  119. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
  120. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
  121. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
  122. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -116,7 +116,7 @@
116
116
  {
117
117
  "document": "",
118
118
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceParams\n<公共请求参数>\n\n{\n \"InstanceId\": \"kee-9clk****\"\n}",
119
- "output": "{\n \"Response\": {\n \"InstanceEnumParam\": [\n {\n \"CurrentValue\": \"yes\",\n \"DefaultValue\": \"yes\",\n \"EnumValue\": [\n \"yes\",\n \"no\"\n ],\n \"NeedRestart\": \"false\",\n \"ParamName\": \"auto-failback\",\n \"Status\": 2,\n \"Tips\": \"After the failure recovery, the master node is automatically switched back to the master zone (Standard) or the master node group (cluster)\",\n \"ValueType\": \"enum\"\n }\n ],\n \"InstanceIntegerParam\": [\n {\n \"CurrentValue\": \"15000\",\n \"DefaultValue\": \"15000\",\n \"Max\": \"120000\",\n \"Min\": \"15000\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"cluster-node-timeout\",\n \"Status\": 2,\n \"Tips\": \"Cluster node timeout is the amount of milliseconds a node must be unreachable for it to be considered in failure state\",\n \"Unit\": \"ms\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"100\",\n \"DefaultValue\": \"100\",\n \"Max\": \"10000\",\n \"Min\": \"10\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"proxy-slowlog-log-slower-than\",\n \"Status\": 2,\n \"Tips\": \"the command will be record over this time in proxy\",\n \"Unit\": \"ms\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"100\",\n \"DefaultValue\": \"100\",\n \"Max\": \"10000\",\n \"Min\": \"10\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"slowlog-log-slower-than\",\n \"Status\": 2,\n \"Tips\": \"Over this time the command is recorded in us.a negative number disables the slow log,a value of zero forces the logging of every command\",\n \"Unit\": \"ms\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"128\",\n \"DefaultValue\": \"128\",\n \"Max\": \"1024\",\n \"Min\": \"0\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"slowlog-max-len\",\n \"Status\": 2,\n \"Tips\": \"When a new command is logged and the slow log is already at its maximum length, the oldest one is removed from the queue of logged commands in order to make space\",\n \"Unit\": \"\",\n \"ValueType\": \"integer\"\n }\n ],\n \"InstanceMultiParam\": [\n {\n \"CurrentValue\": \"\\\"\\\"\",\n \"DefaultValue\": \"\\\"\\\"\",\n \"EnumValue\": [\n \"flushall\",\n \"flushdb\",\n \"keys\",\n \"hgetall\",\n \"eval\",\n \"evalsha\",\n \"script\"\n ],\n \"NeedRestart\": \"false\",\n \"ParamName\": \"disable-command-list\",\n \"Status\": 2,\n \"Tips\": \"commands in such config will not be allowed to run in this instance,you can config multi commands like this 'flushdb,keys'\",\n \"ValueType\": \"multi\"\n }\n ],\n \"InstanceTextParam\": [\n {\n \"CurrentValue\": \"\\\"\\\"\",\n \"DefaultValue\": \"\\\"\\\"\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"notify-keyspace-events\",\n \"Status\": 2,\n \"TextValue\": [\n \"K\",\n \"E\",\n \"g\",\n \"$\",\n \"l\",\n \"s\",\n \"h\",\n \"z\",\n \"x\",\n \"e\",\n \"A\"\n ],\n \"Tips\": \"Changes in key space notification to registered clients\",\n \"ValueType\": \"text\"\n }\n ],\n \"RequestId\": \"5585ef91-0749-478a-aa81-ecc7ee584143\",\n \"TotalCount\": 7\n }\n}",
119
+ "output": "{\n \"Response\": {\n \"InstanceEnumParam\": [],\n \"InstanceIntegerParam\": [\n {\n \"CurrentValue\": \"15000\",\n \"DefaultValue\": \"15000\",\n \"Max\": \"120000\",\n \"Min\": \"15000\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"cluster-node-timeout\",\n \"Status\": 2,\n \"Tips\": \"Cluster node timeout is the amount of milliseconds a node must be unreachable for it to be considered in failure state\",\n \"Unit\": \"\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"500\",\n \"DefaultValue\": \"500\",\n \"Max\": \"1000\",\n \"Min\": \"10\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"proxy-slowlog-log-slower-than\",\n \"Status\": 2,\n \"Tips\": \"the commands over this time will in proxy\",\n \"Unit\": \"ms\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"100\",\n \"DefaultValue\": \"100\",\n \"Max\": \"10000\",\n \"Min\": \"10\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"slowlog-log-slower-than\",\n \"Status\": 2,\n \"Tips\": \"Over this time the command is recorded in us.a negative number disables the slow log,a value of zero forces the logging of every command\",\n \"Unit\": \"ms\",\n \"ValueType\": \"integer\"\n },\n {\n \"CurrentValue\": \"128\",\n \"DefaultValue\": \"128\",\n \"Max\": \"1024\",\n \"Min\": \"0\",\n \"NeedRestart\": \"false\",\n \"ParamName\": \"slowlog-max-len\",\n \"Status\": 2,\n \"Tips\": \"When a new command is logged and the slow log is already at its maximum length, the oldest one is removed from the queue of logged commands in order to make space\",\n \"Unit\": \"\",\n \"ValueType\": \"integer\"\n }\n ],\n \"InstanceMultiParam\": [\n {\n \"CurrentValue\": \"hgetall,eval\",\n \"DefaultValue\": \"hgetall\",\n \"EnumValue\": [\n \"hgetall\",\n \"eval\",\n \"evalsha\",\n \"script\",\n \"scan\",\n \"psetex\",\n \"set\",\n \"hmset\",\n \"hset\",\n \"lpush\",\n \"rpush\",\n \"sadd\",\n \"zadd\",\n \"del\",\n \"mget\",\n \"mset\",\n \"bitop\",\n \"exists\",\n \"msetnx\",\n \"rpoplpush\",\n \"smove\",\n \"sunion\",\n \"sinter\",\n \"sdiff\",\n \"sunionstore\",\n \"sinterstore\",\n \"sdiffstore\",\n \"zunionstore\",\n \"zinterstore\",\n \"pfmerge\",\n \"pfcount\"\n ],\n \"NeedRestart\": \"false\",\n \"ParamName\": \"disable-command-list\",\n \"Status\": 2,\n \"Tips\": \"commands in such config will not be allowed to run in this instance,you can config multi commands like this 'flushdb,keys'\",\n \"ValueType\": \"multi\"\n }\n ],\n \"InstanceTextParam\": [],\n \"RequestId\": \"a4abf600-2813-4c5b-a3f8-fc4268efd151\",\n \"TotalCount\": 5\n }\n}",
120
120
  "title": "示例1"
121
121
  }
122
122
  ],
@@ -130,9 +130,9 @@
130
130
  ],
131
131
  "DescribeInstances": [
132
132
  {
133
- "document": "",
134
- "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Status\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"Limit\": \"100\",\n \"Offset\": \"0\"\n}",
135
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RedisShardSize\": 16384,\n \"RedisShardNum\": 1,\n \"MonitorVersion\": \"xx\",\n \"AutoRenewFlag\": 0,\n \"InstanceTitle\": \"xx\",\n \"ProductType\": \"xx\",\n \"PriceId\": 1006984,\n \"Type\": 13,\n \"Status\": 2,\n \"Vip6\": \"xx\",\n \"VpcId\": 16770892,\n \"ClientLimit\": 0,\n \"Tags\": [\n \"xx\"\n ],\n \"InstanceId\": \"xx\",\n \"ClientLimitMax\": 40000,\n \"RegionId\": 1,\n \"SubStatus\": 19,\n \"SlaveReadWeight\": 0,\n \"OfflineTime\": \"xx\",\n \"SubnetId\": 2061142,\n \"NodeSet\": [\n {\n \"ZoneName\": \"xx\",\n \"NodeType\": 0,\n \"NodeId\": 0,\n \"ZoneId\": 1\n }\n ],\n \"Engine\": \"xx\",\n \"InstanceTags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ProjectId\": 0,\n \"Region\": \"xx\",\n \"DeadlineTime\": \"xx\",\n \"CloseTime\": \"xx\",\n \"ZoneId\": 100002,\n \"PasswordFree\": 0,\n \"DiskSize\": 50000,\n \"NoAuth\": false,\n \"Appid\": 251200002,\n \"WanIp\": \"xx\",\n \"NetLimit\": 0,\n \"InstanceName\": \"xx\",\n \"Createtime\": \"xx\",\n \"UniqVpcId\": \"xx\",\n \"DtsStatus\": 0,\n \"ProjectName\": \"xx\",\n \"BillingMode\": 1,\n \"RemainBandwidthDuration\": \"xx\",\n \"ReadOnly\": 0,\n \"UniqSubnetId\": \"xx\",\n \"ClientLimitMin\": 10000,\n \"RedisReplicasNum\": 1,\n \"Port\": 6379,\n \"Size\": 0.0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"xx\"\n }\n}",
133
+ "document": "查询Keewidb实例列表",
134
+ "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Status\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"Limit\": \"2\",\n \"Offset\": \"0\"\n}",
135
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"Appid\": 251223628,\n \"AutoRenewFlag\": 0,\n \"BillingMode\": 1,\n \"ClientLimit\": 10000,\n \"ClientLimitMax\": 40000,\n \"ClientLimitMin\": 10000,\n \"CloseTime\": \"0000-00-00 00:00:00\",\n \"Createtime\": \"2023-04-17 11:32:18\",\n \"DeadlineTime\": \"2023-05-17 11:32:18\",\n \"DiskSize\": 0,\n \"DtsStatus\": 0,\n \"Engine\": \"Keewidb\",\n \"InstanceId\": \"kee-4nmzc0ul\",\n \"InstanceName\": \"Keewidb_automation_is_awesome\",\n \"InstanceTags\": [],\n \"InstanceTitle\": \"添加实例中\",\n \"MonitorVersion\": \"5s\",\n \"NetLimit\": 24,\n \"NoAuth\": false,\n \"NodeSet\": [\n {\n \"NodeId\": 336948,\n \"NodeType\": 0,\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336946,\n \"NodeType\": 1,\n \"ZoneId\": 100003,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336947,\n \"NodeType\": 1,\n \"ZoneId\": 100004,\n \"ZoneName\": \"\"\n }\n ],\n \"OfflineTime\": \"\",\n \"PasswordFree\": 0,\n \"Port\": 6379,\n \"PriceId\": 1000848,\n \"ProductType\": \"standalone\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"ReadOnly\": 0,\n \"RedisReplicasNum\": 2,\n \"RedisShardNum\": 1,\n \"RedisShardSize\": 4096,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"RemainBandwidthDuration\": \"\",\n \"Size\": 4096,\n \"SlaveReadWeight\": 0,\n \"Status\": 1,\n \"SubStatus\": 37,\n \"SubnetId\": 2282634,\n \"Tags\": [],\n \"Type\": 15,\n \"UniqSubnetId\": \"subnet-1ed4w7to\",\n \"UniqVpcId\": \"vpc-mjwornzj\",\n \"Vip6\": \"\",\n \"VpcId\": 11133673,\n \"WanIp\": \"10.0.1.61\",\n \"ZoneId\": 100002,\n \"DiskShardSize\": 60,\n \"DiskReplicasNum\": 3,\n \"Compression\": \"\",\n \"MachineMemory\": 16,\n \"DiskShardNum\": 1\n },\n {\n \"Appid\": 251223628,\n \"AutoRenewFlag\": 0,\n \"BillingMode\": 1,\n \"ClientLimit\": 10000,\n \"ClientLimitMax\": 40000,\n \"ClientLimitMin\": 10000,\n \"CloseTime\": \"0000-00-00 00:00:00\",\n \"Createtime\": \"2023-04-17 11:47:02\",\n \"DeadlineTime\": \"2023-05-17 11:47:01\",\n \"DiskSize\": 0,\n \"DtsStatus\": 0,\n \"Engine\": \"Keewidb\",\n \"InstanceId\": \"kee-46njvft9\",\n \"InstanceName\": \"Keewidb_automation_is_awesome\",\n \"InstanceTags\": [],\n \"InstanceTitle\": \"运行中\",\n \"MonitorVersion\": \"5s\",\n \"NetLimit\": 24,\n \"NoAuth\": false,\n \"NodeSet\": [\n {\n \"NodeId\": 336951,\n \"NodeType\": 0,\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336949,\n \"NodeType\": 1,\n \"ZoneId\": 100003,\n \"ZoneName\": \"\"\n },\n {\n \"NodeId\": 336950,\n \"NodeType\": 1,\n \"ZoneId\": 100004,\n \"ZoneName\": \"\"\n }\n ],\n \"OfflineTime\": \"\",\n \"PasswordFree\": 0,\n \"Port\": 6379,\n \"PriceId\": 1000848,\n \"ProductType\": \"standalone\",\n \"ProjectId\": 0,\n \"ProjectName\": \"默认项目\",\n \"ReadOnly\": 0,\n \"RedisReplicasNum\": 2,\n \"RedisShardNum\": 1,\n \"RedisShardSize\": 4096,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"RemainBandwidthDuration\": \"\",\n \"Size\": 4096,\n \"SlaveReadWeight\": 0,\n \"Status\": 2,\n \"SubStatus\": 19,\n \"SubnetId\": 2282634,\n \"Tags\": [],\n \"Type\": 6,\n \"UniqSubnetId\": \"subnet-1ed4w7to\",\n \"UniqVpcId\": \"vpc-mjwornzj\",\n \"Vip6\": \"\",\n \"VpcId\": 11133673,\n \"WanIp\": \"10.0.1.71\",\n \"ZoneId\": 100002,\n \"DiskShardSize\": 60,\n \"DiskReplicasNum\": 3,\n \"Compression\": \"\",\n \"MachineMemory\": 16,\n \"DiskShardNum\": 1\n }\n ],\n \"RequestId\": \"3fb5a4d2-680c-45a2-aa88-0213b76d1489\",\n \"TotalCount\": 8\n }\n}",
136
136
  "title": "示例1"
137
137
  }
138
138
  ],
@@ -180,7 +180,7 @@
180
180
  {
181
181
  "document": "",
182
182
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTaskList\n<公共请求参数>\n\n{\n \"InstanceId\": \"kee-4nmv****\",\n \"Limit\": \"2\",\n \"Offset\": \"0\"\n}",
183
- "output": "{\n \"Response\": {\n \"RequestId\": \"3e6445f9-95d6-48b0-825f-2764d228ada3\",\n \"Tasks\": [\n {\n \"EndTime\": \"2022-03-10 11:44:17\",\n \"InstanceId\": \"kee-4nmv****\",\n \"InstanceName\": \"多az测试\",\n \"Progress\": 1,\n \"ProjectId\": 0,\n \"Result\": 2,\n \"StartTime\": \"2022-03-10 11:44:15\",\n \"TaskId\": 1634784472,\n \"TaskType\": \"007\"\n },\n {\n \"EndTime\": \"2022-03-03 15:47:34\",\n \"InstanceId\": \"kee-4nmv****\",\n \"InstanceName\": \"多az测试\",\n \"Progress\": 1,\n \"ProjectId\": 0,\n \"Result\": 2,\n \"StartTime\": \"2022-03-03 15:46:58\",\n \"TaskId\": 1634784470,\n \"TaskType\": \"049\"\n }\n ],\n \"TotalCount\": 9\n }\n}",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3e6445f9-95d6-48b0-825f-2764d228ada3\",\n \"Tasks\": [\n {\n \"EndTime\": \"2022-03-10 11:44:17\",\n \"InstanceId\": \"kee-4nmv****\",\n \"InstanceName\": \"多az测试\",\n \"Progress\": 1,\n \"ProjectId\": 0,\n \"Result\": 2,\n \"StartTime\": \"2022-03-10 11:44:15\",\n \"TaskId\": 1634784472,\n \"TaskType\": \"007\",\n \"OperatorUin\": \"24732\"\n },\n {\n \"EndTime\": \"2022-03-03 15:47:34\",\n \"InstanceId\": \"kee-4nmv****\",\n \"InstanceName\": \"多az测试\",\n \"Progress\": 1,\n \"ProjectId\": 0,\n \"Result\": 2,\n \"StartTime\": \"2022-03-03 15:46:58\",\n \"TaskId\": 1634784470,\n \"TaskType\": \"049\",\n \"OperatorUin\": \"24732\"\n }\n ],\n \"TotalCount\": 9\n }\n}",
184
184
  "title": "示例1"
185
185
  }
186
186
  ],
@@ -7597,7 +7597,7 @@
7597
7597
  {
7598
7598
  "disabled": false,
7599
7599
  "document": "密钥 ID 列表。关联密钥后,就可以通过对应的私钥来访问实例。注意:此字段可能返回 [],表示取不到有效值。",
7600
- "example": "[]",
7600
+ "example": "[\"lhkp-2hqb9khu\"]",
7601
7601
  "member": "string",
7602
7602
  "name": "KeyIds",
7603
7603
  "output_required": true,
@@ -7658,10 +7658,10 @@
7658
7658
  {
7659
7659
  "disabled": false,
7660
7660
  "document": "更改实例套餐后需要补的差价。",
7661
- "example": "{}",
7661
+ "example": "",
7662
7662
  "member": "Price",
7663
7663
  "name": "ModifyPrice",
7664
- "required": true,
7664
+ "output_required": true,
7665
7665
  "type": "object",
7666
7666
  "value_allowed_null": false
7667
7667
  },
@@ -7671,27 +7671,27 @@
7671
7671
  "example": "AVAILABLE",
7672
7672
  "member": "string",
7673
7673
  "name": "ModifyBundleState",
7674
- "required": true,
7674
+ "output_required": true,
7675
7675
  "type": "string",
7676
7676
  "value_allowed_null": false
7677
7677
  },
7678
7678
  {
7679
7679
  "disabled": false,
7680
7680
  "document": "套餐信息。",
7681
- "example": "{}",
7681
+ "example": "",
7682
7682
  "member": "Bundle",
7683
7683
  "name": "Bundle",
7684
- "required": true,
7684
+ "output_required": true,
7685
7685
  "type": "object",
7686
7686
  "value_allowed_null": false
7687
7687
  },
7688
7688
  {
7689
7689
  "disabled": false,
7690
7690
  "document": "不支持套餐变更原因信息。变更套餐状态为\"AVAILABLE\"时, 该信息为空\n注意:此字段可能返回 null,表示取不到有效值。",
7691
- "example": "\"\"",
7691
+ "example": "不支持升级至该套餐。",
7692
7692
  "member": "string",
7693
7693
  "name": "NotSupportModifyMessage",
7694
- "required": true,
7694
+ "output_required": true,
7695
7695
  "type": "string",
7696
7696
  "value_allowed_null": true
7697
7697
  }
@@ -8313,7 +8313,7 @@
8313
8313
  "example": "无",
8314
8314
  "member": "InstancePrice",
8315
8315
  "name": "InstancePrice",
8316
- "required": true,
8316
+ "output_required": true,
8317
8317
  "type": "object",
8318
8318
  "value_allowed_null": false
8319
8319
  }
@@ -9382,31 +9382,31 @@
9382
9382
  "members": [
9383
9383
  {
9384
9384
  "disabled": false,
9385
- "document": "详情唯一键。",
9386
- "example": "",
9385
+ "document": "软件的属性标识",
9386
+ "example": "BTPanelPort",
9387
9387
  "member": "string",
9388
9388
  "name": "Key",
9389
- "required": true,
9389
+ "output_required": true,
9390
9390
  "type": "string",
9391
9391
  "value_allowed_null": false
9392
9392
  },
9393
9393
  {
9394
9394
  "disabled": false,
9395
- "document": "详情标题。",
9396
- "example": "",
9395
+ "document": "软件的属性标识描述",
9396
+ "example": "面板端口",
9397
9397
  "member": "string",
9398
9398
  "name": "Title",
9399
- "required": true,
9399
+ "output_required": true,
9400
9400
  "type": "string",
9401
9401
  "value_allowed_null": false
9402
9402
  },
9403
9403
  {
9404
9404
  "disabled": false,
9405
- "document": "详情值。",
9406
- "example": "",
9405
+ "document": "软件的属性值",
9406
+ "example": "默认为8888,您可以在登录面板后修改面板端口",
9407
9407
  "member": "string",
9408
9408
  "name": "Value",
9409
- "required": true,
9409
+ "output_required": true,
9410
9410
  "type": "string",
9411
9411
  "value_allowed_null": false
9412
9412
  }
@@ -324,7 +324,7 @@
324
324
  {
325
325
  "document": "",
326
326
  "input": "https://lighthouse.tencentcloudapi.com/?Action=DescribeFirewallRules\n&InstanceId=lhins-aglzynfg\n&<公共请求参数>",
327
- "output": "{\n \"Response\": {\n \"FirewallRuleSet\": [\n {\n \"Action\": \"DROP\",\n \"AppType\": \"自定义\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"\",\n \"Port\": \"22,88\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"自定义\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"test\",\n \"Port\": \"88\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"HTTP(80)\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"放通TCP端口(80)\",\n \"Port\": \"80\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"HTTPS(443)\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"放通Web服务HTTPS(443),如 Apache、Nginx\",\n \"Port\": \"443\",\n \"Protocol\": \"TCP\"\n }\n ],\n \"FirewallVersion\": 1,\n \"RequestId\": \"afa0c876-336a-4ed6-ad01-89b3b2632207\",\n \"TotalCount\": 4\n }\n}",
327
+ "output": "{\n \"Response\": {\n \"FirewallRuleSet\": [\n {\n \"Action\": \"DROP\",\n \"AppType\": \"自定义\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"\",\n \"Port\": \"22,88\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"自定义\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"放通TCP端口(88)\",\n \"Port\": \"88\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"HTTP(80)\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"放通TCP端口(80)\",\n \"Port\": \"80\",\n \"Protocol\": \"TCP\"\n },\n {\n \"Action\": \"ACCEPT\",\n \"AppType\": \"HTTPS(443)\",\n \"CidrBlock\": \"0.0.0.0/0\",\n \"FirewallRuleDescription\": \"放通Web服务HTTPS(443),如 Apache、Nginx\",\n \"Port\": \"443\",\n \"Protocol\": \"TCP\"\n }\n ],\n \"FirewallVersion\": 1,\n \"RequestId\": \"afa0c876-336a-4ed6-ad01-89b3b2632207\",\n \"TotalCount\": 4\n }\n}",
328
328
  "title": "查询实例的所有防火墙规则"
329
329
  },
330
330
  {
@@ -672,9 +672,9 @@
672
672
  ],
673
673
  "ModifyInstancesAttribute": [
674
674
  {
675
- "document": "修改两个实例的名称",
676
- "input": "https://lighthouse.tencentcloudapi.com/?Action=ModifyInstancesAttribute\n&InstanceIds.0=lhins-ruy9d2tw\n&InstanceIds.1=lhins-rusdke45\n&InstanceName=test\n&<公共请求参数>",
677
- "output": "{\n \"Response\": {\n \"RequestId\": \"47421b28-de2c-486e-b244-e47e64bf7357\"\n }\n}",
675
+ "document": "修改实例的名称\n",
676
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"lhins-rfiuey9w\"\n ],\n \"InstanceName\": \"new-instance-name\"\n}",
677
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b452bba8-c6b7-4de2-bd56-20e1682628b2\"\n }\n}",
678
678
  "title": "修改实例名称"
679
679
  }
680
680
  ],
@@ -761,7 +761,7 @@
761
761
  "RerunDockerContainer": [
762
762
  {
763
763
  "document": "",
764
- "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RerunDockerContainer\n<公共请求参数>\n\n{\n \"ContainerConfiguration\": {\n \"Command\": \"\",\n \"ContainerImage\": \"nginx\",\n \"ContainerName\": \"mynginx\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ]\n },\n \"ContainerId\": \"809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415\",\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
764
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RerunDockerContainer\n<公共请求参数>\n\n{\n \"ContainerConfiguration\": {\n \"Command\": \"ls -l\",\n \"ContainerImage\": \"nginx\",\n \"ContainerName\": \"mynginx\",\n \"Envs\": [\n {\n \"Key\": \"Key1\",\n \"Value\": \"Value1\"\n }\n ],\n \"PublishPorts\": [\n {\n \"ContainerPort\": 80,\n \"HostPort\": 8081\n }\n ],\n \"Volumes\": [\n {\n \"ContainerPath\": \"/data/container\",\n \"HostPath\": \"/data/host\"\n }\n ]\n },\n \"ContainerId\": \"809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415\",\n \"InstanceId\": \"lhins-nwycpjl3\"\n}",
765
765
  "output": "{\n \"Response\": {\n \"DockerActivityId\": \"lhda-nn82v77w\",\n \"RequestId\": \"2c715b55-de1f-4a46-94a8-caeeee86b0f1\"\n }\n}",
766
766
  "title": "重新创建并运行Docker容器"
767
767
  }
@@ -4804,7 +4804,7 @@
4804
4804
  {
4805
4805
  "disabled": false,
4806
4806
  "document": "推流参数。\n推流时携带自定义参数。\n示例:\nbak=1&test=2 。",
4807
- "example": "",
4807
+ "example": "bak=1&room=2",
4808
4808
  "member": "string",
4809
4809
  "name": "PushArgs",
4810
4810
  "required": false,
@@ -4813,7 +4813,7 @@
4813
4813
  {
4814
4814
  "disabled": false,
4815
4815
  "document": "选择需要回调的事件(不填则回调全部):\nTaskStart:任务启动回调,\nTaskExit:任务停止回调,\nVodSourceFileStart:从点播源文件开始拉流回调,\nVodSourceFileFinish:从点播源文件拉流结束回调,\nResetTaskConfig:任务更新回调。\n\nTaskAlarm: 用于告警事件通知,AlarmType 示例:\nPullFileUnstable - 文件拉取不稳定,\nPushStreamUnstable - 推流不稳定,\nPullFileFailed - 文件拉取出错,\nPushStreamFailed - 推流出现失败,\nFileEndEarly - 文件提前结束。",
4816
- "example": "",
4816
+ "example": "[\"PushStreamFailed\"]",
4817
4817
  "member": "string",
4818
4818
  "name": "CallbackEvents",
4819
4819
  "required": false,
@@ -4840,7 +4840,7 @@
4840
4840
  {
4841
4841
  "disabled": false,
4842
4842
  "document": "自定义回调地址。\n拉流转推任务相关事件会回调到该地址。\n回调事件使用方法请查看:\nhttps://cloud.tencent.com/document/product/267/32744\nhttps://cloud.tencent.com/document/product/267/56208",
4843
- "example": "",
4843
+ "example": "http://my.callback.rcv/lvb/interface.php",
4844
4844
  "member": "string",
4845
4845
  "name": "CallbackUrl",
4846
4846
  "required": false,
@@ -4849,7 +4849,7 @@
4849
4849
  {
4850
4850
  "disabled": false,
4851
4851
  "document": "其他参数。\n示例: ignore_region 用于忽略传入地域, 内部按负载分配。",
4852
- "example": "",
4852
+ "example": "ignore_region",
4853
4853
  "member": "string",
4854
4854
  "name": "ExtraCmd",
4855
4855
  "required": false,
@@ -4858,7 +4858,7 @@
4858
4858
  {
4859
4859
  "disabled": false,
4860
4860
  "document": "自定义任务 ID。\n注:\n1. 该自定义 ID 为可选参数,如果传入,请确保该账号下传入的 ID 唯一。\n2. 该自定义 ID 用于防止重复发起请求时产生重复任务。后面也可以用 SpecifyTaskId 来修改或删除任务。",
4861
- "example": "",
4861
+ "example": "sfvdfsdfserfsdff",
4862
4862
  "member": "string",
4863
4863
  "name": "SpecifyTaskId",
4864
4864
  "required": false,
@@ -4876,12 +4876,30 @@
4876
4876
  {
4877
4877
  "disabled": false,
4878
4878
  "document": "完整目标 URL 地址。\n用法注意:如果使用该参数来传完整目标地址,则 DomainName, AppName, StreamName 需要传入空字符串,任务将会使用该 ToUrl 参数指定的目标地址。\n\n使用该方式传入目标地址支持的协议有:\nrtmp、rtmps、rtsp、rtp、srt。\n\n注意:签名时间需要超过任务结束时间,避免因签名过期造成任务失败。",
4879
- "example": "",
4879
+ "example": "rtmp://5000.livepush.myqcloud.com/live/myroom?txSecret=0065e4ef55825ab5883e2771a91017bd&txTime=687bfb41",
4880
4880
  "member": "string",
4881
4881
  "name": "ToUrl",
4882
4882
  "required": false,
4883
4883
  "type": "string"
4884
4884
  },
4885
+ {
4886
+ "disabled": false,
4887
+ "document": "指定播放文件索引。\n注意: 1. 从1开始,不大于SourceUrls中文件个数。\n2. 该偏移仅在首次轮播时有效。\n3. 提前创建的任务指定的偏移最长有效期为24小时,24小时后未开始的任务偏移失效。",
4888
+ "example": "0",
4889
+ "member": "int64",
4890
+ "name": "FileIndex",
4891
+ "required": false,
4892
+ "type": "int"
4893
+ },
4894
+ {
4895
+ "disabled": false,
4896
+ "document": "指定播放文件偏移。\n注意:\n1. 单位:秒,配合FileIndex使用。",
4897
+ "example": "0",
4898
+ "member": "int64",
4899
+ "name": "OffsetTime",
4900
+ "required": false,
4901
+ "type": "int"
4902
+ },
4885
4903
  {
4886
4904
  "disabled": false,
4887
4905
  "document": "备源的类型:\nPullLivePushLive -直播,\nPullVodPushLive -点播。\n注意:\n1. 仅当主源类型为直播源时,备源才会生效。\n2. 主直播源拉流中断时,自动使用备源进行拉流。\n3. 如果备源为点播文件时,则每次轮播完点播文件就检查主源是否恢复,如果主源恢复则自动切回到主源,否则继续拉备源。",
@@ -4921,7 +4939,7 @@
4921
4939
  {
4922
4940
  "disabled": false,
4923
4941
  "document": "录制模板 ID。",
4924
- "example": "",
4942
+ "example": "19342",
4925
4943
  "member": "string",
4926
4944
  "name": "RecordTemplateId",
4927
4945
  "required": false,
@@ -4930,7 +4948,7 @@
4930
4948
  {
4931
4949
  "disabled": false,
4932
4950
  "document": "新的目标地址,用于任务同时推两路场景。",
4933
- "example": "",
4951
+ "example": "rtmp://5000.livepush.myqcloud.com/live/mybackroom?txSecret=58deaf30f95a7a134c7f0d8512e90b14&txTime=687bfb1d",
4934
4952
  "member": "string",
4935
4953
  "name": "BackupToUrl",
4936
4954
  "required": false,
@@ -4954,7 +4972,7 @@
4954
4972
  {
4955
4973
  "disabled": false,
4956
4974
  "document": "任务 Id 。",
4957
- "example": "",
4975
+ "example": "940323",
4958
4976
  "member": "string",
4959
4977
  "name": "TaskId",
4960
4978
  "output_required": true,
@@ -236,7 +236,7 @@
236
236
  {
237
237
  "document": "查询参考来源详情",
238
238
  "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRefer\n<公共请求参数>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"ReferBizIds\": [\n \"1694302461379890134\"\n ]\n}",
239
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Answer\": \"\",\n \"Confidence\": 0.9336649,\n \"DocName\": \"《深海余烬》.txt\",\n \"DocType\": 2,\n \"Highlights\": [],\n \"Mark\": 1,\n \"OrgData\": \"《深海余烬》: \\r\\n 没有人会想到异象001有朝一日会出问题,就像没有人考虑过无垠海会不会在某一天干涸。\\r\\n 然而现在看来,这「永恒」的太阳也并不是真的永恒。\\r\\n 先是日出推迟了十五分钟,随后是符文圆环上那个肉眼几乎无法分辨的缺口……这些令人不安的信息都在说明一件事:异象001的寿命竟然是有限的!\\r\\n 邓肯站在橱窗旁边,默默地看着明亮的天光照亮街道,脑海中的纷繁思绪却如风暴一般翻涌着。\\r\\n 注意到太阳异变的绝不只有自己,世界上的聪明人很多,普通人或许不会关注头顶上的变化,但各个城邦当局以及教会肯定有人时刻盯着这个世界上最大的异象,现在,应该就已经有人注意到了太阳的变化……他们会如何想?他们会如何应对?是否有人知道发生了什么?\\r\\n\",\n \"PageContent\": \"《深海余烬》: \\r\\n 没有人会想到异象001有朝一日会出问题,就像没有人考虑过无垠海会不会在某一天干涸。\\r\\n 然而现在看来,这「永恒」的太阳也并不是真的永恒。\\r\\n 先是日出推迟了十五分钟,随后是符文圆环上那个肉眼几乎无法分辨的缺口……这些令人不安的信息都在说明一件事:异象001的寿命竟然是有限的!\\r\\n 邓肯站在橱窗旁边,默默地看着明亮的天光照亮街道,脑海中的纷繁思绪却如风暴一般翻涌着。\\r\\n 注意到太阳异变的绝不只有自己,世界上的聪明人很多,普通人或许不会关注头顶上的变化,但各个城邦当局以及教会肯定有人时刻盯着这个世界上最大的异象,现在,应该就已经有人注意到了太阳的变化……他们会如何想?他们会如何应对?是否有人知道发生了什么?\\r\\n\",\n \"Question\": \"\",\n \"ReferBizId\": \"1694302461379890134\"\n }\n ],\n \"RequestId\": \"73e3226c-b180-4b21-923b-2bfcc47b96bc\"\n }\n}",
239
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Answer\": \"\",\n \"Confidence\": 0.9336649,\n \"DocName\": \"《深海余烬》.txt\",\n \"DocType\": 2,\n \"Highlights\": [],\n \"Mark\": 1,\n \"OrgData\": \"《深海余烬》: \\r\\n 没有人会想到异象001有朝一日会出问题,就像没有人考虑过无垠海会不会在某一天干涸。\\r\\n 然而现在看来,这「永恒」的太阳也并不是真的永恒。\\r\\n 先是日出推迟了十五分钟,随后是符文圆环上那个肉眼几乎无法分辨的缺口……这些令人不安的信息都在说明一件事:异象001的寿命竟然是有限的!\\r\\n 邓肯站在橱窗旁边,默默地看着明亮的天光照亮街道,脑海中的纷繁思绪却如风暴一般翻涌着。\\r\\n 注意到太阳异变的绝不只有自己,世界上的聪明人很多,普通人或许不会关注头顶上的变化,但各个城邦当局以及教会肯定有人时刻盯着这个世界上最大的异象,现在,应该就已经有人注意到了太阳的变化……他们会如何想?他们会如何应对?是否有人知道发生了什么?\\r\\n\",\n \"PageContent\": \"《深海余烬》: \\r\\n 没有人会想到异象001有朝一日会出问题,就像没有人考虑过无垠海会不会在某一天干涸。\\r\\n 然而现在看来,这「永恒」的太阳也并不是真的永恒。\\r\\n 先是日出推迟了十五分钟,随后是符文圆环上那个肉眼几乎无法分辨的缺口……这些令人不安的信息都在说明一件事:异象001的寿命竟然是有限的!\\r\\n 邓肯站在橱窗旁边,默默地看着明亮的天光照亮街道,脑海中的纷繁思绪却如风暴一般翻涌着。\\r\\n 注意到太阳异变的绝不只有自己,世界上的聪明人很多,普通人或许不会关注头顶上的变化,但各个城邦当局以及教会肯定有人时刻盯着这个世界上最大的异象,现在,应该就已经有人注意到了太阳的变化……他们会如何想?他们会如何应对?是否有人知道发生了什么?\\r\\n\",\n \"Question\": \"\",\n \"SheetInfos\": [],\n \"PageInfos\": [\n 1\n ],\n \"ReferBizId\": \"1694302461379890134\"\n }\n ],\n \"RequestId\": \"73e3226c-b180-4b21-923b-2bfcc47b96bc\"\n }\n}",
240
240
  "title": "查询参考来源详情"
241
241
  }
242
242
  ],