Try   HackMD

AzureDevops API 取得專案成員、查詢雲端服務健康情形

tags: Azure 專案管理

用 rest API 取得 Azure devops 資料

以下 api 需要登入後才能使用

查詢該組織所有專案

https://dev.azure.com/{組織名稱}/_apis/projects

專案的網址、說明、最後更新日

https://dev.azure.com/{組織名稱}/_apis/projects/{專案id}
https://dev.azure.com/{組織名稱}/_apis/projects/{專案名稱}

取得團隊成員資料

https://dev.azure.com/{組織名稱}/_apis/projects/{專案名稱}/teams/{團隊id}/members?api-version=6.0


查詢服務歷史健康情形

https://status.dev.azure.com/_history

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

點選可查詢完整事件報告

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

查詢更完整說明

https://azure.status.microsoft/zh-tw/status/history/

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

參考資料