We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64cdbd commit 60b85efCopy full SHA for 60b85ef
api-inventory-ext.go
@@ -237,6 +237,7 @@ type InventoryJobStatus struct {
237
Matched string `json:"matched,omitempty"`
238
RecordsWritten uint64 `json:"recordsWritten,omitempty"`
239
OutputFilesCount uint64 `json:"outputFilesCount,omitempty"`
240
+ NodeHostname string `json:"nodeHostname"`
241
}
242
243
// GetBucketInventoryJobStatus retrieves the status of an inventory job for a
0 commit comments