- Create Budget to monitor specific thresholds and get alerts/actions
- simple alerts when buget>10 USD
-
{
"BudgetLimit": {
"Amount": "10",
"Unit": "USD"
},
"BudgetName": "My 10USD Budget",
"BudgetType": "COST",
"CostFilters": {},
"CostTypes": {
"IncludeRefund": false,
"IncludeCredit": false,
"IncludeUpfront": true,
"IncludeRecurring": true,
"IncludeOtherSubscription": true,
"IncludeTax": true,
"IncludeSupport": true,
"IncludeDiscount": true,
"IncludeSubscription": true,
"UseAmortized": false,
"UseBlended": false
},
"TimePeriod": {
"Start": 1667260800000,
"End": 3706473600000
},
"TimeUnit": "Monthly"
}