> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/rda/cfxdx-datasource-integrations/vmware-vrealize-operations.md).

# VMware vRealize Operations

## Prerequisites: <a href="#prerequisites" id="prerequisites"></a>

This section explains on how to integrate with VMware vRealize Operations monitoring tool into CloudFabrix AIOPs platform.

VMware vRealize supports alert notifications via Email, SNMP Traps, Webhook through Rest Notification plugin and others. CloudFabrix AIOPs platform uses webhook notification method from VMware vRealize Operations to receive and ingest the alerts or events. Additionally, it provides inventory and relationship data of virtual infrastructure elements along with their operations data (metrics).

## **Configure VMware vRealize Operations for API Access:** <a href="#create-webhook-for-incoming-alerts-from-dynatrace-1-1" id="create-webhook-for-incoming-alerts-from-dynatrace-1-1"></a>

CloudFabrix supports VMware vRealize Operations API integration for fetching asset inventory, relationship data, metrics and historical alerts periodically or on demand. For API integration, it requires only read access permissions. Follow the below given steps to create service account for CloudFabrix AIOps solution with read-only permissions on VMware vRealize Operations monitoring tool.

**Step 1:** Login into VMware vRealize Operations using an user account which has privileges to create new user account and assign read-only permissions.

**Step 2:** Go to '**Administration**', expand '**Access**' on left menu and click on '**Access Control**', and under '**User Accounts**' tab, click on '**Add**' button.

![](/files/-McvQh-8W0FjhRXy4t75)

**Step 3:** Enter the below details as shown in the below screen and click '**Next**'

* User Name
* Password
* First Name & Last Name
* Email Address (Optional)
* Description (Optional)

![](/files/-McvR2es1S3yXN1eokBO)

**Step 4:** Under **'Assign Groups and Permissions'** Click on '**Objects**', select Role as '**ReadOnly**', select checkbox for '**Assign this role to the user**', under Select Object Hierarchies, select checkbox for '**Allow access to all objects in the system**' and click on '**Finish**' to save the settings.

![](/files/-McvRDIBEXFBmmVSH6vU)

## Adding VMware vRealize Operations as Datasource/Extension in 'RDA': <a href="#adding-appdynamics-as-datasource" id="adding-appdynamics-as-datasource"></a>

VMware vRealize Operations or any other datasource/extension's configuration is configured in RDA's user interface.  Login into RDA's user interface using a browser.

**https\://\<rda-ip-address>:9998**

Under '**Notebook**', click on '**CFXDX Python 3**' box

![](/files/-McvJao2W2zwuMV05Ek3)

In the '**Notebook**' command box, type **`botadmin()`** and **`alt (or option) + Enter`** to open datasource administration menu.

Click on '**Add**' menu and under **Type** drop down, select **`vrops`**

![](/files/-McvSOYdoBMr4avBtwz8)

* **type**: Datasource/Extension type. In this context, it is '**vrops**'
* **name**: Datasource/Extension label which should be unique within the RDA
* **Hostname:** VMware vCenter's IP Address or DNS name
* **Username**: User account that was created with 'read-only' permissions
* **Password**: User account's password

Click on '**Check Connectivity**' to verify the network access and credentials validity. Once it is validated, click on '**Add**' button to add the VMware vRealize Operations as a datasource.

## VMWare vRealize exploration in '**RDA**': <a href="#adding-appdynamics-as-datasource" id="adding-appdynamics-as-datasource"></a>

Once VMWare vRealize integration details are configured in RDA as a datasource, it will be ready to connect to targe Nagios and explore the data for the analysis.

For the details on vRealize data collection bots, refer [**CloudFabrix RDA Bot documentation**](https://bot-docs.cloudfabrix.io/Bots/vrops/)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/rda/cfxdx-datasource-integrations/vmware-vrealize-operations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
