Skip to content

Commit 9b927a4

Browse files
authored
add retry attempts to inventory job status (#2154)
1 parent 60b85ef commit 9b927a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api-inventory-ext.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ 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"`
240+
NodeHostname string `json:"nodeHostname,omitempty"`
241+
RetryAttempts uint64 `json:"retryAttempts,omitempty"`
241242
}
242243

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

0 commit comments

Comments
 (0)