main
starsliao 2025-01-13 22:21:22 +08:00
parent 85110c44ab
commit 194d590c75
4 changed files with 13 additions and 2 deletions

View File

@ -140,7 +140,7 @@
--- ---
### ✅提交代码 ### ✅提交代码
**[@Yvan](https://github.com/406226161)** [@dbdocker](https://github.com/dbdocker) [@anatsking](https://github.com/anatsking) [@ylighgh](https://github.com/ylighgh) **[@Yvan](https://github.com/406226161) [@ZZYhho](https://github.com/ZZYhho)** [@dbdocker](https://github.com/dbdocker) [@anatsking](https://github.com/anatsking) [@ylighgh](https://github.com/ylighgh)
--- ---

View File

@ -295,6 +295,7 @@ def rds(account,region):
try: try:
for iid in rds_dict.keys(): for iid in rds_dict.keys():
logger.info(f'【ali_DRS】===> {iid}')
describe_dbinstance_attribute_request = rds_20140815_models.DescribeDBInstanceAttributeRequest(dbinstance_id=iid) describe_dbinstance_attribute_request = rds_20140815_models.DescribeDBInstanceAttributeRequest(dbinstance_id=iid)
rdsplusinfo = client.describe_dbinstance_attribute_with_options(describe_dbinstance_attribute_request, runtime) rdsplusinfo = client.describe_dbinstance_attribute_with_options(describe_dbinstance_attribute_request, runtime)
rdsplus_list = rdsplusinfo.body.to_map()['Items']["DBInstanceAttribute"] rdsplus_list = rdsplusinfo.body.to_map()['Items']["DBInstanceAttribute"]

View File

@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
}) })
Vue.config.productionTip = false Vue.config.productionTip = false
Vue.prototype.VER = 'v1.1.2' Vue.prototype.VER = 'v1.2.0'
new Vue({ new Vue({
el: '#app', el: '#app',

View File

@ -9,6 +9,16 @@
class="dashboard-text">🚀StarsL.cn</el-link> class="dashboard-text">🚀StarsL.cn</el-link>
</el-badge> </el-badge>
<el-timeline> <el-timeline>
<el-timeline-item timestamp="2025/01/13" placement="top">
<el-card>
<h4>v1.2.0</h4>
<p>🚩DescribeDBInstancesAsCsv接口下线使用新方式获取RDS基础信息(无限速)🙇Thank you <el-link :underline="true" type="primary"
href="https://github.com/ZZYhho" target="_blank">@ZZYhho</el-link></p>
<p>修复腾讯云部分版本redis同步失败的问题</p>
<p>修复采集阿里云漏洞库失败的问题</p>
<p>增加阿里云/华为云部分区域</p>
</el-card>
</el-timeline-item>
<el-timeline-item timestamp="2024/10/19" placement="top"> <el-timeline-item timestamp="2024/10/19" placement="top">
<el-card> <el-card>
<h4>v1.1.1</h4> <h4>v1.1.1</h4>