Setup a Logging Pipeline Instance
Request
curl -X "POST" "https://logging.de-txl.ionos.com/pipelines" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer $TOKEN' \
-d $'{
"properties": {
"name": "demo",
"logs": [
{
"source": "docker",
"tag": "dock",
"protocol": "tcp"
},
{
"source": "kubernetes",
"tag": "k8s",
"protocol": "tcp"
}
]
}
}'Response
Create a pipeline with custom labels
Get a Logging Pipeline
Request
Response
Field
Usage
Last updated
Was this helpful?