すべてのレーン グループをクエリします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
mse:QueryAllSwimmingLaneGroup |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Namespace |
string |
任意 |
クエリ対象の MSE 名前空間の名前。 |
default |
| AcceptLanguage |
string |
任意 |
The language of the response. Valid values: 応答の言語。有効な値:
|
zh |
レスポンスフィールド
|
パラメーター |
型 |
説明 |
例 |
|
object |
RestResult |
||
| RequestId |
string |
リクエスト ID。 |
54973C90-F379-4372-9AA5-053A3F7**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values: リクエストが成功したかどうかを示します。有効な値:
|
true |
| Code |
integer |
コードは成功した場合の同期にのみ使用されます。 |
200 |
| ErrorCode |
string |
エラーコード。 |
mse-100-000 |
| HttpStatusCode |
integer |
HTTP ステータスコード |
200 |
| Message |
string |
リクエストに対して返されるメッセージ。
|
The request was successfully processed. |
| DynamicMessage |
string |
エラーメッセージの動的部分。 |
The specified parameter is invalid. |
| Data |
array |
返されたデータ。 |
[{id:100,name:"test"}] |
|
object |
|||
| Name |
string |
レーン グループの名前。 |
swimmingGroup |
| UserId |
string |
レーンが属するユーザーの ID。 |
12345 |
| MessageQueueFilterSide |
string |
メッセージングのカナリアリリースが有効になっている側。 |
Client |
| AppIds |
string |
アプリケーション ID。 |
abcde@abcde,abcde@abcde |
| Namespace |
string |
レーンが属する MSE 名前空間。 |
default |
| RecordCanaryDetail |
boolean |
エンドツーエンドカナリアリリースのメトリック(リクエストの詳細)を記録するかどうかを示します。 |
false |
| Id |
integer |
レーン グループの ID です。 |
123 |
| EntryApp |
string |
イングレスアプリケーションの活字とイングレスアプリケーションの ID です。 |
mse:abcde@abcde |
| Region |
string |
リージョン ID |
cn-hangzhou |
| MessageQueueGrayEnable |
boolean |
メッセージングのカナリアリリースが有効になっているかどうかを示します。 |
true |
| Paths |
string |
このパラメーターは非推奨です。 |
|
| paths |
string |
このパラメーターは非推奨です。 |
|
| CanaryModel |
integer |
エンドツーエンドカナリアリリースのルーティングモード:
|
|
| canaryModel |
integer |
エンドツーエンドカナリアリリースのルーティングモード:
|
|
| SwimVersion |
integer |
カナリーバージョン。有効な値:0 および 2。推奨値:2。 |
|
| swimVersion |
integer |
カナリーバージョン。有効な値:0 および 2。推奨値:2。 |
例
成功レスポンス
JSONJSON
{
"RequestId": "54973C90-F379-4372-9AA5-053A3F7****",
"Success": true,
"Code": 200,
"ErrorCode": "mse-100-000",
"HttpStatusCode": 200,
"Message": "The request was successfully processed.\n",
"DynamicMessage": "The specified parameter is invalid.",
"Data": [
{
"Name": "swimmingGroup",
"UserId": "12345",
"MessageQueueFilterSide": "Client",
"AppIds": "abcde@abcde,abcde@abcde",
"Namespace": "default",
"RecordCanaryDetail": false,
"Id": 123,
"EntryApp": "mse:abcde@abcde",
"Region": "cn-hangzhou",
"MessageQueueGrayEnable": true,
"Paths": "",
"paths": "",
"CanaryModel": 0,
"canaryModel": 0,
"SwimVersion": 0,
"swimVersion": 0
}
]
}
エラーコード
|
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 |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。