Checks API

Checks API 包含功能強大且易於使用的隱私權和法規遵循 API,可與 Checks 產品及其基礎技術互動。

服務:checks.googleapis.com

服務端點

服務端點是指定 API 服務網路位址的基準網址。一項服務可能有多個服務端點。這項服務有以下服務端點,且下方的 URI 皆以此服務端點為基準:

  • https://checks.googleapis.com

REST 資源:v1alpha.accounts.apps

方法
get GET /v1alpha/{name=accounts/*/apps/*}
取得應用程式。
list GET /v1alpha/{parent=accounts/*}/apps
列出指定帳戶下的應用程式。

REST 資源:v1alpha.accounts.apps.operations

方法
cancel POST /v1alpha/{name=accounts/*/apps/*/operations/*}:cancel
開始非同步取消長時間執行的作業。
delete DELETE /v1alpha/{name=accounts/*/apps/*/operations/*}
刪除長時間執行的作業。
get GET /v1alpha/{name=accounts/*/apps/*/operations/*}
取得長時間執行的作業的最新狀態。
list GET /v1alpha/{name=accounts/*/apps/*}/operations
列出符合要求中指定篩選器的作業。
wait POST /v1alpha/{name=accounts/*/apps/*/operations/*}:wait
等待指定的長時間執行作業完成,或最多達到指定的逾時時間,並傳回最新狀態。

REST 資源:v1alpha.accounts.apps.reports

方法
get GET /v1alpha/{name=accounts/*/apps/*/reports/*}
取得報表。
list GET /v1alpha/{parent=accounts/*/apps/*}/reports
列出指定應用程式的報表。

REST 資源:v1alpha.media

方法
upload POST /v1alpha/{parent=accounts/*/apps/*}/reports:analyzeUpload
POST /upload/v1alpha/{parent=accounts/*/apps/*}/reports:analyzeUpload
分析已上傳的應用程式套件,並傳回含有產生的 Reportgoogle.longrunning.Operation