Hello,
It is maybe a silly question but I can't figure it out.
I want to publish an online webconsole in my dashboard.
But I don't know how to publish a system. where do i put the code? pulseway manager? pulseway webapp? I have no idea..
could somebody tell me how this works this is the code:
curl https://my.pulseway.com/api/v2/notifications \
-u username:password \
-X POST \
-H "Content-Type: application/json" \
-d '{"instance_id":"my_cloud_agent","title":"Runtime error","message":"Cannot connect to the database.","priority":"critical"}'