モニタリング項目リストを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
rocketmq:ListMetricMeta |
list |
*All Resource
|
なし | なし |
リクエスト構文
GET /monitor/metrics/meta HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| pageNumber |
integer |
必須 |
ページ番号。どのページの結果を返すかを示します。 |
1 |
| pageSize |
integer |
必須 |
ページサイズ。1 ページあたりの最大結果数を示します。 |
10 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
Result<MyPage |
||
| requestId |
string |
リクエスト ID |
8B459455-4A35-5796-BA9D-98EF1AB9A931 |
| success |
boolean |
操作が成功したかどうか |
true |
| data |
object |
返された結果 |
|
| pageNumber |
integer |
現在のページ番号 |
1 |
| pageSize |
integer |
ページサイズ |
10 |
| totalCount |
integer |
レコードの総数 |
1 |
| list |
array<object> |
ページ分割されたデータ |
|
|
object |
モニタリング項目のリスト。 |
||
| metricName |
string |
モニタリング項目名 |
SendMessageCountPerInstance |
| description |
string |
モニタリング項目の説明 |
Using Serverless Devs to deploy the infrastructure of project:get-userinfo-v1-infrastructure-as-template-project |
| category |
string |
モニタリング項目のタグ |
Bug |
| code |
string |
エラーコード |
Topic.NotFound |
| message |
string |
エラーメッセージ |
The topic already exists. |
| httpStatusCode |
integer |
HTTP ステータスコード |
200 |
| dynamicCode |
string |
動的エラーコード |
xxx |
| dynamicMessage |
string |
動的エラーメッセージ。 |
xxx |
例
成功レスポンス
JSONJSON
{
"requestId": "8B459455-4A35-5796-BA9D-98EF1AB9A931",
"success": true,
"data": {
"pageNumber": 1,
"pageSize": 10,
"totalCount": 1,
"list": [
{
"metricName": "SendMessageCountPerInstance",
"description": "Using Serverless Devs to deploy the infrastructure of project:get-userinfo-v1-infrastructure-as-template-project",
"category": "Bug"
}
]
},
"code": "Topic.NotFound",
"message": "The topic already exists.",
"httpStatusCode": 200,
"dynamicCode": "xxx",
"dynamicMessage": "xxx"
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。