class Dogapi::V1::DashService
- Dogapi::V1::DashService
- Dogapi::APIService
- Reference
- Object
Defined in:
dogapi/v1/dash.crInstance Method Summary
- #create_dashboard(title, description, graphs, template_variables = nil)
- #delete_dashboard(dash_id)
- #get_dashboard(dash_id)
- #get_dashboards
- #update_dashboard(dash_id, title, description, graphs, template_variables = nil)