Ephemeral Dashboard
It’s a dashboard but with a TTL. That means after a defined duration, the dashboard will be removed from the database.
We are providing this resource mainly to create a dashboard preview from a pull request.
See the next section to get details about the <ephemeral_dashboard_specification>
.
Ephemeral Dashboard specification#
It’s a merge with the dashboard_spec and an additional field ttl
.
API definition#
Get a list of EphemeralDashboard
#
URL query parameters:
- name =
<string>
: filters the list of ephemeral dashboards based on their name (prefix match).
Get a single EphemeralDashboard
#
Create a single EphemeralDashboard
#
Update a single EphemeralDashboard
#
Delete a single EphemeralDashboard
#