すべてのスイムレーン・グループのリストを返します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
sae:ListAllSwimmingLaneGroups |
list |
*All Resource
|
なし | なし |
リクエスト構文
GET /pop/v1/cas/gray/listSwimmingLaneGroups HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| NamespaceId |
string |
任意 |
名前空間 ID。 |
cn-beijing:test |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答データ。 |
||
| RequestId |
string |
リクエスト ID。 |
30375C38-F4ED-4135-A0AE-5C75DC7F**** |
| Message |
string |
応答メッセージ。
|
success |
| TraceId |
string |
リクエストの詳細を照会するために使用されるトレース ID。 |
ac1a0b2215622246421415014e**** |
| Data |
array<object> |
返されたデータ。 |
|
|
array<object> |
スイムレーン・グループに関する情報。 |
||
| GroupId |
integer |
スイムレーン・グループの ID。 |
110283 |
| GroupName |
string |
スイムレーン・グループの名前。 |
mse-test |
| NamespaceId |
string |
名前空間 ID。 |
cn-beijing:test |
| MseNamespaceId |
string |
MSE インスタンスが属する名前空間の ID。 |
sae-ent |
| CanaryModel |
integer |
カナリアリリースモード。
|
0 |
| AppIds |
array |
スイムレーン・グループに関連付けられているアプリケーションの ID。 |
|
|
string |
アプリケーション ID。 |
[ "1409e354-8b4c-4c53-ab35-f2765e******", "ef41218e-f96c-4d92-a5ed-1f6e83******", "52cc2015-265b-4cd6-8bb8-21ea4f******" ] |
|
| Apps |
array<object> |
アプリケーションに関する情報。 |
|
|
object |
アプリケーションの詳細。 |
||
| AppId |
string |
アプリケーション ID。 |
f5aad0d0-3e56-44cd-8199-9887a0****** |
| AppName |
string |
アプリケーション名。 |
test |
| MseAppId |
string |
MSE インスタンスの ID。 |
mse-cn-53y49****** |
| MseAppName |
string |
MSE インスタンスの名前。 |
demo |
| MseNamespaceId |
string |
MSE インスタンスが属する名前空間の ID。 |
sae-ent |
| EntryAppType |
string |
Ingress アプリケーションのタイプ。このパラメーターはゲートウェイタイプと同じです。
|
mse-gw |
| EntryAppId |
string |
ゲートウェイの ID。 |
bq4g5bumop@e05bd4328****** |
| EntryApp |
object |
Ingress アプリケーション。 |
|
| AppId |
string |
アプリケーション ID。 |
09805e5d-9b8d-42cd-9442-03c498****** |
| AppName |
string |
アプリケーション名。 |
test |
| AppType |
string |
アプリケーションタイプ。 |
mse |
| MseAppId |
string |
MSE インスタンスの ID。 |
mse-cn-53y49****** |
| MseAppName |
string |
MSE インスタンスの名前。 |
test |
| MseNamespaceId |
string |
MSE インスタンスが属する名前空間の ID。 |
sae-ent |
| SwimVersion |
string |
カナリアリリースのバージョン。有効値:0 および 2。2 の使用を推奨します。 |
2 |
| ErrorCode |
string |
エラーコード。
|
|
| Code |
string |
HTTP ステータスコード。有効値:
|
200 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "30375C38-F4ED-4135-A0AE-5C75DC7F****",
"Message": "success",
"TraceId": "ac1a0b2215622246421415014e****",
"Data": [
{
"GroupId": 110283,
"GroupName": "mse-test",
"NamespaceId": "cn-beijing:test",
"MseNamespaceId": "sae-ent\n",
"CanaryModel": 0,
"AppIds": [
"[\n \"1409e354-8b4c-4c53-ab35-f2765e******\",\n \"ef41218e-f96c-4d92-a5ed-1f6e83******\",\n \"52cc2015-265b-4cd6-8bb8-21ea4f******\"\n ]"
],
"Apps": [
{
"AppId": "f5aad0d0-3e56-44cd-8199-9887a0******",
"AppName": "test",
"MseAppId": "mse-cn-53y49******",
"MseAppName": "demo",
"MseNamespaceId": "sae-ent"
}
],
"EntryAppType": "mse-gw",
"EntryAppId": "bq4g5bumop@e05bd4328******",
"EntryApp": {
"AppId": "09805e5d-9b8d-42cd-9442-03c498******",
"AppName": "test",
"AppType": "mse",
"MseAppId": "mse-cn-53y49******\n",
"MseAppName": "test",
"MseNamespaceId": "sae-ent"
},
"SwimVersion": "2"
}
],
"ErrorCode": "",
"Code": "200",
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | |
| 400 | MseGatewayRule.CreateFailed | Create MSE Gateway rule failed. | |
| 400 | InternalApiError | An exception occurred when calling mse:%s, error message: %s. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。