dongyukun
2025-06-19 56c72c8e7b58d5b7a27d8654037b1ee22a808ce1
src/api/infra/monitordisk/index.ts
@@ -25,6 +25,16 @@
    return await request.get({ url: `/infra/monitor-disk/getMonitorDiskList`, params })
  },
  // 查询主机列表
  getAllHost: async () => {
    return await request.get({ url: `/infra/monitor-disk/getAllHost`})
  },
  // 查询ip列表
  getAllIp: async () => {
    return await request.get({ url: `/infra/monitor-disk/getAllIp`})
  },
  // 查询磁盘监控日志信息
  getMonitorDiskInfo: async (params: any) => {
    return await request.get({ url: `/infra/monitor-disk/getMonitorDiskInfo`, params })