Commit e65cc89d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Updated scripts to trigger activate/terminate telemetry
parent f3289830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ from requests.auth import HTTPBasicAuth

RESTCONF_ADDRESS = '127.0.0.1'
RESTCONF_PORT = 80
TELEMETRY_ID = 1109367143430094849
TELEMETRY_ID = 1109405947767160833

UNSUBSCRIBE_URI = '/restconf/operations/subscriptions:delete-subscription'
UNSUBSCRIBE_URL = 'http://{:s}:{:d}{:s}'.format(RESTCONF_ADDRESS, RESTCONF_PORT, UNSUBSCRIBE_URI)