本文簡要介紹 python 語言中 arcgis.gis.server.Report.query
的用法。
用法:
query(query_filter=None)
返回:
包含服務器使用數據的 JSON。
檢索此報告的服務器使用情況數據。此操作匯總和篩選整個 ArcGIS 服務器站點的服務器使用情況統計信息。報表數據按時間片聚合,時間片是用報表中默認(或指定)的aggregationInterval參數除以持續時間得到的。每個時間片由一個時間戳表示,它表示該時間片的結束時段。
在 JSON 響應中,為查詢中的每個指標-資源 URI 組合返回查詢的數據。在report-data 部分中,查詢的數據表示為數值數組。 null 響應表示數據不可用或未在相應時間片中為該度量記錄請求。
Parameter
Description
query_filter
可選字符串。報表數據可以通過生成數據的機器進行過濾。過濾器接受以逗號分隔的機器名稱列表; * 代表所有機器。
示例 1:
# USAGE EXAMPLE 1: Filters for the specified machines {"machines": ["WIN-85VQ4T2LR5N", "WIN-239486728937"]}
示例 2:
# USAGE EXAMPLE 2: No filtering, all machines are accepted {"machines": "*"}
相關用法
- Python ArcGIS ReportManager.quick_report用法及代碼示例
- Python ArcGIS ReportManager.create用法及代碼示例
- Python ArcGIS ResourceManager.get用法及代碼示例
- Python ArcGIS ResourceManager.add用法及代碼示例
- Python ArcGIS RealTimeAnalyticsManager.get用法及代碼示例
- Python ArcGIS RealTimeAnalytics.status用法及代碼示例
- Python ArcGIS RealTimeAnalytics.metrics用法及代碼示例
- Python ArcGIS RealTimeAnalytics.start用法及代碼示例
- Python ArcGIS ResourceManager.update用法及代碼示例
- Python ArcGIS RealTimeAnalyticsManager.items用法及代碼示例
- Python ArcGIS ResourceManager.remove用法及代碼示例
- Python ArcGIS ResourceManager.export用法及代碼示例
- Python ArcGIS RealTimeAnalytics.delete用法及代碼示例
- Python ArcGIS RealTimeAnalytics.stop用法及代碼示例
- Python ArcGIS RunInterval用法及代碼示例
- Python ArcGIS Raster.remove_variables用法及代碼示例
- Python ArcGIS Raster.export_image用法及代碼示例
- Python ArcGIS Raster.get_dimension_values用法及代碼示例
- Python ArcGIS Raster.get_dimension_attributes用法及代碼示例
- Python ArcGIS Raster.read用法及代碼示例
- Python ArcGIS Raster.append_slices用法及代碼示例
- Python ArcGIS Raster.summarize用法及代碼示例
- Python ArcGIS RoleManager用法及代碼示例
- Python ArcGIS RasterManager.add用法及代碼示例
- Python ArcGIS Raster.get_variable_attributes用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis.server.Report.query。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。