調用DescribeConfigurationRecorder接口查詢資源監控范圍。
本文將提供一個示例,查詢當前阿里云賬號100931896542****
中資源的監控范圍。返回結果顯示,資源監控類型為ACS::ECS::Instance
和ACS::ECS::NetworkInterface
,資源監控狀態為REGISTERED
(已注冊)。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeConfigurationRecorder |
要執行的操作,取值:DescribeConfigurationRecorder。 |
關于公共請求參數的詳情,請參見公共參數。
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | A3601178-A6A2-4636-BE56-1116F73C0B0C |
請求ID。 |
ConfigurationRecorder | Object |
資源監控信息。 |
|
OrganizationEnableStatus | String | REGISTRABLE |
企業版配置審計升級狀態。取值:
|
ConfigurationRecorderStatus | String | REGISTERED |
資源監控狀態。取值:
|
OrganizationMasterId | Long | 120886317861**** |
企業管理賬號ID。 說明 僅當企業管理賬號調用該接口時,返回該參數。
|
AccountId | Long | 100931896542**** |
當前阿里云賬號ID。 |
ResourceTypes | Array of String | ["ACS::ECS::Instance","ACS::ECS::NetworkInterface"] |
資源類型列表。 |
示例
請求示例
http(s)://[Endpoint]/?Action=DescribeConfigurationRecorder
&<公共請求參數>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeConfigurationRecorderResponse>
<RequestId>A3601178-A6A2-4636-BE56-1116F73C0B0C</RequestId>
<ConfigurationRecorder>
<ResourceTypes>ACS::ECS::Instance</ResourceTypes>
<ResourceTypes>ACS::ECS::NetworkInterface</ResourceTypes>
<AccountId>100931896542****</AccountId>
<ConfigurationRecorderStatus>REGISTERED</ConfigurationRecorderStatus>
</ConfigurationRecorder>
</DescribeConfigurationRecorderResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "A3601178-A6A2-4636-BE56-1116F73C0B0C",
"ConfigurationRecorder" : {
"ResourceTypes" : [ "ACS::ECS::Instance", "ACS::ECS::NetworkInterface" ],
"AccountId" : "100931896542****",
"ConfigurationRecorderStatus" : "REGISTERED"
}
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | 您無權執行此操作。 |
404 | AccountNotExisted | Your account does not exist. | 您的賬號不存在。 |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 服務不可用。 |
訪問錯誤中心查看更多錯誤碼。