Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/catalog \
--header 'Authorization: <api-key>'{
"items": [
{
"authorId": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"description": "<string>",
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
},
"id": "6U1Q8Hpa263Se8PkRKaiE",
"isDefault": true,
"isLocked": true,
"isPinned": true,
"lockerAuthorId": "<string>",
"name": "<string>",
"slugName": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}
]
}Get a list of all dashboards accessible.
Requires the following permissions:
team-dashboards:Readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/dashboards/dashboards/v1/catalog \
--header 'Authorization: <api-key>'{
"items": [
{
"authorId": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"description": "<string>",
"folder": {
"id": "<string>",
"name": "<string>",
"parentId": "<string>"
},
"id": "6U1Q8Hpa263Se8PkRKaiE",
"isDefault": true,
"isLocked": true,
"isPinned": true,
"lockerAuthorId": "<string>",
"name": "<string>",
"slugName": "<string>",
"updateTime": "2023-11-07T05:31:56Z"
}
]
}API key authentication
Show child attributes
Was this page helpful?