Modify a Monitoring Pipeline Instance
Request
curl --location \
--request PUT 'https://monitoring.de-txl.ionos.com/pipelines/{pipelineID}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $TOKEN' \
--data-raw '{
"metadata": {},
"properties": {
"name": "Pipeline1"
}
}'Path Parameters
Type
Description
Example
Body Parameters
Required
Type
Description
Example
Header Parameters
Required
Type
Description
Response
Last updated
Was this helpful?