Skip to content

Commit f508628

Browse files
authored
Merge pull request #1919 from afumagalli98/1917
Added reserved values to exadata export API
2 parents 5a1a38d + f10766f commit f508628

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

api-service/service/exadata_export.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ func (as APIService) GetAllExadataInstanceAsXlsx() (*excelize.File, error) {
5656
file.SetCellValue(memorysheet, nextAxis(), component.HostID)
5757
file.SetCellValue(memorysheet, nextAxis(), component.Memory)
5858
file.SetCellValue(memorysheet, nextAxis(), component.UsedRAM)
59+
file.SetCellValue(memorysheet, nextAxis(), component.ReservedMemory)
5960
file.SetCellValue(memorysheet, nextAxis(), component.UsedRAMPercentage)
6061
file.SetCellValue(memorysheet, nextAxis(), component.TotalCPU)
6162
file.SetCellValue(memorysheet, nextAxis(), component.UsedCPU)
63+
file.SetCellValue(memorysheet, nextAxis(), component.ReservedCPU)
6264
file.SetCellValue(memorysheet, nextAxis(), component.UsedCPUPercentage)
6365

6466
case component.HostType == model.STORAGE_CELL:
9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)