File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,6 @@ type InventoryJobStatus struct {
292292 NumErrors uint64 `json:"numErrors,omitempty"`
293293 NumLockLosses uint64 `json:"numLockLosses,omitempty"`
294294 ManifestPath string `json:"manifestPath,omitempty"`
295- NodeHostname string `json:"nodeHostname,omitempty"`
296295 RetryAttempts uint64 `json:"retryAttempts,omitempty"`
297296 LastFailTime time.Time `json:"lastFailTime,omitempty"`
298297 LastFailErrors []string `json:"lastFailErrors,omitempty"`
Original file line number Diff line number Diff line change @@ -3019,7 +3019,6 @@ The `InventoryJobStatus` struct contains comprehensive job information:
30193019| ` NumErrors ` | uint64 | Total errors encountered |
30203020| ` NumLockLosses ` | uint64 | Number of distributed lock losses |
30213021| ` ManifestPath ` | string | Full path to manifest.json file |
3022- | ` NodeHostname ` | string | Hostname of node running the job |
30233022| ` RetryAttempts ` | uint64 | Number of retry attempts |
30243023| ` LastFailTime ` | time.Time | When last failure occurred (only present on errors) |
30253024| ` LastFailErrors ` | [ ] string | Up to 5 most recent error messages (only present on errors) |
You can’t perform that action at this time.
0 commit comments