0

I can retrieve the VM state by using Azure python sdk. Now I tried to get the VMs resource usage [ CPU, bandwith, disk ]. But unable to find the option for it.

Someone please share the link if its available,.

Notlikethat
  • 20,095
  • 3
  • 40
  • 77
KMG
  • 889
  • 2
  • 14
  • 36

1 Answers1

1

We don't have full-packaged support for that currently. I suggest you to follow this issue on the Python SDK Github account: https://github.com/Azure/azure-sdk-for-python/issues/555

It's on the close roadmap.

(I'm the guy in charge of the Python SDK at MS)

Laurent Mazuel
  • 3,422
  • 13
  • 27