mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-03 09:00:28 -06:00
Add files via upload
This commit is contained in:
parent
ec06c48c47
commit
aa06be1601
@ -49,7 +49,7 @@ def pullUCRMCustomers():
|
||||
|
||||
def getUCRMCaps(idNum):
|
||||
url = 'https://unms.exampleISP.com/crm/api/v1.0/clients/services?clientId=' + str(idNum)
|
||||
headers = {'accept':'application/json', 'x-auth-token': ''}
|
||||
headers = {'accept':'application/json', 'x-auth-token': orgUCRMxAuthToken}
|
||||
r = requests.get(url, headers=headers)
|
||||
jsonData = r.json()
|
||||
for customer in jsonData:
|
||||
|
Loading…
Reference in New Issue
Block a user