Get a dashboard by URL slug
https://api.coralogix.com/mgmt/openapi/5/dashboards/dashboards/v1/slugs/lookup/{slug}Returns the dashboard associated with the specified slug.
Requires the following permissions:
team-dashboards:Read
Authorizations
Request
Path Parameters
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[a-z0-9]+(?:[-_]+[a-z0-9]+)*$
The URL slug identifying the dashboard to retrieve.
Response
This is a response containing the requested dashboard
JSON string representing the access policy for this dashboard. Defines granular permissions for users and groups.
Possible values: <= 65536 characters, Value must match regular expression ^[\s\S]*$
{"version":"2025-01-01","default":{"permissions":{"team-dashboards:Read":"grant","team-dashboards:Update":"deny","team-dashboards:ReadAccessPolicy":"grant","team-dashboards:UpdateAccessPolicy":"deny"}},"rules":[]}The author id.
Possible values: non-empty and <= 128 characters, Value must match regular expression ^[\s\S]*$
The author name.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]*$
Token origin type.
Possible values: [TOKEN_ORIGIN_TYPE_UNSPECIFIED, TOKEN_ORIGIN_TYPE_USER, TOKEN_ORIGIN_TYPE_API]
Dashboard represents the structure and configuration of a Coralogix Custom Dashboard.
The is locked.
The locker author id.
Possible values: non-empty and <= 128 characters, Value must match regular expression ^[\s\S]*$
The locker name.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]*$
Token origin type.
Possible values: [TOKEN_ORIGIN_TYPE_UNSPECIFIED, TOKEN_ORIGIN_TYPE_USER, TOKEN_ORIGIN_TYPE_API]
The updater author id.
Possible values: non-empty and <= 128 characters, Value must match regular expression ^[\s\S]*$
The updater name.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]*$