v1

latestSwagger 2.02026-07-17290378721.8 KB
correlations

Gets all correlations.

get/datasources/correlations

Response

(empty)

descriptionstring

Description of the correlation

labelstring

Label identifying the correlation

sourceUIDstring

UID of the data source the correlation originates from

targetUIDstring

UID of the data source the correlation points to

uidstring

Unique identifier of the correlation

Example response

[
  {
    "config": {
      "field": "message",
      "target": {
        "expr": "job=app"
      }
    },
    "description": "Logs to Traces",
    "label": "My Label",
    "sourceUID": "d0oxYRg4z",
    "targetUID": "PE1C5CBDA0504A6A3",
    "uid": "50xhMlg9k"
  }
]