> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/domain-add.md).

# domain-add

### Overview

* **Key:** `domain-add`
* **Name:** Domain Added
* **Triggers when:** A new domain is added for Discovery

### Fields

| Field      | Type    | Description         |
| ---------- | ------- | ------------------- |
| domain\_id | integer | ID of added domain. |
| domain     | string  | Domain name.        |

### Example data

```json
{
    "domain": {
        "domain_id": 8121,
        "domain": "example.com"
    }
}
```
