Skip to content
Snippets Groups Projects
Commit 6c0573d9 authored by arthur.yueh's avatar arthur.yueh
Browse files
parent 5cc9d25a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from commons import * ...@@ -4,7 +4,7 @@ from commons import *
def search_dashboard(): def search_dashboard():
print("search dashboard in grafana:") print("search dashboard in grafana:")
r = send_grafana_get(grafana_url + '/api/search/?type=dash-db&limit=' + search_api_limit) r = send_grafana_get(grafana_url + '/api/search/?type=dash-db&limit={0}'.format(search_api_limit))
return (r.status_code, r.content.decode('utf8')) return (r.status_code, r.content.decode('utf8'))
def get_dashboard(board_uri): def get_dashboard(board_uri):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment