Create a Marker in the specified dataset. To create an environment marker, use the __all__ keyword and an API key associated with the desired environment.
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 dataset slug or use __all__ for endpoints that support environment-wide operations.
The marker body can include as many of the Marker fields as desired.
Indicates the time the Marker should be placed. If missing, defaults to the time the request arrives. Expressed in Unix Time.
1471040808
Specifies end time, and allows a Marker to be recorded as representing a time range, such as a 5 minute deploy. Expressed in Unix Time.
1668453920
A message to describe this specific Marker.
"backend deploy #123"
Groups similar Markers. For example, deploys. All Markers of the same type appear with the same color on the graph. Refer to the Marker Settings API for altering the color of each type.
"deploy"
A target for the marker. Clicking the marker text will take you to this URL.
"http://link-to-build.here"
Created
Indicates the time the Marker should be placed. If missing, defaults to the time the request arrives. Expressed in Unix Time.
1471040808
Specifies end time, and allows a Marker to be recorded as representing a time range, such as a 5 minute deploy. Expressed in Unix Time.
1668453920
A message to describe this specific Marker.
"backend deploy #123"
Groups similar Markers. For example, deploys. All Markers of the same type appear with the same color on the graph. Refer to the Marker Settings API for altering the color of each type.
"deploy"
A target for the marker. Clicking the marker text will take you to this URL.
"http://link-to-build.here"
A 6 character hexadecimal string assigned on Marker creation.
The ISO8601-formatted time when the Marker was created.
The ISO8601-formatted time when the Marker was updated.
Color can be assigned to Markers using the Marker Settings endpoint. This field will be populated when List All Markers is called.