Azure Commerce
Connector for the azure-commerce API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://management.azure.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
ratecard_get— GET /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/RateCard — Enables you to query for the resource/meter metadata and related prices used inusageaggregates_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.Commerce/UsageAggregates — Query aggregated Azure subscription consumption data for a date range.
Inputs
apiKey— your azure-commerce API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: ratecard_get
apiKey: <your key>