struct_statistics.go 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. package aegis
  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. // Statistics is a nested struct in aegis response
  17. type Statistics struct {
  18. HealthseriousTotal int `json:"HealthseriousTotal" xml:"HealthseriousTotal"`
  19. Online bool `json:"Online" xml:"Online"`
  20. Account int `json:"Account" xml:"Account"`
  21. Serious int `json:"Serious" xml:"Serious"`
  22. VulTotal int `json:"VulTotal" xml:"VulTotal"`
  23. VulDealedTotal int `json:"VulDealedTotal" xml:"VulDealedTotal"`
  24. HealthTotal int `json:"HealthTotal" xml:"HealthTotal"`
  25. SuspiciousseriousTotal int `json:"SuspiciousseriousTotal" xml:"SuspiciousseriousTotal"`
  26. Vul int `json:"Vul" xml:"Vul"`
  27. SuspicioushighTotal int `json:"SuspicioushighTotal" xml:"SuspicioushighTotal"`
  28. HealthmediumTotal int `json:"HealthmediumTotal" xml:"HealthmediumTotal"`
  29. VulLaterSum int `json:"VulLaterSum" xml:"VulLaterSum"`
  30. HealthlowTotal int `json:"HealthlowTotal" xml:"HealthlowTotal"`
  31. Health int `json:"Health" xml:"Health"`
  32. VulAsapSum int `json:"VulAsapSum" xml:"VulAsapSum"`
  33. SuspiciousmediumTotal int `json:"SuspiciousmediumTotal" xml:"SuspiciousmediumTotal"`
  34. HealthdealedTotal int `json:"HealthdealedTotal" xml:"HealthdealedTotal"`
  35. SuspiciousdealedTotal int `json:"SuspiciousdealedTotal" xml:"SuspiciousdealedTotal"`
  36. Suspicious int `json:"Suspicious" xml:"Suspicious"`
  37. VulNntfSum int `json:"VulNntfSum" xml:"VulNntfSum"`
  38. SuspiciouslowTotal int `json:"SuspiciouslowTotal" xml:"SuspiciouslowTotal"`
  39. Patch int `json:"Patch" xml:"Patch"`
  40. SuspiciousTotal int `json:"SuspiciousTotal" xml:"SuspiciousTotal"`
  41. Total int `json:"Total" xml:"Total"`
  42. HealthhighTotal int `json:"HealthhighTotal" xml:"HealthhighTotal"`
  43. Remind int `json:"Remind" xml:"Remind"`
  44. Trojan int `json:"Trojan" xml:"Trojan"`
  45. }