v1

latestOpenAPI 3.0.22026-07-175961673.3 KB
Monitoring

Update monitoring instance

This API updates the monitoring instance specified by the name.

patch/namespaces/{namespace}/monitoring-instances/{name}

Path parameters

namestring required

Name of the monitoring instance

namespacestring required

Namespace of the Monitoring instance

Request body

type'pmm'
urlstring
allowedNamespacesstring[]

List of namespaces allowed to use this monitoring instance

verifyTLSboolean

VerifyTLS is set to ensure TLS/SSL verification.

Example request

{
  "pmm": {
    "user": "admin",
    "password": "password",
    "apiKey": "apikey"
  }
}

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"
}