スイミングレーングループを作成または更新します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
sae:CreateOrUpdateSwimmingLaneGroup |
create |
*All Resource
|
なし | なし |
リクエスト構文
POST /pop/v1/cas/gray/createOrUpdateSwimmingLaneGroup HTTP/1.1
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GroupId |
integer |
任意 |
スイミングレーングループの ID。スイミングレーングループを更新する場合、このパラメーターは必須です。 |
110272 |
| GroupName |
string |
任意 |
スイミングレーングループの名前。 |
mse-test |
| NamespaceId |
string |
任意 |
名前空間の ID。 |
cn-beijing:test |
| AppIds |
array |
任意 |
ベースラインアプリケーションの ID。 |
|
|
string |
任意 |
ベースラインアプリケーションの ID。複数のベースラインアプリケーションを追加できます。 |
00893b3a-0e24-45ed-be0c-1f20e07b**** |
|
| EntryAppType |
string |
任意 |
アプリケーションのエントリポイントとして機能するゲートウェイのタイプ。
|
mse-gw |
| EntryAppId |
string |
任意 |
ゲートウェイの一意の ID。 |
gw-ea43f648ac46485aa8c894ba1b****** |
| SwimVersion |
string |
任意 |
エンドツーエンドカナリアリリースのバージョン。有効な値:0 および 2。値 2 を推奨します。 |
2 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返される情報。 |
||
| RequestId |
string |
リクエスト ID。 |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
応答メッセージ:
|
success |
| TraceId |
string |
リクエストの詳細をクエリするために使用できるトレース ID。 |
0a98a02315955564772843261e**** |
| Data |
object |
操作によって返されるデータオブジェクト。 |
|
| GroupId |
integer |
スイミングレーングループの ID。 |
110272 |
| ErrorCode |
string |
エラーコード。
|
|
| Code |
string |
HTTP ステータスコード:
|
200 |
| Success |
boolean |
リクエストが成功したかどうかを示します:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"GroupId": 110272
},
"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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。