-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_data.go
63 lines (61 loc) · 4.24 KB
/
struct_data.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
package aegis
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Data is a nested struct in aegis response
type Data struct {
Name string `json:"Name" xml:"Name"`
CrackSuccess int `json:"CrackSuccess" xml:"CrackSuccess"`
Flag string `json:"Flag" xml:"Flag"`
DataSource string `json:"DataSource" xml:"DataSource"`
Account int `json:"Account" xml:"Account"`
EndTime int `json:"EndTime" xml:"EndTime"`
AlarmUniqueInfo string `json:"AlarmUniqueInfo" xml:"AlarmUniqueInfo"`
Uuid string `json:"Uuid" xml:"Uuid"`
StartTime int `json:"StartTime" xml:"StartTime"`
Intercepted int `json:"Intercepted" xml:"Intercepted"`
Vul int `json:"Vul" xml:"Vul"`
HasTraceInfo bool `json:"HasTraceInfo" xml:"HasTraceInfo"`
IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
Description string `json:"Description" xml:"Description"`
CanCancelFault bool `json:"CanCancelFault" xml:"CanCancelFault"`
Health int `json:"Health" xml:"Health"`
Type string `json:"Type" xml:"Type"`
Solution string `json:"Solution" xml:"Solution"`
SuspEventCount int `json:"SuspEventCount" xml:"SuspEventCount"`
InternetIp string `json:"InternetIp" xml:"InternetIp"`
DateSourceName string `json:"DateSourceName" xml:"DateSourceName"`
Level string `json:"Level" xml:"Level"`
InstanceName string `json:"InstanceName" xml:"InstanceName"`
DataSourceId int `json:"DataSourceId" xml:"DataSourceId"`
Suspicious int `json:"Suspicious" xml:"Suspicious"`
RemoteLogin int `json:"RemoteLogin" xml:"RemoteLogin"`
Patch int `json:"Patch" xml:"Patch"`
AlarmEventDesc string `json:"AlarmEventDesc" xml:"AlarmEventDesc"`
EventType string `json:"EventType" xml:"EventType"`
AlarmEventAliasName string `json:"AlarmEventAliasName" xml:"AlarmEventAliasName"`
CanBeDealOnLine bool `json:"CanBeDealOnLine" xml:"CanBeDealOnLine"`
Trojan int `json:"Trojan" xml:"Trojan"`
AliseEventType string `json:"AliseEventType" xml:"AliseEventType"`
SuspEventMachineNames []string `json:"SuspEventMachineNames" xml:"SuspEventMachineNames"`
SocreThreadDate []string `json:"SocreThreadDate" xml:"SocreThreadDate"`
WeaknessUuids []string `json:"WeaknessUuids" xml:"WeaknessUuids"`
WeaknessMachineNames []string `json:"WeaknessMachineNames" xml:"WeaknessMachineNames"`
SocreThread []string `json:"SocreThread" xml:"SocreThread"`
SuspEventUuids []string `json:"SuspEventUuids" xml:"SuspEventUuids"`
PageInfo PageInfo `json:"PageInfo" xml:"PageInfo"`
MetaDataFields []MetaDataField `json:"MetaDataFields" xml:"MetaDataFields"`
List ListInQueryCrackEvent `json:"List" xml:"List"`
CauseDetails []CauseDetail `json:"CauseDetails" xml:"CauseDetails"`
}