Bug
Bug ID Number | BUG-000128554 |
---|---|
Submitted | February 11, 2020 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS API for Python |
Version found | 1.7.0 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Version Fixed | 2.0.0 |
Status | Fixed |
Use Python 'Requests Module' to generate the report directly from the ArcGIS Server Administrator API.
import requests
parameters = {
'f': 'json',
'token': '<token>'
}
r = requests.get("https://<FQDN>/server/admin/usagereports", params=parameters, verify=False)
print(r.text)
Bug ID: BUG-000128554
Software:
Get help from ArcGIS experts
Download the Esri Support App