I am trying to query the Azure Rate card API using the below Endpoint
https://management.azure.com/subscriptions/{subscription-id}/providers/Microsoft.Commerce/RateCard
I am able to see all azure resources with an hourly rate in its JSON response, but it doesn't have Memory and CPU values for Virtual Machines.
How to query the CPU, Memory along with hourly rate for Virtual Machines via REST API?