Please enable JavaScript.
Coggle requires JavaScript to display documents.
GLPI (web api (API分類 (Item (ItemType (分類 (Profile, Group, User, Profile,…
GLPI
web api
認證方式
帳密
token
ip 白名單
需要手動啟用
認證流程
initSession
帳密/token 換 session token
session token 放 header 認證用
API分類
Session
initSessionByCredentials()
帳密登入
initSesaionByUserToken()
user token 登入
getFullSession()
取session資料
killSession()
刪除session
Entity
組織
getMyEnties
取得可用的權限配置清單
getActiveEntities
取得目前使用的權限配置
changeActiveEntities
切換目前使用的權限配置
Item
ItemType
分類
Profile
Group
User
Profile
Computer
Ticket
Problem
NetworkEquipment
Change
需要填對應資料
繼承CommonDBTM
getItem
getAllItems
getSubItems
getMultipleItems
listSearchOptions
searchItems
addItems
deleteItems
updateItems
Profile
權限設定
getMyProfiles
取得可用的權限配置清單
getActiveProfile
取得目前使用的權限配置
changeActiveProfile
切換目前使用的權限配置
Lost Password
recoveryPassword
restPassword
document
Upload
卡檔案副檔名
檔名可重覆
檔案上傳size限制
Download
Q
如何取plugin資料
plugin實作需要支援繼承CommonDBTM
新增 itemType?
新增plugin
取主機 ip?
忘記密碼
需配置mail server
需手動啟用
What
WHY
HOW