# Trend Micro Vision One

## Connection Requirements

{% stepper %}
{% step %}

### IP or Hostname

IP address or Hostname of the Trend Micro Vision One host.

{% hint style="info" %}
If you're using the cloud version, you can find the domains for your region below:

* Australia: api.au.xdr.trendmicro.com
* European Union: api.eu.xdr.trendmicro.com
* India: api.in.xdr.trendmicro.com
* Japan: api.xdr.trendmicro.co.jp
* Singapore: api.sg.xdr.trendmicro.com
* United States: api.xdr.trendmicro.com
  {% endhint %}
  {% endstep %}

{% step %}

### Port

Port number (optional, default: 443).
{% endstep %}

{% step %}

### SSL

Use SSL for connection (optional, default: Encrypted).
{% endstep %}

{% step %}

### Authentication Token

If you have access to the User Accounts screen of your organization's Trend Vision One console, follow the instructions below. Otherwise, contact your system administrator.

* On the Trend Vision One console, go to Administration > API Keys.
* Generate a new authentication token. Click Add API key. Specify the settings of the new API key.

Required API key role permissions:

* Endpoint Inventory: View
* User Accounts: View

{% hint style="info" %}
API key role permissions required: Endpoint Inventory: View User Accounts: View
{% endhint %}

{% hint style="info" %}
You cannot see the authentication token again after you click Close.
{% endhint %}
{% endstep %}

{% step %}

### Proxy URL

Proxy url. (optional)
{% endstep %}

{% step %}

### Fetch Details

Choose whether to retrieve device information. (optional, default: False)
{% endstep %}

{% step %}

### Fetch Vulnerabilities

Using this API requires allocating credits to Cyber Risk Exposure Management in Trend Vision One after November 1, 2024. It would be enough to have a license. (optional, default: False)
{% endstep %}

{% step %}

### Timeout

Amount of time that will be waited for API response. (default: 30)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the host.

When the discovery operation is finalized, you will be able to see the details on the Assets page.
{% endhint %}


---

# 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.octoxlabs.com/adapters/adapters/trend-micro-vision-one.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.
