Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to find API - quota-resize Cluster Mode 8.1.2 vserver
2013-03-05
08:15 AM
4,358 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
While working with the API to make some quota manipulation tools,
I've run across the following error's, with quota-resize, quota-set-entry and others:
Error:\n<results reason="Unable to find API: quota-resize" status="failed" errno="13005"></results>
while API's like quota-list-entries-iter work just fine.
I start with SDK 5.0R1 and then tried SDK 5.1, working with a Filer running Clustermode 8.1.2 (which does
not yet show up on the version matrix in the document).
Thanks in advance for any guidance or direction as to what I am doing wrongs.
Eddy
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
quota-list-entries-iter is a Cluster level API, whereas quota-resize and quota-set-entry are APIs which you have to invoke against a Vserver.
I am guessing that's where the error is coming from.
-Kunal
2 REPLIES 2
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
quota-list-entries-iter is a Cluster level API, whereas quota-resize and quota-set-entry are APIs which you have to invoke against a Vserver.
I am guessing that's where the error is coming from.
-Kunal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
the API call works now when I go directly to the vserver,
but unfortunately it's failing (resize job is stuck on vserver, not sure
what's going on there)
Thanks again,
Eddy
