laptop and a wrench

漏洞

The 'quick_report' function in the 'arcgis.gis.server' sub module fails if any custom reports exist on the server.

上次发布: February 12, 2020 ArcGIS API for Python
漏洞 ID 编号 BUG-000128554
已提交February 11, 2020
上次修改时间June 5, 2024
适用范围ArcGIS API for Python
找到的版本1.7.0
操作系统Windows OS
操作系统版本10.0
修正版本2.0.0
状态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)

重现步骤

漏洞 ID: BUG-000128554

软件:

  • ArcGIS API for Python

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项