address update

This commit is contained in:
muassif
2021-08-21 17:15:53 +04:00
committed by GitHub
parent 3c1e9afa80
commit cd205b5e1d
+1 -1
View File
@@ -7,7 +7,7 @@ headers = {
'Authorization': 'Bearer {}'.format(token)
}
print(headers)
url = "https://10.52.90.101:8544/NetworkSupervision/rest/api/v1/networkElements"
url = "https://10.52.90.10:8544/NetworkSupervision/rest/api/v1/networkElements"
resp = requests.request("GET", url, headers=headers, data=payload, verify=False)
print(resp.text)