Create a Board comprised of one or more Panels (Query, SLO, or Text). Note: Each board is limited to a maximum of 5 preset filters.
A Honeycomb Configuration Key is required to use this API. A Configuration Key can be found in the API Keys section of the environment configuration, which can be found under Environment Settings -> API Keys -> Configuration tab. Check out our documentation to find your API Keys.
More information can be found in Manage Environments.
The name of the Board.
1 - 255"My Board"
The type of the board. Only flexible boards are supported.
flexible A description of the Board.
1024"A board created via the API"
The layout generation mode for the board. When set to "auto", the board will be automatically laid out based on the panels. When set to "manual", the board will be laid out manually by the user.
auto, manual A list of key-value pairs to help identify the Trigger.
10[{ "key": "team", "value": "blue" }]A list of preset filters to apply to the board. For backwards compatibility, if no preset filters are provided, the existing preset filters will be preserved. If an empty array is provided, all preset filters will be deleted. Note: Each board is limited to a maximum of 5 preset filters. Attempting to create or update a board with more than 5 preset filters will result in an error.
5[
{
"column": "app.Service",
"alias": "Service"
}
]Created
The name of the Board.
1 - 255"My Board"
The type of the board. Only flexible boards are supported.
flexible A description of the Board.
1024"A board created via the API"
Unique identifier (ID), returned in response bodies.
"2NeeaE9bBLd"
A list of key-value pairs to help identify the Trigger.
10[{ "key": "team", "value": "blue" }]A list of preset filters to apply to the board. For backwards compatibility, if no preset filters are provided, the existing preset filters will be preserved. If an empty array is provided, all preset filters will be deleted. Note: Each board is limited to a maximum of 5 preset filters. Attempting to create or update a board with more than 5 preset filters will result in an error.
5[
{
"column": "app.Service",
"alias": "Service"
}
]