| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- 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.
- // Item is a nested struct in yundun_dbaudit response
- type Item struct {
- SqlLen int `json:"SqlLen" xml:"SqlLen"`
- EffectRow int `json:"EffectRow" xml:"EffectRow"`
- NormalEnd int `json:"NormalEnd" xml:"NormalEnd"`
- OpType string `json:"OpType" xml:"OpType"`
- EndTime int `json:"EndTime" xml:"EndTime"`
- StrInfo string `json:"StrInfo" xml:"StrInfo"`
- Dport int `json:"Dport" xml:"Dport"`
- Sqlid string `json:"Sqlid" xml:"Sqlid"`
- ClientPrg string `json:"ClientPrg" xml:"ClientPrg"`
- Smac int `json:"Smac" xml:"Smac"`
- DataSetSize int `json:"DataSetSize" xml:"DataSetSize"`
- Accessid string `json:"Accessid" xml:"Accessid"`
- DbType string `json:"DbType" xml:"DbType"`
- C5 string `json:"C5" xml:"C5"`
- C3 string `json:"C3" xml:"C3"`
- RelateIp string `json:"RelateIp" xml:"RelateIp"`
- AlarmLevel int `json:"AlarmLevel" xml:"AlarmLevel"`
- Sip string `json:"Sip" xml:"Sip"`
- DateTime string `json:"DateTime" xml:"DateTime"`
- DataSet string `json:"DataSet" xml:"DataSet"`
- PickIp string `json:"PickIp" xml:"PickIp"`
- StartTime int `json:"StartTime" xml:"StartTime"`
- SqlCount int `json:"SqlCount" xml:"SqlCount"`
- Result int `json:"Result" xml:"Result"`
- ResultDesc string `json:"ResultDesc" xml:"ResultDesc"`
- C1 string `json:"C1" xml:"C1"`
- Cost int `json:"Cost" xml:"Cost"`
- PickUser string `json:"PickUser" xml:"PickUser"`
- AlarmName string `json:"AlarmName" xml:"AlarmName"`
- AlarmFlag int `json:"AlarmFlag" xml:"AlarmFlag"`
- ClientUser string `json:"ClientUser" xml:"ClientUser"`
- ProCon int `json:"ProCon" xml:"ProCon"`
- Sessionid string `json:"Sessionid" xml:"Sessionid"`
- DbName string `json:"DbName" xml:"DbName"`
- SessionStatus int `json:"SessionStatus" xml:"SessionStatus"`
- Encode string `json:"Encode" xml:"Encode"`
- Dip string `json:"Dip" xml:"Dip"`
- Payload string `json:"Payload" xml:"Payload"`
- RelateInfo string `json:"RelateInfo" xml:"RelateInfo"`
- C4 string `json:"C4" xml:"C4"`
- RelateUser string `json:"RelateUser" xml:"RelateUser"`
- LoginUser string `json:"LoginUser" xml:"LoginUser"`
- HostName string `json:"HostName" xml:"HostName"`
- ResponseFlow int `json:"ResponseFlow" xml:"ResponseFlow"`
- Dmac int `json:"Dmac" xml:"Dmac"`
- RequestFlow int `json:"RequestFlow" xml:"RequestFlow"`
- C2 string `json:"C2" xml:"C2"`
- Sport int `json:"Sport" xml:"Sport"`
- }
|