Hanzo
OpenapiO11y

Returns the public-sharing config for a dashboard.

Returns the public-sharing config for a dashboard.

GET /v1/o11y/dashboards/{id}/public

Addresshttps://api.hanzo.ai/v1/o11y/dashboards/{id}/public
MethodGET
OperationGetPublicDashboard
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the public-sharing config for a dashboard.

Callers need the admin role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the resource id from the path.

Response

StatusBodyMeaning
200o11y.O11yPublicDashboardOutok

200 body — 5 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yPublicDashboard
data.defaultTimeRangebodystringDefaultTimeRange is the fixed window when the range is not caller-chosen.
data.publicPathbodystringPublicPath is the public URL path the share is reachable at.
data.timeRangeEnabledbodybooleanTimeRangeEnabled reports whether the public page may pick its own range.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y dashboards public get <id>

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page