We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e7558 commit 69d0c3bCopy full SHA for 69d0c3b
1 file changed
listener/upload.go
@@ -93,6 +93,7 @@ type Host struct {
93
Groups []inventory.Group `json:"groups,omitempty"`
94
Tags json.RawMessage `json:"tags,omitempty"`
95
ParsedYumUpdates *YumUpdates `json:"-"`
96
+ Created time.Time `json:"created"`
97
}
98
99
type HostMetadata struct {
@@ -436,6 +437,7 @@ func storeOrUpdateSysPlatform(
436
437
VmaasJSON: system.VmaasJSON,
438
JSONChecksum: system.JSONChecksum,
439
LastUpload: system.LastUpload,
440
+ Created: host.Created,
441
DisplayName: system.DisplayName,
442
ReporterID: system.ReporterID,
443
YumUpdates: system.YumUpdates,
0 commit comments