17-Aug-2022 07:17
Hi,
I am trying to build a monitor using the AS3 Template and need \"STATUS\":\"allServicesOperative\" as my receive string
if use the below code after deploying it removed all the " marks and deploys as STATUS:allServicesOperative
Monitor Declaration
Solved! Go to Solution.
22-Aug-2022 22:30
"receive": "\"STATUS\":\"allServicesOperative\"", will removed all the " marks and deploys as STATUS:allServicesOperative
20-Aug-2022 16:19 - edited 20-Aug-2022 16:35
Hello @vishnu1994,
No tested before, but base on this doc I would try it putting quotes without scaping them
22-Aug-2022 22:30
"receive": "\"STATUS\":\"allServicesOperative\"", will removed all the " marks and deploys as STATUS:allServicesOperative
23-Aug-2022 16:47
Thank you for the reply, I will validate and update