Retrieve Monitoring Pipeline Information
Request
curl --location \
--request GET 'https://monitoring.de-txl.ionos.com/pipelines/{pipelineID}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $TOKEN'Path Parameter
Type
Description
Example
Header Parameter
Required
Type
Description
Response
{
"id": "f72521ba-1590-5998-bf96-6eb997a5887d",
"type": "pipeline",
"href": "/pipelines/f72521ba-1590-5998-bf96-6eb997a5887d",
"metadata": {
"createdDate": "2020-12-10T13:37:50+01:00",
"createdBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
"createdByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
"lastModifiedDate": "2020-12-11T13:37:50+01:00",
"lastModifiedBy": "ionos:identity:::users/87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
"lastModifiedByUserId": "87f9a82e-b28d-49ed-9d04-fba2c0459cd3",
"resourceURN": "ionos:<product>:<location>:<contract>:<resource-path>",
"status": "AVAILABLE",
"statusMessage": null,
"key": "momSrlgAAEmaYEvBsMr^HsYn",
"grafanaEndpoint": "https://grafana.logging.de-txl.ionos.com",
"httpEndpoint": "https://f8ss7fgr7s-metrics.jf9ejf8t6hrt.monitoring.de-txl.ionos.com"
},
"properties": {
"name": "Pipeline1"
}
}Last updated
Was this helpful?