Adjusting env calls
parent
8194efced9
commit
2c45333704
|
|
@ -42,7 +42,7 @@ def make_request(url, DTAPIToken,verify, method, jsondata):
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def get_all_dashboards_withname(DTAPIToken, DTENV,name):
|
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)
|
r = make_request(DTAPIURL,DTAPIToken,True,"get",None)
|
||||||
print(r)
|
print(r)
|
||||||
entityResponse = r.json()
|
entityResponse = r.json()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue