v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
datasources
correlations

Gets all correlations originating from the given data source.

get/datasources/uid/{sourceUID}/correlations

Path parameters

sourceUIDstring required

Response

(empty)

descriptionstring

Description of the correlation

labelstring

Label identifying the correlation

orgIdinteger

OrgID of the data source the correlation originates from

provisionedboolean

Provisioned True if the correlation was created during provisioning

sourceUIDstring

UID of the data source the correlation originates from

targetUIDstring

UID of the data source the correlation points to

typestring

the type of correlation, either query for containing query information, or external for containing an external URL +enum

uidstring

Unique identifier of the correlation

Example response

[
  {
    "config": {
      "field": "message",
      "target": {
        "prop1": "value1",
        "prop2": "value"
      }
    },
    "description": "Logs to Traces",
    "label": "My Label",
    "orgId": 1,
    "sourceUID": "d0oxYRg4z",
    "targetUID": "PE1C5CBDA0504A6A3",
    "uid": "50xhMlg9k"
  }
]