First steps toward using the APIs
Become familiar with the APIs by sending sample requests to Trend Vision One.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
Obtain authentication tokens
Generate authentication tokens in the Trend Vision One console to access the APIs.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
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 One features |
|
Operator (formerly Administrator) |
Can configure system settings and connect products |
|
Auditor |
Has "View" access to specific Trend Vision One apps 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 |
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
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.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
cURL
Retrieve a list of the available detection models using cURL.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
Python
Retrieve a list of the available detection models using a Python script.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
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.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
cURL
Enable or disable detection models based on your organization's security requirements using cURL.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
Python
Enable or disable detection models based on your organization's security requirements using a Python script.
For the complete Trend Vision One API documentation, visit the Trend Vision One Automation Center.
