-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_item_in_describe_event_logs.go
65 lines (63 loc) · 3.02 KB
/
struct_item_in_describe_event_logs.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
64
65
package yundun_dbaudit
//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.
// ItemInDescribeEventLogs is a nested struct in yundun_dbaudit response
type ItemInDescribeEventLogs struct {
Accessid string `json:"Accessid" xml:"Accessid"`
Sessionid string `json:"Sessionid" xml:"Sessionid"`
DbType string `json:"DbType" xml:"DbType"`
Sip string `json:"Sip" xml:"Sip"`
Sport int `json:"Sport" xml:"Sport"`
Dip string `json:"Dip" xml:"Dip"`
Dport int `json:"Dport" xml:"Dport"`
Smac int `json:"Smac" xml:"Smac"`
Dmac int `json:"Dmac" xml:"Dmac"`
LoginUser string `json:"LoginUser" xml:"LoginUser"`
ClientPrg string `json:"ClientPrg" xml:"ClientPrg"`
HostName string `json:"HostName" xml:"HostName"`
ClientUser string `json:"ClientUser" xml:"ClientUser"`
DbName string `json:"DbName" xml:"DbName"`
C1 string `json:"C1" xml:"C1"`
C2 string `json:"C2" xml:"C2"`
C3 string `json:"C3" xml:"C3"`
C4 string `json:"C4" xml:"C4"`
C5 string `json:"C5" xml:"C5"`
DateTime string `json:"DateTime" xml:"DateTime"`
Sqlid string `json:"Sqlid" xml:"Sqlid"`
OpType int `json:"OpType" xml:"OpType"`
Payload string `json:"Payload" xml:"Payload"`
SqlLen int `json:"SqlLen" xml:"SqlLen"`
EffectRow int `json:"EffectRow" xml:"EffectRow"`
Cost int `json:"Cost" xml:"Cost"`
Result int `json:"Result" xml:"Result"`
DataSet string `json:"DataSet" xml:"DataSet"`
DataSetSize int `json:"DataSetSize" xml:"DataSetSize"`
ResultDesc string `json:"ResultDesc" xml:"ResultDesc"`
RelateUser string `json:"RelateUser" xml:"RelateUser"`
RelateIp string `json:"RelateIp" xml:"RelateIp"`
PickUser string `json:"PickUser" xml:"PickUser"`
PickIp string `json:"PickIp" xml:"PickIp"`
RelateInfo string `json:"RelateInfo" xml:"RelateInfo"`
RuleId string `json:"RuleId" xml:"RuleId"`
EventName string `json:"EventName" xml:"EventName"`
EventLevel int `json:"EventLevel" xml:"EventLevel"`
RuleGroupId string `json:"RuleGroupId" xml:"RuleGroupId"`
IsStatistics int `json:"IsStatistics" xml:"IsStatistics"`
A1 string `json:"A1" xml:"A1"`
A2 string `json:"A2" xml:"A2"`
A3 string `json:"A3" xml:"A3"`
A4 string `json:"A4" xml:"A4"`
A5 string `json:"A5" xml:"A5"`
}