# Delinea EPM

## Connection Requirements

{% stepper %}
{% step %}

### IP

IP address of the Delinea EPM.
{% endstep %}

{% step %}

### Port

Port number (optional, default: **6443**).
{% endstep %}

{% step %}

### Client ID

**To obtain your Client ID:**

In the Delinea EPM interface, navigate to **Admin > Create > API Client**. After creation, your user will be listed on this page with their **Client IDs**.
{% endstep %}

{% step %}

### Client Secret Key

Secret key of the provided client ID.
{% endstep %}

{% step %}

### Report ID

ID of the "Agent Installation Summary" report that is going to be fetched.

{% hint style="info" %}
You can find the report ID at the end of the report page you're currently viewing. Example: `https://delinea_epm/TMS/PrivilegeManager/#/reports/176f4b2f-1440-4300-8d4c-5e6f6592f7b1`
{% endhint %}
{% endstep %}

{% step %}

### Timeout

Amount of time that is going to be waited for API response. (default: 30)
{% endstep %}

{% step %}

### SSL

Use SSL for connection (optional, default: **Encrypted**).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the Delinea EPM host. When the discovery operation is finalized you will be able to see the details on the Assets page.
{% endhint %}


---

# 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.octoxlabs.com/adapters/adapters/delinea-epm.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.
