日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetTrailStatus - 查詢跟蹤狀態

查詢跟蹤的狀態。

接口說明

本文將提供一個示例,為您查詢單賬號跟蹤trail-test的狀態。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
actiontrail:GetTrailStatusget
  • 全部資源
    *

請求參數

名稱類型必填描述示例值
Namestring

跟蹤名稱。
長度為 6~36 個字符,必須以小寫英文字母開頭,可包含小寫英文字母、數字、短劃線(-)和下劃線(_)。

說明 同一賬號內跟蹤名稱不可重復。
trail-test
IsOrganizationTrailboolean

是否查詢多賬號跟蹤狀態,取值:

  • true:查詢多賬號跟蹤狀態。

  • false(默認值):查單賬號跟蹤狀態。

false

關于公共請求參數的詳情,請參見公共參數

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

8067369B-B923-4D26-85BC-61BF33922505
StartLoggingTimestring

最近一次開啟跟蹤的時間。

2021-02-24T09:19:44Z
LatestDeliveryErrorstring

最近一次行為跟蹤異常的日志信息。

write sls failed, exception: the parent of sub user must be project owner, itemscount: 1
StopLoggingTimestring

最近一次停止跟蹤的時間。

2021-02-25T09:19:44Z
IsLoggingboolean

是否開啟日志記錄,取值:

  • true:開啟。
  • false:關閉。
true
LatestDeliveryTimestring

最近一次成功記錄行為的時間。

2021-02-26T09:19:44Z
LatestDeliveryLogServiceErrorstring

最近一次投遞日志服務的錯誤信息。

write sls failed, exception: the parent of sub user must be project owner, itemscount: 1
LatestDeliveryLogServiceTimestring

最近一次成功投遞日志服務的時間。

2021-02-26T09:19:44Z
OssBucketStatusboolean

OSS 存儲空間是否可用,取值:

  • true:可用。
  • false:不可用。
true
SlsLogStoreStatusboolean

SLS Logstore 是否可用,取值:

  • true:可用。
  • false:不可用。
true

示例

正常返回示例

JSON格式

{
  "RequestId": "8067369B-B923-4D26-85BC-61BF33922505",
  "StartLoggingTime": "2021-02-24T09:19:44Z",
  "LatestDeliveryError": "write sls failed, exception: the parent of sub user must be project owner, itemscount: 1",
  "StopLoggingTime": "2021-02-25T09:19:44Z",
  "IsLogging": true,
  "LatestDeliveryTime": "2021-02-26T09:19:44Z",
  "LatestDeliveryLogServiceError": "write sls failed, exception: the parent of sub user must be project owner, itemscount: 1",
  "LatestDeliveryLogServiceTime": "2021-02-26T09:19:44Z",
  "OssBucketStatus": true,
  "SlsLogStoreStatus": true
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
404TrailNotFoundExceptionThe specified Trail does not exist.指定的跟蹤不存在。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史