Jump to Content
API Reference
v0.1.0
API Reference
v0.1.0
API Reference
Create a dashboard
Search
JUMP TO
Dash0 API
/api/alerting/check-rules
Retrieve a list of check rule ids.
get
Create a new check rule.
post
/api/alerting/check-rules/{originOrId}
Retrieve a specific check rule (Prometheus alert rule) by its origin or id.
get
Update or insert a specific check rule (Prometheus alert rule) by origin or id.
put
Delete a specific check rule (Prometheus alert rule) by origin or id.
delete
/api/dashboards
Receive a list of dashboards
get
Create a dashboard
post
/api/dashboards/{originOrId}
Receive a specific dashboard by its origin or id.
get
Update or insert a specific dashboard by its origin or id.
put
Delete a specific dashboard by its origin or id.
delete
/api/views
Receive a list of views
get
Create a view
post
/api/views/{originOrId}
Receive a specific view by its origin or id.
get
Update or insert a specific view by its origin or id.
put
Delete a specific view by origin or id.
delete
Create a dashboard
post
https://api.eu-west-1.aws.dash0.com/api/dashboards
Create a dashboard.
Language
Shell
Node
Ruby
PHP
Python
Credentials
Bearer
Bearer
URL
Base URL
https://api.eu-west-1.aws.dash0.com
/api/dashboards
RESPONSE
Click
Try It!
to start a request and see the response here!