[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] VM Guest Metrics Error (MESSAGE_METHOD_UNKNOWN)
Hi all, I use the python binding of Xen API. I want to query some guest information, so I have a code like: # ... open session, login, etc ... metrics = session.xenapi.VM.get_metrics(vmref) g_metrics = session.xenapi.VM.get_guest_metrics(vmref) The first one returns a VM_metrics object successfully. But the second one gives the following error: XenAPI.Failure: MESSAGE_METHOD_UNKNOWN Question: Am I doing something wrong or is "VM_guest_metrics" not implemented? (If so, why is it there in the API reference 1.0.6??) I use Xen 3.2.1 Cheers, Ercan _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |