diff --git a/createDash.py b/createDash.py index 8ec6927..712f209 100644 --- a/createDash.py +++ b/createDash.py @@ -42,7 +42,7 @@ def make_request(url, DTAPIToken,verify, method, jsondata): return response def get_all_dashboards_withname(DTAPIToken, DTENV,name): - DTAPIURL= DTENV + "api/config/v1/dashboards" + DTAPIURL= DTENV + "/api/config/v1/dashboards" r = make_request(DTAPIURL,DTAPIToken,True,"get",None) print(r) entityResponse = r.json()