monitoringInstances

Create a new monitoring instance object

A monitoring instance object requires type to be set. Based on the type the respective key with configuration needs to be set. Such as, if type: pmm, then pmm key needs to be provided with a configuration.

post/monitoring-instances

Request body

type'pmm' required
urlstring required
allowedNamespacesstring[] required

List of namespaces allowed to use this monitoring instance

verifyTLSboolean

VerifyTLS is set to ensure TLS/SSL verification.

namestring required

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

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

Changes