0

I need to fetch "storage_percent", "io_consumption_percent" and "connections_failed" from Microsoft.DBforMySQL/servers in Azure. I could not find any Rest API for same. I tried to export data from Diagnostic Settings to Storage as well as Eventhub. But it did not work too.

Any way forward?

After this, I need to fetch the record from program and transfer to external system.

Thanks.

ARINDAM BANERJEE
  • 659
  • 1
  • 8
  • 29

1 Answers1

0

All metrics are available using rest api call, after oauth2 authentication with microsoft.

Answer is here for all rest apis: https://learn.microsoft.com/en-us/rest/api/mysql/

ARINDAM BANERJEE
  • 659
  • 1
  • 8
  • 29