Reputation: 1511
I am looking for any API or any way to access Microsoft's Cloudyn service. I want to extract data - Azure Storage Cost and utilization per month, this is available under the "Management Dashboard of Cloudyn" and want to integrate with Datadog.
Upvotes: 1
Views: 122
Reputation: 512
The simplest way to get access to data in Cloudyn is to configure a report and schedule data to be pushed to a storage account. From there, you can use standard storage account APIs to access the data.
Instead of using Cloudyn APIs, however, I would recommend using the Cost Management Query API for aggregated cost/usage data or UsageDetails API for raw usage.
Upvotes: 1