本文簡要介紹 python 語言中 arcgis.gis.admin.PortalLicense.update
的用法。
用法:
update(info)
參數:
- info: 必需的字典。許可證服務器連接信息的 JSON 表示。
返回:
布爾值。如果成功則為真,否則為假。
ArcGIS License Server Administrator 使用您的門戶並強製執行 ArcGIS Pro 的許可證。此操作允許您更改門戶的許可服務器連接信息。
您可以注冊備份許可證管理器以實現許可門戶的高可用性。配置備份許可證管理器後,ArcGIS 的門戶會自動重新啟動。重新啟動完成後,將使用您指定的備份許可證服務器配置門戶。配置備份許可證管理器時,您需要確保使用與門戶相同的許可證文件授權備份。
- 注意
以前,高級應用程序是通過門戶單獨授權的。從 10.7 開始,應用程序將不再有單獨的許可;門戶的用戶類型、應用程序和應用程序包將使用單個門戶許可文件進行許可。許可 ArcGIS Pro 和 Drone2Map 需要許可您的企業門戶的 ArcGIS 許可服務器管理員(許可管理器)。以前,用戶需要將 .lic 文件導入門戶的許可證管理器。然後,他們將通過許可證管理器生成一個 .json 文件並將該文件導入門戶。現在,許可ArcGIS Pro 和 Drone2Map 的用戶將用於許可其門戶的相同許可文件導入其許可管理器。用戶不再需要在許可證管理器中生成額外的許可證文件。
示例使用
>>> gis.admin.system.licenses.update(info={ "hostname": "licensemanager.domain.com,backuplicensemanager.domain.com", "port": 27000 }) True
相關用法
- Python ArcGIS PortalDataStore.register用法及代碼示例
- Python ArcGIS PortalDataStore.unregister用法及代碼示例
- Python ArcGIS PortalDataStore.servers用法及代碼示例
- Python ArcGIS PortalDataStore.describe用法及代碼示例
- Python ArcGIS PortalDataStore.layers用法及代碼示例
- Python ArcGIS PortalDataStore.validate用法及代碼示例
- Python ArcGIS PortalDataStore.publish_layers用法及代碼示例
- Python ArcGIS PortalDataStore.publish用法及代碼示例
- Python ArcGIS PortalDataStore.delete_layers用法及代碼示例
- Python ArcGIS PortalDataStore.refresh_server用法及代碼示例
- Python arcgis.geometry.Polygon.coordinates用法及代碼示例
- Python arcgis.mapping.Point3DLayer用法及代碼示例
- Python arcgis.geometry.Point.coordinates用法及代碼示例
- Python arcgis.mapping.PointCloudLayer用法及代碼示例
- Python arcgis.geometry.Polyline.coordinates用法及代碼示例
- Python arcgis.apps.workforce.Project用法及代碼示例
- Python ArcGIS ProfileManager.delete用法及代碼示例
- Python ArcGIS ProfileManager.create用法及代碼示例
- Python ArcGIS ProfileManager.get用法及代碼示例
- Python ArcGIS ProfileManager.save_as用法及代碼示例
- Python ArcGIS ProfileManager.update用法及代碼示例
- Python ArcGIS power用法及代碼示例
- Python ArcGIS APIKeyManager.get用法及代碼示例
- Python ArcGIS ContentManager.unshare_items用法及代碼示例
- Python ArcGIS ImageryLayer.thumbnail用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.gis.admin.PortalLicense.update。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。