struct_alarm_history.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. package cms
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. type AlarmHistory struct {
  17. Status int `json:"Status" xml:"Status"`
  18. LastTime int `json:"LastTime" xml:"LastTime"`
  19. GroupId string `json:"GroupId" xml:"GroupId"`
  20. Expression string `json:"Expression" xml:"Expression"`
  21. EvaluationCount int `json:"EvaluationCount" xml:"EvaluationCount"`
  22. PreLevel string `json:"PreLevel" xml:"PreLevel"`
  23. State string `json:"State" xml:"State"`
  24. Namespace string `json:"Namespace" xml:"Namespace"`
  25. Value string `json:"Value" xml:"Value"`
  26. Dimensions string `json:"Dimensions" xml:"Dimensions"`
  27. AlertTime int `json:"AlertTime" xml:"AlertTime"`
  28. Level string `json:"Level" xml:"Level"`
  29. UserId string `json:"UserId" xml:"UserId"`
  30. MetricName string `json:"MetricName" xml:"MetricName"`
  31. Id string `json:"Id" xml:"Id"`
  32. AlertName string `json:"AlertName" xml:"AlertName"`
  33. RuleName string `json:"ruleName" xml:"ruleName"`
  34. Webhooks string `json:"Webhooks" xml:"Webhooks"`
  35. ContactMails ContactMails `json:"ContactMails" xml:"ContactMails"`
  36. ContactSmses ContactSmses `json:"ContactSmses" xml:"ContactSmses"`
  37. ContactGroups ContactGroupsInDescribeAlarmHistory `json:"ContactGroups" xml:"ContactGroups"`
  38. ContactALIIMs ContactALIIMs `json:"ContactALIIMs" xml:"ContactALIIMs"`
  39. Contacts Contacts `json:"Contacts" xml:"Contacts"`
  40. }