調(diào)用GetDiscoveredResourceCounts接口查詢資源數(shù)量。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
請(qǐng)求參數(shù)
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetDiscoveredResourceCounts |
要執(zhí)行的操作,取值:GetDiscoveredResourceCounts。 |
GroupByKey | String | 否 | ResourceType |
資源數(shù)量統(tǒng)計(jì)的分組維度。取值:
|
MultiAccount | Boolean | 否 | true |
該參數(shù)計(jì)劃于2021年06月30日00時(shí)00分00秒前下線,其替代功能賬號(hào)組的API將于2021年05月30日00時(shí)00分00秒前上線。如果您正在使用該參數(shù),建議您在2021年05月30日00時(shí)00分00秒之后切換為賬號(hào)組的API。關(guān)于賬號(hào)組,請(qǐng)參見(jiàn)賬號(hào)組。 |
MemberId | Long | 否 | 120886317861**** |
該參數(shù)計(jì)劃于2021年06月30日00時(shí)00分00秒前下線,其替代功能賬號(hào)組的API將于2021年05月30日00時(shí)00分00秒前上線。如果您正在使用該參數(shù),建議您在2021年05月30日00時(shí)00分00秒之后切換為賬號(hào)組的API。關(guān)于賬號(hào)組,請(qǐng)參見(jiàn)賬號(hào)組。 |
返回?cái)?shù)據(jù)
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 54BFA4FB-6E08-4D58-9E83-1A8A3EC80247 |
請(qǐng)求ID。 |
GroupedResourceCounts | Object |
資源數(shù)量查詢結(jié)果。 |
|
GroupedResourceCountList | Array of GroupedResourceCount |
資源數(shù)量列表。 |
|
ResourceCount | Long | 10 |
分組下統(tǒng)計(jì)的資源數(shù)量。 |
GroupName | String | ACS::ECS::SecurityGroup |
資源統(tǒng)計(jì)的分組名稱。 |
GroupByKey | String | ResourceType |
資源統(tǒng)計(jì)的分組維度。 |
示例
請(qǐng)求示例
http(s)://[Endpoint]/?Action=GetDiscoveredResourceCounts
&<公共請(qǐng)求參數(shù)>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetDiscoveredResourceCountsResponse>
<RequestId>54BFA4FB-6E08-4D58-9E83-1A8A3EC80247</RequestId>
<GroupedResourceCounts>
<GroupedResourceCountList>
<GroupName>ACS::ECS::NetworkInterface</GroupName>
<ResourceCount>13</ResourceCount>
</GroupedResourceCountList>
<GroupedResourceCountList>
<GroupName>ACS::ECS::SecurityGroup</GroupName>
<ResourceCount>10</ResourceCount>
</GroupedResourceCountList>
<GroupByKey>ResourceType</GroupByKey>
</GroupedResourceCounts>
</GetDiscoveredResourceCountsResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "54BFA4FB-6E08-4D58-9E83-1A8A3EC80247",
"GroupedResourceCounts" : {
"GroupedResourceCountList" : [ {
"GroupName" : "ACS::ECS::NetworkInterface",
"ResourceCount" : 13
}, {
"GroupName" : "ACS::ECS::SecurityGroup",
"ResourceCount" : 10
} ],
"GroupByKey" : "ResourceType"
}
}
錯(cuò)誤碼
HttpCode | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | NoPermission | You are not authorized to perform this operation. | 您無(wú)權(quán)執(zhí)行此操作。 |
400 | MemberNotBelongToMaster | The specified member does not belong to your organization. | 該成員賬號(hào)不屬于您所在的資源目錄。 |
404 | AccountNotExisted | Your account does not exist. | 您的賬號(hào)不存在。 |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 服務(wù)不可用。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。