v1
latestOpenAPI 3.0.22026-07-175961673.3 KBMonitoring
Create monitoring instance
This API creates a new monitoring instance.
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/namespaces/{namespace}/monitoring-instances
Path parameters
namespacestring required
Namespace of the backup storage
Request body
Example request
{
"name": "pmm-instance",
"pmm": {
"user": "admin",
"password": "password",
"apiKey": "apikey"
}
}Response
Successful operation
Example response
{
"name": "pmm-instance"
}