# ManageEngine Key Manager Plus

## Connection Requirements

{% stepper %}
{% step %}

### IP or Hostname

Provide the IP address or the hostname of the ManageEngine Key Manager Plus host.
{% endstep %}

{% step %}

### Port

Port number to use to connect to the ManageEngine Key Manager Plus host.

Default: 6565
{% endstep %}

{% step %}

### API Key

To generate an API Key:

* Navigate to Settings >> General Settings >> API Key tab and click Generate.
* Copy the API Key.
  {% endstep %}

{% step %}

### Is Secure

Use SSL encryption for HTTP requests.

Default: True
{% endstep %}

{% step %}

### Thread Count

This adapter is multi-threaded. Increasing this value improves throughput but consumes more resources.

* Default: 32
* Min: 1
* Max: 32
  {% endstep %}

{% step %}

### Sleep Time

Amount of time (in seconds) to wait between thread creation. Increasing this value will slightly increase discovery time.

Default: 0
{% endstep %}

{% step %}

### Timeout

Amount of time to wait for HTTP requests (timeout).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the ManageEngine Key Manager Plus host. When the discovery operation finishes 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/manageengine-key-manager-plus.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.
