address update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user