List alarms by tenant id
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Monasca |
Confirmed
|
Medium
|
Unassigned |
Bug Description
According to monasca-api documentation and my test work results, I couldn’t find a way to list alarms by tenant id parameter.
I am writing a monitoring application and connecting to openstack environment by a single admin user account. When the user on my monitoring application side chooses a tenant to display latest status, I want to list alarms of this tenant over monasca-api functions. But when it comes to list alarms of a specific tenant, list alarms function on monasca-api does not give me a tenant_id parameter to fulfill.
I can list the metric measurements by passing a tenant_id parameter to /v2.0/metrics/
Reference: https:/
Changed in monasca: | |
status: | Invalid → Confirmed |
Changed in monasca: | |
importance: | Undecided → Medium |
sounds like a good enhancement request, any takers ?