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