---
title: "Get monitoring instance"
method: GET
path: "/namespaces/{namespace}/monitoring-instances/{name}"
tags: ["Monitoring"]
---

# Get monitoring instance

`GET /namespaces/{namespace}/monitoring-instances/{name}`

This API gets the monitoring instance specified by the `name`.

## Path parameters

- `name` string, required
- `namespace` string, required

## Response `200`

Successful operation

- MonitoringInstance — Monitoring instance information
  - `type` 'pmm'
  - `url` string
  - `allowedNamespaces` string[] — List of namespaces allowed to use this monitoring instance
  - `verifyTLS` boolean — VerifyTLS is set to ensure TLS/SSL verification.
  - `name` string — A user defined string name of the storage in the DNS name format https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names
  - `namespace` string

## Other responses

- `400` — Unsuccessful operation
- `404` — Monitoring instance not found
- `500` — Internal server error

## Changes

- **2024-08-27** `80fee12bc715` — 1 info
  - endpoint added
- **2024-04-12** `dec31e5eea8e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/monitoring-instances/:name/get.md)

---

[API](https://skmtc.dev/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.dev/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc.dev/openeverest/apis/openeverest-schema/revisions/b308ab35458e?raw)
