Added schema version to output

This commit is contained in:
David Allen 2024-08-21 13:26:00 -06:00
parent a33fd44435
commit 00aaf1bf4c
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -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