- Check Configuration API key permissions and authentication status.
- Check Ingest API key permissions and authentication status.
- List all dashboards (boards) for monitoring and visualizing observability data.
- Get a single Board by its unique identifier.
- Create a new Board with query panels, SLO panels, or text panels.
- Update a Board by specifying its ID and full details.
- Delete a public Board by specifying its ID.
- Retrieve a list of all views for a board.
- Retrieve a single Board View by ID.
- Create a new view for a board with specified filters.
- Update a Board View by specifying its ID and full details.
- Delete a Board View by specifying its ID.
- List all calculated fields (derived columns) in a dataset.
- Get a single calculated field by ID.
- Create a new calculated field (derived column) in a dataset.
- Update a calculated field's expression or metadata.
- Delete a calculated field from a dataset.
- List all columns (fields/attributes/schema) in a dataset - shows available fields to query.
- Get a single column by ID from a dataset.
- Create a new column in a dataset.
- Update a column's metadata in a dataset.
- Delete a column from a dataset.
- List all observability datasets and environments - shows available data containers in Honeycomb.
- Get detailed information about a specific dataset by its slug identifier.
- Create a Dataset in the environment associated with your API key.
- Update a Dataset's settings.
- Deletes a Dataset. This is an irreversible operation.
- Get the dataset definition describing fields with special meaning.
- Update the dataset definition with fields having special meaning.
- Send/log a single event to a Honeycomb dataset - record telemetry, deployment events, or custom data.
- Send multiple events to a Honeycomb dataset in a single request.
- List deployment markers, release annotations, and event markers on observability graphs.
- Create a marker to indicate a point in time on graphs.
- Update an existing marker.
- Delete a marker from a dataset.
- List all marker settings in a dataset.
- Create a marker setting to define a group of similar markers.
- Update an existing marker setting.
- Delete a marker setting from a dataset.
- Create a query to analyze data - calculate latency, count events, aggregate metrics, analyze performance.
- Retrieve a query specification by its ID.
- List all query annotations in a dataset.
- Get a single query annotation by ID.
- Create a query annotation to associate a name and description to a query.
- Update an existing query annotation.
- Delete a query annotation.
- Run a query asynchronously and create a result. Enterprise feature.
- Retrieve query results by result ID. Enterprise feature.
- List all notification recipients.
- Get a single recipient by ID.
- Create a new notification recipient.
- Update an existing notification recipient.
- Delete a notification recipient.
- List all Service Level Objectives.
- Get a single SLO by ID.
- Create a new Service Level Objective.
- Update an existing SLO.
- Delete an SLO.
- List all burn alerts for an SLO.
- Get a single burn alert by ID.
- Create a new burn alert for an SLO.
- Update an existing burn alert.
- Delete a burn alert from an SLO.
- List all alerts and monitoring triggers configured in a dataset for notifications.
- Get a single trigger by ID.
- Create a new trigger in a dataset.
- Update an existing trigger.
- Delete a trigger from a dataset.
No matching actions