Nacos 設定センターのトラックデータを取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:ListConfigTrack |
list |
*Cluster
*EngineNamespace
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RequestPars |
string |
任意 |
JSON フォーマットの拡張リクエストパラメーター。 |
{} |
| InstanceId |
string |
必須 |
インスタンスの ID。 |
mse_prepaid_public_cn-i7m2ne**** |
| DataId |
string |
任意 |
構成の ID。 |
ballot |
| Group |
string |
任意 |
構成グループの名前。 |
DEFAULT_GROUP |
| NamespaceId |
string |
任意 |
名前空間の ID。 |
f3a510e2-df52-4fad-9815-42d8bc40**** |
| StartTs |
integer |
必須 |
開始タイムスタンプ。単位:秒。 |
1671010148 |
| EndTs |
integer |
必須 |
終了タイムスタンプ。単位:秒。 |
1657178373 |
| PageSize |
integer |
必須 |
各ページに返すエントリ数。 |
10 |
| PageNum |
integer |
必須 |
返すページの番号。 |
1 |
| Reverse |
boolean |
任意 |
逆順を有効にするかどうかを指定します。有効な値:
|
true |
| Ip |
string |
任意 |
リスナーの IP アドレス。 |
192.168.22.2 |
| AcceptLanguage |
string |
任意 |
応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
データ構造。 |
||
| HttpCode |
string |
返される HTTP ステータスコード。 |
200 |
| Traces |
array<object> |
トラックデータ。 |
|
|
object |
データの詳細。 |
||
| LogDate |
string |
ログ記録時間。 |
2022-11-28 15:09:15 |
| Ts |
string |
メトリック値が収集された時間を示すタイムスタンプ。 単位:秒。 |
1659666529 |
| RequestIp |
string |
リクエストの送信元 IP アドレス。 |
192.168.1.2 |
| ResponseIp |
string |
応答ノード。 |
mse-1973b9a0-1670834*****-reg-center-0-2 |
| DataId |
string |
構成の ID。 |
eir-server.properties |
| Group |
string |
構成グループの名前。 |
DEFAULT_GROUP |
| Event |
string |
イベント。有効な値:
|
pull |
| Result |
string |
結果。 |
ok |
| Delay |
string |
応答レイテンシ。単位:ミリ秒。 |
0 |
| Md5 |
string |
MD5 値。 |
d21c9091c60daa0ff7ee2f420141e5a0 |
| Type |
string |
リリースタイプ。有効な値:
|
beta |
| Push |
boolean |
メッセージがサーバーによってプッシュされたかどうかを示します。有効な値:
|
false |
| Client |
boolean |
リクエストがクライアントから送信されたかどうかを示します。有効な値:
|
false |
| PageSize |
integer |
ページごとに返されるエントリ数。 |
10 |
| PageNumber |
integer |
返されたページのページ番号。 |
1 |
| TotalCount |
integer |
返されたエントリの総数。 |
3 |
| RequestId |
string |
リクエストの ID。 |
0CE3ABD2-1E04-561F-A9B4-0423D50**** |
| Message |
string |
返されたメッセージ。 |
The request was successfully processed. |
| ErrorCode |
string |
リクエストが失敗した場合に返されるエラーコード。 |
mse-100-000 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"HttpCode": "200",
"Traces": [
{
"LogDate": "2022-11-28 15:09:15",
"Ts": "1659666529",
"RequestIp": "192.168.1.2",
"ResponseIp": "mse-1973b9a0-1670834*****-reg-center-0-2",
"DataId": "eir-server.properties",
"Group": "DEFAULT_GROUP",
"Event": "pull",
"Result": "ok",
"Delay": "0",
"Md5": "d21c9091c60daa0ff7ee2f420141e5a0",
"Type": "beta",
"Push": false,
"Client": false
}
],
"PageSize": 10,
"PageNumber": 1,
"TotalCount": 3,
"RequestId": "0CE3ABD2-1E04-561F-A9B4-0423D50****",
"Message": "The request was successfully processed.\n",
"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 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。