調用GetDiscoveredResourceSummary接口查詢資源概覽。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetDiscoveredResourceSummary |
要執行的操作,取值:GetDiscoveredResourceSummary。 |
MultiAccount | Boolean | 否 | false |
該參數計劃于2021年06月30日00時00分00秒前下線,其替代功能賬號組的API將于2021年05月30日00時00分00秒前上線。如果您正在使用該參數,建議您在2021年05月30日00時00分00秒之后切換為賬號組的API。關于賬號組,請參見賬號組。 |
MemberId | Long | 否 | 123456789 |
該參數計劃于2021年06月30日00時00分00秒前下線,其替代功能賬號組的API將于2021年05月30日00時00分00秒前上線。如果您正在使用該參數,建議您在2021年05月30日00時00分00秒之后切換為賬號組的API。關于賬號組,請參見賬號組。 |
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
DiscoveredResourceSummary | Object |
資源概覽。 |
|
RegionCount | Integer | 6 |
覆蓋地域數量。 |
ResourceCount | Integer | 7 |
監控中的資源數量。 |
ResourceTypeCount | Integer | 45 |
監控中的資源類型數量。 |
RequestId | String | 2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C |
請求ID。 |
示例
請求示例
http(s)://[Endpoint]/?Action=GetDiscoveredResourceSummary
&<公共請求參數>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetDiscoveredResourceSummaryResponse>
<DiscoveredResourceSummary>
<ResourceTypeCount>45</ResourceTypeCount>
<ResourceCount>7</ResourceCount>
<RegionCount>6</RegionCount>
</DiscoveredResourceSummary>
<RequestId>2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C</RequestId>
</GetDiscoveredResourceSummaryResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"DiscoveredResourceSummary" : {
"ResourceTypeCount" : "45",
"ResourceCount" : "7",
"RegionCount" : "6"
},
"RequestId" : "2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | 您無權執行此操作。 |
400 | MemberNotBelongToMaster | The specified member does not belong to your organization. | 該成員賬號不屬于您所在的資源目錄。 |
404 | AccountNotExisted | Your account does not exist. | 您的賬號不存在。 |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 服務不可用。 |
訪問錯誤中心查看更多錯誤碼。