address update

This commit is contained in:
muassif
2021-08-21 17:17:38 +04:00
committed by GitHub
parent bb1b4fd49e
commit 29c4fdbd79
+1 -1
View File
@@ -6,6 +6,6 @@ headers = {
'Content-Type': 'application/json',
'Authorization': 'Bearer {}'.format(token)
}
url = "https://10.52.90.101:8544/NetworkSupervision/rest/api/v1/ports?filter=(name='Port 1/1/1' and neId='10.172.172.172')"
url = "https://10.52.90.10:8544/NetworkSupervision/rest/api/v1/ports?filter=(name='Port 1/1/1' and neId='10.172.172.172')"
resp = requests.request("GET", url, headers=headers, data=payload, verify=False)
print(resp.text)