curl --request GET \
--url https://api.qyl.dev/v1/errors/{errorId}/correlations{
"error_id": "<string>",
"correlated_errors": [
{
"error_id": "<string>",
"error_type": "<string>",
"correlation_strength": 0.5,
"temporal_relationship": "concurrent"
}
],
"root_cause": "<string>",
"common_attributes": [
{
"key": "<string>",
"value": "<string>"
}
]
}Get error correlations
curl --request GET \
--url https://api.qyl.dev/v1/errors/{errorId}/correlations{
"error_id": "<string>",
"correlated_errors": [
{
"error_id": "<string>",
"error_type": "<string>",
"correlation_strength": 0.5,
"temporal_relationship": "concurrent"
}
],
"root_cause": "<string>",
"common_attributes": [
{
"key": "<string>",
"value": "<string>"
}
]
}Was this page helpful?