You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
Having issues creating a new asset and a barcode with it. From the documentation barcodeData schema, it looks like the monitor asset has to be created before the barcode can be created:
asset_id required: Only valid when creating new barcode. Required, used to associate with a specific asset
If that's correct, it looks like we'll need another cmdlet like New-SmaAssetBarcode to follow up with. I've tried to use the New-SmaAsset cmdlet but a body for a barcode, shown below, and it does return successful, but I don't see any changes reflected in KACE.
Having issues creating a new asset and a barcode with it. From the documentation barcodeData schema, it looks like the monitor asset has to be created before the barcode can be created:
asset_id required: Only valid when creating new barcode. Required, used to associate with a specific asset
If that's correct, it looks like we'll need another cmdlet like
New-SmaAssetBarcode
to follow up with. I've tried to use theNew-SmaAsset
cmdlet but a body for a barcode, shown below, and it does return successful, but I don't see any changes reflected in KACE.Input:
Output:
Thanks
Alex
The text was updated successfully, but these errors were encountered: