> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/security/alarm/datastructure.md).

# Data Types

### IpBlockEventInfo <a href="#ipblockeventinfo" id="ipblockeventinfo"></a>

<table><thead><tr><th width="206.33333333333331">Parameter Name</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td>ip</td><td>String</td><td>Blocked IP address.</td></tr><tr><td>internalIps</td><td>String</td><td>Private IP of the instance.</td></tr><tr><td>region</td><td>String</td><td>Zone of the instance.</td></tr><tr><td>resourceGroup</td><td>String</td><td>Resource group of the instance.</td></tr><tr><td>blockTime</td><td>Timestamp</td><td>Blocking time.<br>Format: <code>yyyy-MM-ddTHH:mm:ssZ</code></td></tr><tr><td>unblockTime</td><td>Timestamp</td><td>Unblocking time.<br>Format: <code>yyyy-MM-ddTHH:mm:ssZ</code><br>A null value indicates the IP is still blocked.</td></tr><tr><td>divertMode</td><td>String</td><td><p>Trigger method. Available values:</p><ul><li><code>automatically</code></li><li><code>manually</code></li></ul></td></tr></tbody></table>
