Retrieve Logging Pipeline Information
Request
curl --location \
--request GET 'https://logging.de-txl.ionos.com/pipelines/{pipelineID}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $TOKEN'Response
{
"id": "123-5e72-4c48-b28e-4567",
"type": "Pipeline",
"metadata": {
"createdDate": "2023-05-15T08:24:20Z",
"createdBy": "[email protected]",
"createdByUserId": "2895",
"createdByUserUuid": "3423-2ad6-4826-b12f-3245",
"lastModifiedDate": "",
"lastModifiedBy": "",
"lastModifiedByUserId": "",
"lastModifiedByUserUuid": "",
"status": "Ready"
},
"properties": {
"name": "demo",
"logs": [
{
"public": true,
"source": "docker",
"tag": "dock",
"destinations": [
{
"type": "loki"
}
],
"protocol": "tcp",
"status": "Ready"
},
{
"public": true,
"source": "kubernetes",
"tag": "k8s",
"destinations": [
{
"type": "loki"
}
],
"protocol": "tcp",
"status": "Ready"
}
],
"tcpAddress": "tcp-abcd-logs.defg.logging.de-txl.ionos.com:9000",
"httpAddress": "",
"grafanaAddress": "grafana.454.logging.de-txl.ionos.com"
}
}Field
Usage
Last updated
Was this helpful?