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
Example request
{
"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
- ▲