Hello,
Could you tell me how I can recover Serial number on Stingray?
in CLI ?
Best Regards,
Adrien
Solved! Go to Solution.
Stingray is software so it doesn't really have a Serial Number....
The closest thing would probably be the licence Key ID which can be retrieved using:
-> System.LicenseKey.getCurrentLicenseKey
If you want to get version information, then you can use the MachineInfo functions:
-> System.MachineInfo.getProductVersion
-> System.MachineInfo.getStingrayOSVersion
I hope that helps.
Cheers,
Mark
Stingray is software so it doesn't really have a Serial Number....
The closest thing would probably be the licence Key ID which can be retrieved using:
-> System.LicenseKey.getCurrentLicenseKey
If you want to get version information, then you can use the MachineInfo functions:
-> System.MachineInfo.getProductVersion
-> System.MachineInfo.getStingrayOSVersion
I hope that helps.
Cheers,
Mark
Hello,
I found the serial number.
Thank you
Regards,