Modifies the name and description of a route in the route table of an Enterprise Edition transit router.
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
操作 | String | 任意 | UpdateTransitRouterRouteEntry |
実行したい操作。 値をUpdateTransitRouterRouteEntryに設定します。 |
TransitRouterRouteEntryId | String | 必須 | rte-ksssq7kto4wfdx **** |
ルートのID。 |
TransitRouterRouteEntryName | String | 任意 | テスト名 |
The new name of the route. 名前は1 ~ 128文字で、英数字、および次の特殊文字を使用できます。 ; / @ _ -. 名前を空のままにすることもできます。 |
TransitRouterRouteEntryDescription | String | 任意 | testdesc |
ルートの新しい説明。 説明の長さは2〜256文字で、英数字、および次の特殊文字を使用できます。 ; / @ _ -. 説明を空のままにすることもできます。 |
ClientTokend | String | 任意 | 02fb3da4-130e-11e9-8e44-001**** |
リクエストのべき等性を保証するために使用されるクライアントトークンです。 クライアントを使用してトークンを生成できますが、異なるリクエスト間で一意であることを確認する必要があります。 トークンにはASCII文字のみを使用でき、長さは64文字を超えることはできません。 |
DryRun | Boolean | 任意 | false |
リクエストのみを事前チェックするかどうかを指定します。 チェック項目には、アクセス許可とトランジットルーターのステータスが含まれます。 設定可能な値は以下のとおりです。
|
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
RequestId | String | 2D69CCEA-42D0-48B2-8C9A-9BB207F76D6E |
リクエストの ID です。 |
例
リクエストの例
http(s)://[Endpoint]/?Action=UpdateTransitRouterRouteEntry
&TransitRouterRouteEntryId=rte-ksssq7kto4wfdx ****
&<共通リクエストパラメーター>
正常に処理された場合のレスポンス例
XML
形式
<UpdateTransitRouterRouteEntryResponse>
<RequestId>2D69CCEA-42D0-48B2-8C9A-9BB207F76D6E</RequestId>
</UpdateTransitRouterRouteEntryResponse>
JSON
形式
{
"RequestId": "2D69CCEA-42D0-48B2-8C9A-9BB207F76D6E"
}
エラーコード
HttpCode | エラーコード | エラーメッセージ | 説明 |
---|---|---|---|
400 | DryRunOperation | Request validation has been passed with DryRun flag set. | The error message returned because the dry run request passes the precheck. |
エラーコードリストについては、「API エラーセンター」をご参照ください。