Skip to content

Commit 9207380

Browse files
authored
removed NodeHostname from InventoryJobStatus (#2172)
1 parent 785b638 commit 9207380

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api-inventory-ext.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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"`

docs/API.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) |

0 commit comments

Comments
 (0)