Kobiton -kobitonDeviceId command line

Hi guys,

I am running Katalon from command line with Kobiton integration and I don’t know how to get -kobitonDeviceId value .Where I can find this information kobiton device id?
And the command is looking similar with this one

sh 'cd /www/h5build/apps/build_server/katalon/Katalon_Studio_Linux_64-5.7.1 && xvfb-run -a ./katalon -noSplash -runMode=console -consoleLog -projectPath="${WORKSPACE}/test.prj" -statusDelay=60 -retry=0 -testSuitePath="Test Suites/kobtest" -kobitonDeviceId="12345" -executionProfile="default" -browserType="Kobiton Device" -kobiton.authentication.username="username" -kobiton.authentication.password="password" --config -proxy.option="MANUAL_CONFIG" -proxy.server.type="HTTP" -proxy.server.address="proxy.muc" -proxy.server.port="8080" -proxy.username="${USERNAME}" -proxy.password="${PASSWORD}" '

Please help
Thank you