This sample shows how to use the appliance `Monitoring` interface.
The sample calls:
1. `Monitoring.list()` API to obtain list of counters.
2. `Monitoring.query()` API to obtain CPU and Memory statistics for the
last few days
Signed-off-by: Kiril Karaataassov <kkaraatanassov@vmware.com>
updated Health appliance sample
cleaned up health appliance sample
Signed-off-by: aspurohit <spurohit@vmware.com>
Removed unused objects
Signed-off-by: aspurohit <spurohit@vmware.com>
modified as per sample_template_basic
updated as per review comments
updated the sample as per review comments
updated the sample as per import standards