mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 22:00:04 -07:00
Merge pull request #51 from OpenCHAMI/minor-changes
Added schema version to output
This commit is contained in:
commit
8df5a50ea9
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ func CollectInventory(assets *[]RemoteAsset, params *CollectParams) error {
|
||||||
"MACRequired": true,
|
"MACRequired": true,
|
||||||
"RediscoverOnUpdate": false,
|
"RediscoverOnUpdate": false,
|
||||||
"Systems": systems,
|
"Systems": systems,
|
||||||
|
"SchemaVersion": 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
// create and set headers for request
|
// create and set headers for request
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue