Thanks for reaching out, could you please share in a DM your space_id in order to take a better look into it?
You can find your space_id by clicking on the Space Settings at the lower left side of the Netdata Cloud.
Hello @papazach, could this sneaky bug also be the reason why I’m not seeing any alarms with the /api/v1/alarms and /api/v1/alarms_values API endpoint?
I currently have an active alarm, but get the following response:
The sneaky bug we spot belongs to Cloud and the endpoints you shared are Agent endpoints, so they are unrelated.
Regarding you aren’t able to get alerts from the API, most likely, you can’t get them because you are using the legacy endpoints. They were deprecated in favor of /api/v2/alerts endpoint.
Bear in mind, this new endpoint is very complex and supports a big set of parameter options.
In order to get what you’re looking for, the parameters should be:
options=instances,values
status=raised
So the final endpoint should look like this: /api/v2/alerts?options=instances,values&status=raised
You’re absolutely correct, the docs lack for update, I’m sorry for that.
Already reported this to the docs department and they will take care of it.
Once again, thanks for raising this up.
I can confirm that this works I had to do it on the parent, but this makes sense since the child has:
Correct
Also have good news, the sneaky bug is addressed, and you should now be able to use our Mobile App.
Thanks for your patient, and let me know if there’s anything more I can help.