---
title: "Get configuration of plugins observing a database"
method: GET
path: "/v1/dbo/databases/{entityId}/pluginConfig"
tags: ["dbo"]
---

# Get configuration of plugins observing a database

`GET /v1/dbo/databases/{entityId}/pluginConfig`

## Path parameters

- `entityId` string, required

## Response `200`

The request has succeeded.

- DboDatabasePluginConfigResponse
  - `pluginConfig` DboDatabasePluginConfig[], required — Configuration of plugin(s) observing database server
    - `pluginName` string, required — Name of plugin observing database server
    - `configOptions` CommonKeyValuePair[], required — Configuration of plugin observing database server
      - `key` string, required — Key.
      - `value` string, required — Value.
    - `dbConnOptions` CommonKeyValuePair[], required — Database connection options of plugin observing database server
      - `key` string, required — Key.
      - `value` string, required — Value.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/versions/994e5ca64961/schema)
