調用DescribeMonitorGroupInstances介面查詢指定應用分組內包含的資源清單。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cms:DescribeMonitorGroupInstances |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| PageSize |
integer |
否 |
每頁顯示記錄條數。預設值:10。 |
10 |
| PageNumber |
integer |
否 |
頁碼。預設值:1。 |
1 |
| GroupId |
integer |
是 |
應用分組 ID。 |
123**** |
| Category |
string |
否 |
雲產品名稱縮寫。N 的取值範圍為 1~200。 說明
關於如何擷取雲產品名稱縮寫,請參見 DescribeProjectMeta 介面的返回參數 |
ecs |
| Keyword |
string |
否 |
按照執行個體名稱模糊查詢。 |
test-s1 |
| InstanceIds |
string |
否 |
按照執行個體 ID 搜尋。 |
i-bp12g4xbl4i0brkn**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
請求 ID。 |
97F2A410-9412-499C-9AD1-76EF7EC02DF2 |
| Success |
boolean |
請求是否成功。 |
true |
| Code |
integer |
狀態代碼。 說明
狀態代碼為 200 表示成功。 |
200 |
| Message |
string |
錯誤資訊。 |
success |
| PageNumber |
integer |
頁碼。 |
1 |
| PageSize |
integer |
每頁記錄條數。 |
10 |
| Total |
integer |
總記錄條數。 |
12 |
| Resources |
object |
||
| Resource |
array<object> |
應用分組資源的描述資訊。 |
|
|
object |
應用分組資源的描述資訊。 |
||
| Category |
string |
產品名稱縮寫。 |
ecs |
| InstanceId |
string |
執行個體 ID,執行個體的唯一標識。 |
i-bp12g4xbl4i0brkn**** |
| InstanceName |
string |
執行個體名稱。 |
test-s1 |
| Id |
integer |
資源 ID。 |
123**** |
| RegionId |
string |
執行個體對應的地區。 |
cn-hangzhou |
樣本
正常返回樣本
JSON格式
{
"RequestId": "97F2A410-9412-499C-9AD1-76EF7EC02DF2",
"Success": true,
"Code": 200,
"Message": "success",
"PageNumber": 1,
"PageSize": 10,
"Total": 12,
"Resources": {
"Resource": [
{
"Category": "ecs",
"InstanceId": "i-bp12g4xbl4i0brkn****",
"InstanceName": "test-s1",
"Id": 0,
"RegionId": "cn-hangzhou"
}
]
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | ParameterInvalid | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | AccessForbidden | The X.509 certificate or cms access key ID provided does not exist in our records. | |
| 206 | %s | %s | |
| 404 | ResourceNotFound | The specified resource is not found. | 未找到指定資源。 |
| 503 | %s | %s | |
| 406 | %s | %s | |
| 429 | Throttli∂ngException | The request was denied due to request throttling. | |
| 409 | %s | %s |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。