監視情報を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:QueryMonitor |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RequestPars |
string |
任意 |
JSON フォーマットの拡張リクエストパラメーター。 |
{} |
| MonitorType |
string |
必須 |
メトリックタイプ。次のメトリックタイプがサポートされています: [基本的なシステムメトリック]
[Nacos レジストリ]
[Nacos 設定センター]
[Zookeeper]
|
regCenterQps |
| StartTime |
integer |
必須 |
モニタリングを開始するタイムスタンプ。 |
1666678376 |
| EndTime |
integer |
必須 |
モニタリングを終了するタイムスタンプ。 |
1666678376 |
| Step |
integer |
任意 |
データポイント間の間隔。単位:秒。 |
7 |
| InstanceId |
string |
任意 |
インスタンスの ID。 |
mse-cn-**** |
| AcceptLanguage |
string |
任意 |
応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| Message |
string |
返されるメッセージ。 |
The request was successfully processed. |
| RequestId |
string |
リクエストの ID。 |
ADDD8AB7-8D1C-4697-A83E-410D2607**** |
| Data |
array<object> |
データの詳細。 |
6 |
|
array<object> |
データの詳細。 |
||
| podName |
string |
Pod の名前。 |
mse-xxxxxx-xxxxxx-reg-center-0-0 |
| clusterNamePrefix |
string |
名前のプレフィックス。 |
mse-xxxx-xxxxxx |
| values |
array<object> |
データの詳細。 |
|
|
object |
データの内容。 |
||
| ErrorCode |
string |
リクエストが失敗した場合に返されるエラーコード。 |
mse-100-000 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"Message": "The request was successfully processed.\n",
"RequestId": "ADDD8AB7-8D1C-4697-A83E-410D2607****",
"Data": [
{
"podName": "mse-xxxxxx-xxxxxx-reg-center-0-0",
"clusterNamePrefix": "mse-xxxx-xxxxxx",
"values": [
{
"test": "test",
"test2": 1
}
]
}
],
"ErrorCode": "mse-100-000",
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | |
| 400 | InvalidParameter | Parameter error:%s | |
| 500 | InternalError | Console error. Try again later:%s | |
| 403 | NoPermission | You are not authorized to perform this operation:%s | |
| 404 | NotFound | Not found:%s |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。