Monitoring
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"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲