Tendrl / api

Tendrl API
GNU Lesser General Public License v2.1
16 stars 16 forks source link

API returning 500 error for `start_profiling` API call #392

Closed gnehapk closed 6 years ago

gnehapk commented 6 years ago

Request data - {"Volume.volname":"test-v1","Volume.vol_id":"3199b12f-0626-44ea-9315-03614a595e90"}

Response - {"errors":{"message":"Internal server error"}}

shirshendu commented 6 years ago

Please provide more detail on the path and method of your API call.

shirshendu commented 6 years ago

The API is at POST /clusters/:id/volumes/:volume_id/start_profiling. With the fix in #398, we do not need any data in the body.