@@ -679,35 +679,8 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
679
679
}
680
680
```
681
681
682
- #### monitoringService = Budget
683
-
684
- ** Sample values**
685
- ``` json
686
- {
687
- "schemaId" :" AIP Budget Notification" ,
688
- "data" :{
689
- "SubscriptionName" :" test-subscription" ,
690
- "SubscriptionId" :" 11111111-1111-1111-1111-111111111111" ,
691
- "EnrollmentNumber" :" " ,
692
- "DepartmentName" :" test-budgetDepartmentName" ,
693
- "AccountName" :" test-budgetAccountName" ,
694
- "BillingAccountId" :" " ,
695
- "BillingProfileId" :" " ,
696
- "InvoiceSectionId" :" " ,
697
- "ResourceGroup" :" test-RG" ,
698
- "SpendingAmount" :" 1111.32" ,
699
- "BudgetStartDate" :" 11/17/2021 5:40:29 PM -08:00" ,
700
- "Budget" :" 10000" ,
701
- "Unit" :" USD" ,
702
- "BudgetCreator" :
" [email protected] " ,
703
- "BudgetName" :" test-budgetName" ,
704
- "BudgetType" :" Cost" ,
705
- "NotificationThresholdAmount" :" 8000.0"
706
- }
707
- }
708
- ```
709
-
710
- #### monitoringService = Actual Cost Budget
682
+ #### ` monitoringService ` = ` CostAlerts `
683
+ Actual cost budget
711
684
712
685
** Sample values**
713
686
``` json
@@ -726,9 +699,11 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
726
699
"signalType" : null ,
727
700
"monitorCondition" : null ,
728
701
"alertTargetIDs" : null ,
729
- "configurationItems" : [" budgets" ],
702
+ "configurationItems" : [
703
+ " budgets"
704
+ ],
730
705
"originAlertId" : null
731
- },
706
+ },
732
707
"alertContext" : {
733
708
"AlertCategory" : " budgets" ,
734
709
"AlertData" : {
@@ -748,7 +723,9 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
748
723
}
749
724
}
750
725
```
751
- #### monitoringService = Forecasted Budget
726
+
727
+ #### ` monitoringService ` = ` CostAlerts `
728
+ Forecasted cost budget
752
729
753
730
** Sample values**
754
731
``` json
@@ -767,7 +744,9 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
767
744
"signalType" : null ,
768
745
"monitorCondition" : null ,
769
746
"alertTargetIDs" : null ,
770
- "configurationItems" : [" budgets" ],
747
+ "configurationItems" : [
748
+ " budgets"
749
+ ],
771
750
"originAlertId" : null
772
751
},
773
752
"alertContext" : {
@@ -791,7 +770,7 @@ You can also use `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to
791
770
}
792
771
```
793
772
794
- #### monitoringService = Smart Alert
773
+ #### ` monitoringService ` = ` Smart Alert `
795
774
796
775
** Sample values**
797
776
``` json
0 commit comments