monasca-api/monasca_api
Habeeb Mohammed 3cfe84051c Fixed endpoint required parameters
Problem:
        Received HTTP 500 Internal Server Error when using PATCH or
	PUT in query without specifying alarm definition id.

        Solution:
        Modified on_patch() and on_put() so that if alarm definition id
	is not specified, query response will be HTTP 422 Unprocessible Entity.

Change-Id: I0a212f09cb76d1b4db6f129fe9ca94ec1fc274df
2017-06-08 10:41:26 -06:00
..
api Add healtcheck endpoint 2017-05-30 11:30:56 +02:00
common Remove xrange for run both Python 2 and Python 3 2017-05-31 08:51:43 +02:00
expression_parser Remove xrange for run both Python 2 and Python 3 2017-05-31 08:51:43 +02:00
hacking Remove xrange for run both Python 2 and Python 3 2017-05-31 08:51:43 +02:00
healthcheck Add healtcheck endpoint 2017-05-30 11:30:56 +02:00
tests Fixed endpoint required parameters 2017-06-08 10:41:26 -06:00
v2 Fixed endpoint required parameters 2017-06-08 10:41:26 -06:00
__init__.py Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00
healthchecks.py Add healtcheck endpoint 2017-05-30 11:30:56 +02:00