Search code examples
pythonazureazure-resource-managerazure-sdk-python

Azure python sdk for VM Resource Monitoring


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,.


Solution

  • 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)