Monitoring

List monitoring instances

This API lists all monitoring instances in a given namespace.

get/namespaces/{namespace}/monitoring-instances

Path parameters

namespacestring required

Namespace of the backup storage

Response

Successful operation

type'pmm'
urlstring
allowedNamespacesstring[]

List of namespaces allowed to use this monitoring instance

verifyTLSboolean

VerifyTLS is set to ensure TLS/SSL verification.

namestring

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

namespacestring

Example response

[
  {
    "name": "pmm-instance"
  }
]

Changes

Changed in 2 of the 50 revisions of this API.11