Skip to content

Commit 60b85ef

Browse files
authored
Add hostname in inventory job status (#2152)
1 parent f64cdbd commit 60b85ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-inventory-ext.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ type InventoryJobStatus struct {
237237
Matched string `json:"matched,omitempty"`
238238
RecordsWritten uint64 `json:"recordsWritten,omitempty"`
239239
OutputFilesCount uint64 `json:"outputFilesCount,omitempty"`
240+
NodeHostname string `json:"nodeHostname"`
240241
}
241242

242243
// GetBucketInventoryJobStatus retrieves the status of an inventory job for a

0 commit comments

Comments
 (0)