From b242333af56952b5014381ed6d3b89b564fb5d7e Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Mon, 27 Nov 2017 13:12:28 -0500 Subject: [PATCH] Added release notes alarm-counts-api blueprint Change-Id: I69a73a9a40129258715a1ce1fcc5b198b73419aa --- releasenotes/notes/alarm_count_api-057138c8e0a36443.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/alarm_count_api-057138c8e0a36443.yaml diff --git a/releasenotes/notes/alarm_count_api-057138c8e0a36443.yaml b/releasenotes/notes/alarm_count_api-057138c8e0a36443.yaml new file mode 100644 index 000000000..39ed635a8 --- /dev/null +++ b/releasenotes/notes/alarm_count_api-057138c8e0a36443.yaml @@ -0,0 +1,4 @@ +--- +features: + - Created a new API to query alarm counts, with an optional parameter to + query for all_tenants. The path for the api is ``/v1/alarm/count/``.