# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/api-reference/security/alarm/datastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
