I have one script linux to monitor one service web, follows the command line:
curl -s -X POST -H "Content-Type: application/json" -d '{ "username" : "observer.test", "password": "t3st@1234"}' https://mywebsite.com/mobile/login-usb/login | egrep '"CODE_ACCOUNT_USB" : 3359850'
After execute this command, I see the result -->> CODE_ACCOUNT_USB" : 3359850'
I need zimbra understand result is OK
Thanks all
curl -s -X POST -H "Content-Type: application/json" -d '{ "username" : "observer.test", "password": "t3st@1234"}' https://mywebsite.com/mobile/login-usb/login | egrep '"CODE_ACCOUNT_USB" : 3359850'
After execute this command, I see the result -->> CODE_ACCOUNT_USB" : 3359850'
I need zimbra understand result is OK
Thanks all
Comment