First steps toward using the APIs
Become familiar with the APIs by sending sample requests to Trend Vision One.
Obtain authentication tokens
Generate authentication tokens in the Trend Vision One console to access the APIs.
Built-in roles
Trend Vision One has built-in roles with fixed permissions that Master Administrators can assign to accounts.
The following table provides a brief description of each role.
|
Role |
Description |
|---|---|
|
Master Administrator |
Can access all apps and Trend Vision Onefeatures |
|
Operator (formerly Administrator) |
Can configure system settings and connect products |
|
Auditor |
Has "View" access to specific Trend Vision Oneapps and features |
|
Senior Analyst |
Can investigate XDR alerts, take response actions, approve Managed XDR requests, and manage detection models |
|
Analyst |
Can investigate XDR alerts and take response actions |
Send GET requests
Learn how to send GET requests to the List detection models API.
For more information, see the Detection Models section of the API reference.
cURL
Retrieve a list of the available detection models using cURL.
Python
Retrieve a list of the available detection models using a Python script.
Send POST requests
Learn how to send POST requests to the Enable or disable a detection model API.
For more information, see the Detection Models section of the API reference.
cURL
Enable or disable detection models based on your organization's security requirements using cURL.
Python
Enable or disable detection models based on your organization's security requirements using a Python script.
