EasyVista
Integrate EasyVista to retrieve ITSM data and IT asset inventory
The EasyVista connector allows you to retrieve IT asset management data, ITSM tickets, and user information from your EasyVista platform directly into OverSOC.
Objective
The EasyVista connector retrieves the following information:
- IT asset catalog (servers, workstations, network equipment)
- Tickets, incidents, and service requests
- Users, roles, and IT services
Prerequisites
- Administrator access or specific permissions in EasyVista
- Ability to generate API keys and credentials
- Network connectivity to the EasyVista instance
Information to Provide in OverSOC
| Field | Description |
|---|---|
| Service URL * | Base URL of your EasyVista instance (e.g., https://easy_vista_address/api/v1) |
| Bearer Token * | API Bearer Token (recommended) for authentication |
| Username | Service account username (for Basic Auth alternative) |
| Password | Service account password (for Basic Auth alternative) |
Procedure
Generate Bearer Token (Recommended)
- Sign in to the EasyVista administration interface.
- Go to Administration > Access Management > Access Tokens.
- Click New Token.
- Give it a descriptive name (e.g., "OverSOC Integration").
- Configure the token permissions for assets and tickets.
- Click Generate and copy the token immediately.
- Use this token as Bearer Token authentication in OverSOC.
Alternative: Basic Authentication
- Sign in to the EasyVista administration interface.
- Create or identify a service account with read permissions for assets and tickets.
- Note the Service URL format:
https://<easy_vista_address>/api/v1 - Retrieve the username and password for the service account.
Configure the Connector in OverSOC
- In OverSOC, go to Data Sources Settings > Sources.
- Select EasyVista and click Configure.
- Fill in the required fields:
- Service URL: Use the format
https://<easy_vista_address>/api/v1 - Authentication Method: Select Bearer Token (recommended) or Basic Auth.
- For Bearer Token: Paste the token generated above.
- For Basic Auth: Provide service account username and password.
- Service URL: Use the format
- Click Save Configuration.
Official Documentation
For additional information, refer to the EasyVista REST Web Service documentation.
Required Permissions
The API client must have the following permissions:
- Read access to the asset catalog
- Read access to tickets and incidents
- Read access to user directory and services
- Read access to reports and management reports