系統資訊服務提供一組REST API以檢索資訊。 下表提供API的詳細資訊:
名稱 |
URL |
說明 |
---|---|---|
SystemInfo.properties |
https://'[server]:[port]'/rest/services/SystemInfo.properties' |
此API是的包裝函式 system.getProperties Java API。 它會擷取目前工作環境的設定。 |
SystemInfo.envVar |
https://'[server]:[port]'/rest/services/ SystemInfo.envVar |
檢索主機作業系統的所有環境變數。 |
SystemInfo.logs |
https://'[server]:[port]'/rest/services/ SystemInfo.logs |
下載包含應用程式伺服器記錄檔的zip檔案。 |
SystemInfo.config |
https://'[server]:[port]'/rest/services/ SystemInfo.config |
檢索config.xml檔案的所有內容。 |
SystemInfo.services |
https://'[server]:[port]'/rest/services/ SystemInfo.services |
擷取AEM表單服務的狀態和設定參數。 |
SystemInfo.vitalDetails |
https://'[server]:[port]'/rest/services/ SystemInfo.vitalDetails |
檢索伺服器正常運行時間、JVM參數、系統記憶體、堆大小、作業系統名稱、活動線程數和線程數。 |
SystemInfo.coreSettings |
https://'[server]:[port]'/rest/services/ SystemInfo.coreSettings |
檢索以下屬性的值:
|
SystemInfo.database |
https://'[server]:[port]'/rest/services/ SystemInfo.database |
檢索有關資料庫的詳細資訊。 |
SystemInfo.licenseInfo |
https://'[server]:[port]'/rest/services/ SystemInfo.licenseInfo |
擷取已安裝AEM表單元件的版本和授權資訊。 |
SystemInfNo.serverConfig |
https://'[server]:[port]'/rest/services/ SystemInfo.serverConfig |
下載主機應用伺服器的配置檔案。 |
SystemInfo.threads?delay=[n]&iterations=[n] |
https://'[server]:[port]'/rest/services/ SystemInfo.threads?delay=[n]&iterations=[n] |
檢索活動線程的計數和堆棧跟蹤。 它接受下列參數:
|
SystemInfo.info |
https://'[server]:[port]'/rest/services/ SystemInfo.info |
此API是所有系統資訊服務API的包裝函式。 在內部,它會執行所有系統資訊API,並以zip格式下載資訊。 附註:SystemInfo.info不提供活動線程的計數和堆棧跟蹤。 |