Express Connect Router (ECR) に関連付けられている仮想ボーダールータ (VBR) のプロパティを変更します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
expressconnectrouter:ModifyExpressConnectRouterChildInstance |
update |
*ExpressConnectRouter
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| EcrId |
string |
必須 |
Express Connect Router インスタンスの ID。 |
ecr-gny3gqp41n7vrrn5iz |
| ChildInstanceId |
string |
必須 |
仮想ボーダールータ (VBR) インスタンスの ID。 |
vbr-t4n6xu2d5q0iaad1yl4le |
| ChildInstanceType |
string |
必須 |
サブインスタンスのタイプ。有効な値:
|
VBR |
| Description |
string |
任意 |
サブインスタンスの説明。説明は 0~128 文字である必要があります。 |
test |
| DryRun |
boolean |
任意 |
ドライランを実行するかどうかを指定します。有効な値:
|
false |
| ClientToken |
string |
任意 |
リクエストのべき等性を保証するために使用されるクライアントトークン。このトークンはクライアントによって生成され、異なるリクエスト間で一意である必要があります。トークンには ASCII 文字のみを含めることができます。 クライアントからトークンを生成できますが、異なるリクエスト間でトークンが一意であることを確認する必要があります。トークンには ASCII 文字のみを含めることができます。 説明
|
02fb3da4-130e-11e9-8e44-00**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
RpcResponse |
||
| RequestId |
string |
リクエスト ID。 |
DEB383C4-32C9-53DC-9B8B-8DBA26038074 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
True |
| Code |
string |
応答コード。値が 200 の場合は、呼び出しが成功したことを示します。その他の応答コードの詳細については、「エラーコード」セクションをご参照ください。 |
200 |
| Message |
string |
応答メッセージ。 |
successful |
| HttpStatusCode |
integer |
HTTP ステータスコード。 |
200 |
| DynamicCode |
string |
動的エラーコード。 |
IllegalParamFormat.EcrId |
| DynamicMessage |
string |
エラーメッセージの 説明
たとえば、エラーメッセージが The Value of Input Parameter %s is not valid で、このパラメーターが DtsJobId を返す場合、指定した DtsJobId パラメーターが無効であることを意味します。 |
The param format of EcrId **** is illegal. |
| AccessDeniedDetail |
string |
アクセス拒否に関する詳細。 |
Authentication is failed for **** |
例
成功レスポンス
JSONJSON
{
"RequestId": "DEB383C4-32C9-53DC-9B8B-8DBA26038074",
"Success": true,
"Code": "200",
"Message": "successful",
"HttpStatusCode": 200,
"DynamicCode": "IllegalParamFormat.EcrId",
"DynamicMessage": "The param format of EcrId **** is illegal.",
"AccessDeniedDetail": "Authentication is failed for ****"
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | IncorrectStatus.Ecr | Ecr Status does not allow current operation. | |
| 400 | OperationDenied.ForceDeleting | The current instance is being deleted. | |
| 400 | MissingParam.%s | The param of %s is missing. | |
| 400 | IllegalParamFormat.%s | The param format of %s is illegal. | |
| 400 | Conflict.Lock | There are other unfinished operations. | |
| 400 | ResourceNotFound.InstanceId | The instance id does not exist. | |
| 400 | QuotaExceeded.ChildInstanceNum | The number of sub-instances in the switching group exceeds threshold. | |
| 400 | OperationFailed.NotSupportAcrossRegion | Switching groups cannot be formed across regional sub-instances. | |
| 400 | OperationFailed.NotSupportAcrossAccount | Switching groups cannot be formed across account sub-instances. | |
| 400 | ResourceInConfiguring.NodeId | The current subInstance is not in steady state, please try again later. | |
| 400 | IncorrectStatus.HaVbrGroup | The current state of the switching group is not steady state, please try again later. | |
| 400 | IncorrectStatus.Vbr | The current VBR is not in steady state, please try again later. | |
| 400 | OperationFailed.VbrInUsedByOtherHa | The VBR in the input switching group is already in another switching group. | |
| 400 | OperationFailed.VbrBgpPeerNotEnableBfd | The configured BGP PEER of the input VBR in the switching group does not enable BFD. | |
| 400 | OperationFailed.VbrEcrNotRelation | The VBR in the switching group is not bound to ECR. | |
| 400 | DeviceNotSupport.EcrVbrHa | The access device where the VBR is located does not support configuring a switching group. | |
| 400 | OperationFailed.VbrBgpGroupLocalAsnNotSupport | The BGP group AS number of the VBR configuration in the switching group is not supported. | |
| 400 | OperationFailed.VbrAccessDeviceSame | The VBR on the same access device cannot be added to a switching group. | |
| 400 | OperationFailed.VbrBgpGroupLocalAsnNotTheSameWithEcr | The AS number of the BGP group of the VBR added to the switching group is different from the AS number of the ECR. | |
| 400 | OperationFailed.VbrBgpGroupLocalAsnNotTheSameWithOther | The BGP group AS number of the VBR configuration in the switching group is not exactly the same. | |
| 400 | OperationFailed.VbrEcrNotConsistent | The VBR in the switching group is not bound to the same ECR. | |
| 404 | ResourceNotFound.EcrId | EcrId not found. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。