Unsolved
This post is more than 5 years old
46 Posts
0
1829
XtremIO performance returning Bad Request : Object_not_found for some volumes
I am using the REST API for collecting performance information and noticed that if I query performance data for certain volumes, the response is returned as "Response code 400, msg : Bad Request" (obj_not_found).
Why would that happen. I do see that volumes in the list of volumes ?
Also case where volumes are returning performance data, if I club them with the REST URL with volumes giving Bad Request, that URL also gives me Bad Request.
e.g
v1: gets back performance data
v2: Gives back Bad Request
v1 and v2 in the below : Gives back Bad Request
If there are no objects specified, the v2 (which was giving Bad request) has entries in the response with null values.
Due to above, I am not able to query with specific objects in my query.
Is this a bug or is there any other way to get data?