# 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.

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-McvPONDOp0PbSpKQNIM%2F-McvQh-8W0FjhRXy4t75%2FScreen%20Shot%202021-06-23%20at%205.32.26%20PM.png?alt=media\&token=cbcab3f8-abe5-40d9-aefd-13a469ad3eb1)

**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)

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-McvPONDOp0PbSpKQNIM%2F-McvR2es1S3yXN1eokBO%2FScreen%20Shot%202021-06-23%20at%205.34.00%20PM.png?alt=media\&token=23f4c224-d80b-4f59-a88c-9f8599bc5fba)

**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.

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-McvPONDOp0PbSpKQNIM%2F-McvRDIBEXFBmmVSH6vU%2FScreen%20Shot%202021-06-23%20at%205.34.42%20PM.png?alt=media\&token=f2ab404a-7734-4fa9-ae69-d8554ca5f7cd)

## 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

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-McvHoBvh7w9qGIU_z-A%2F-McvJao2W2zwuMV05Ek3%2FScreen%20Shot%202021-06-23%20at%205.01.23%20PM.png?alt=media\&token=1aa15ba1-6465-4c67-9cc8-ac4ed66f895f)

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`**

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-McvRIT_GlgmrpSNulqC%2F-McvSOYdoBMr4avBtwz8%2FScreen%20Shot%202021-06-23%20at%205.39.50%20PM.png?alt=media\&token=c844bbbe-1110-44c5-a453-70eb0160c6ba)

* **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: 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.cloudfabrix.io/rda/cfxdx-datasource-integrations/vmware-vrealize-operations.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.
