Problem:
http://<ip_address>/vmturbo/api/markets/Market/virtualmachines/<VMUUID>?starttime=1401827990356
no longer works after upgrade to 4.6, this was working in 4.5
Solution:
In version 4.6, components needs to be provided.
Example:
http://<ip_address>/vmturbo/api/markets/Market/virtualmachines/<VMUUID>?starttime=1401827990356&service=VMem/utilization|VCPU/utilization
Comments