Unsolved
This post is more than 5 years old
7 Posts
0
602
February 26th, 2016 10:00
XtremIO 4.0.1-7 Restful API support for configuring vaai-tp-limit
Trying to configure VAAITP limit for XMS through Restful API of version 4.0.1-7 , Getting method not found error message is printed .
URL : https://Host/api/json/types/clusters
Paramaters : {"vaai-tp-limit":1}
Method Type : PUT
OutPut:
{
"message": "Method not allowed",
"error_code": 405
}
How we can configure VAAI-TP-LIMIT using XtremIO RestFul API with Software version 4.0.1-7 ? If not what version of XMS will support this "vaai-tp-limit" method ?
No Events found!


Kumar_A
2 Intern
•
727 Posts
0
February 27th, 2016 04:00
Hi,
You need to refer to the Restful API guide that we have published on the Support website.
Search for ‘vaai-tp-alerts’ in the guide and you will see that you can check for this setting (i.e. Report on it) at the volume and cluster level. However, you can also set this parameter when you are either creating a volume or after the volume has already been created.
Hope this helps.