すべてのプロダクト
Search
ドキュメントセンター

Express Connect:ModifyExpressConnectRouterChildInstance

最終更新日:Sep 18, 2025

Express Connect Router (ECR) に関連付けられている仮想ボーダールータ (VBR) のプロパティを変更します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

expressconnectrouter:ModifyExpressConnectRouterChildInstance

update

*ExpressConnectRouter

acs:expressconnectrouter::{#accountId}:expressconnectrouter/{#EcrId}

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

EcrId

string

必須

Express Connect Router インスタンスの ID。

ecr-gny3gqp41n7vrrn5iz

ChildInstanceId

string

必須

仮想ボーダールータ (VBR) インスタンスの ID。

vbr-t4n6xu2d5q0iaad1yl4le

ChildInstanceType

string

必須

サブインスタンスのタイプ。有効な値:

  • VBR: VBR。

VBR

Description

string

任意

サブインスタンスの説明。説明は 0~128 文字である必要があります。

test

DryRun

boolean

任意

ドライランを実行するかどうかを指定します。有効な値:

  • true: リソースを変更せずにリクエストをチェックするドライランを実行します。

  • false (デフォルト): 通常のリクエストを送信します。

false

ClientToken

string

任意

リクエストのべき等性を保証するために使用されるクライアントトークン。このトークンはクライアントによって生成され、異なるリクエスト間で一意である必要があります。トークンには ASCII 文字のみを含めることができます。

クライアントからトークンを生成できますが、異なるリクエスト間でトークンが一意であることを確認する必要があります。トークンには ASCII 文字のみを含めることができます。

説明
  • このパラメーターを指定しない場合、システムはリクエストの RequestId を ClientToken として使用します。RequestId はリクエストごとに異なる場合があります。

02fb3da4-130e-11e9-8e44-00****

レスポンスフィールド

フィールド

説明

object

RpcResponse

RequestId

string

リクエスト ID。

DEB383C4-32C9-53DC-9B8B-8DBA26038074

Success

boolean

リクエストが成功したかどうかを示します。有効な値:

  • True: リクエストは成功しました。

  • False: リクエストは失敗しました。

True

Code

string

応答コード。値が 200 の場合は、呼び出しが成功したことを示します。その他の応答コードの詳細については、「エラーコード」セクションをご参照ください。

200

Message

string

応答メッセージ。

successful

HttpStatusCode

integer

HTTP ステータスコード。

200

DynamicCode

string

動的エラーコード。

IllegalParamFormat.EcrId

DynamicMessage

string

エラーメッセージの %s プレースホルダーを置き換えるために使用される動的エラーメッセージ。

説明

たとえば、エラーメッセージが 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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。