Hi, I'm using the Publish API to create a system, which shows up on the dashboard. I then send a notification using curl:
https://api.pulseway.com/v1/publish -H Content-Type:application/json -u <user;key> -X POST -d '{"instance_id":"v7black","title":"Test error","message":"Running out of disk space","priority":"critical"}'
which gets a valid response: {"response_code":200,"error_message":null}
But I can't see any notification on the dashboard/mobile
The name/description/group I used in publish seems to have been lost
I put the publish again, and the group/description is back... however once the 'refresh interval' expires it greys out but there is no notification.
Hi, I'm using the Publish API to create a system, which shows up on the dashboard. I then send a notification using curl: