diff --git a/pkg/crawler/main.go b/pkg/crawler/main.go index 78af9f9..e28cb1b 100644 --- a/pkg/crawler/main.go +++ b/pkg/crawler/main.go @@ -45,7 +45,7 @@ type InventoryDetail struct { URI string `json:"uri,omitempty"` // URI of the BMC UUID string `json:"uuid,omitempty"` // UUID of Node Manufacturer string `json:"manufacturer,omitempty"` // Manufacturer of the Node - SystemType string `json:"system_type,omitempty` // System type of the Node + SystemType string `json:"system_type,omitempty"` // System type of the Node Name string `json:"name,omitempty"` // Name of the Node Model string `json:"model,omitempty"` // Model of the Node Serial string `json:"serial,omitempty"` // Serial number of the Node