struct_data.go 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. // Data is a nested struct in aegis response
  17. type Data struct {
  18. Name string `json:"Name" xml:"Name"`
  19. CrackSuccess int `json:"CrackSuccess" xml:"CrackSuccess"`
  20. Flag string `json:"Flag" xml:"Flag"`
  21. DataSource string `json:"DataSource" xml:"DataSource"`
  22. Account int `json:"Account" xml:"Account"`
  23. EndTime int `json:"EndTime" xml:"EndTime"`
  24. AlarmUniqueInfo string `json:"AlarmUniqueInfo" xml:"AlarmUniqueInfo"`
  25. Uuid string `json:"Uuid" xml:"Uuid"`
  26. StartTime int `json:"StartTime" xml:"StartTime"`
  27. Intercepted int `json:"Intercepted" xml:"Intercepted"`
  28. Vul int `json:"Vul" xml:"Vul"`
  29. HasTraceInfo bool `json:"HasTraceInfo" xml:"HasTraceInfo"`
  30. IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
  31. Description string `json:"Description" xml:"Description"`
  32. CanCancelFault bool `json:"CanCancelFault" xml:"CanCancelFault"`
  33. Health int `json:"Health" xml:"Health"`
  34. Type string `json:"Type" xml:"Type"`
  35. Solution string `json:"Solution" xml:"Solution"`
  36. SuspEventCount int `json:"SuspEventCount" xml:"SuspEventCount"`
  37. InternetIp string `json:"InternetIp" xml:"InternetIp"`
  38. DateSourceName string `json:"DateSourceName" xml:"DateSourceName"`
  39. Level string `json:"Level" xml:"Level"`
  40. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  41. DataSourceId int `json:"DataSourceId" xml:"DataSourceId"`
  42. Suspicious int `json:"Suspicious" xml:"Suspicious"`
  43. RemoteLogin int `json:"RemoteLogin" xml:"RemoteLogin"`
  44. Patch int `json:"Patch" xml:"Patch"`
  45. AlarmEventDesc string `json:"AlarmEventDesc" xml:"AlarmEventDesc"`
  46. EventType string `json:"EventType" xml:"EventType"`
  47. AlarmEventAliasName string `json:"AlarmEventAliasName" xml:"AlarmEventAliasName"`
  48. CanBeDealOnLine bool `json:"CanBeDealOnLine" xml:"CanBeDealOnLine"`
  49. Trojan int `json:"Trojan" xml:"Trojan"`
  50. AliseEventType string `json:"AliseEventType" xml:"AliseEventType"`
  51. SuspEventMachineNames []string `json:"SuspEventMachineNames" xml:"SuspEventMachineNames"`
  52. SocreThreadDate []string `json:"SocreThreadDate" xml:"SocreThreadDate"`
  53. WeaknessUuids []string `json:"WeaknessUuids" xml:"WeaknessUuids"`
  54. WeaknessMachineNames []string `json:"WeaknessMachineNames" xml:"WeaknessMachineNames"`
  55. SocreThread []string `json:"SocreThread" xml:"SocreThread"`
  56. SuspEventUuids []string `json:"SuspEventUuids" xml:"SuspEventUuids"`
  57. PageInfo PageInfo `json:"PageInfo" xml:"PageInfo"`
  58. MetaDataFields []MetaDataField `json:"MetaDataFields" xml:"MetaDataFields"`
  59. List ListInQueryCrackEvent `json:"List" xml:"List"`
  60. CauseDetails []CauseDetail `json:"CauseDetails" xml:"CauseDetails"`
  61. }