FIC-Premium Connection AWS(Private VIF/Public VIF/Transit VIF) - Flexible InterConnect API リファレンス (18.5)
Download OpenAPI specification:Download
本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。
Premium Router to AWS(Private VIF/Public VIF/Transit VIF) Premium コネクションの購入・参照・変更・廃止等の操作に関するAPIドキュメントです。
List Premium Router to AWS(Private VIF) Premium Connections
Premium Router to Amazon Web Services(Private VIF) Premium コネクション情報の一覧を取得します。
query Parameters
| id | string ^F[0-9]{12}$ Example: id=F930123456789 コネクションID |
| name | string [ 1 .. 64 ] characters Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
| tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=db8b0e40743f460685040c46167cf19e テナントID 半角英数32文字 |
| area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 'JPEAST'または'JPWEST' |
| resourceGroup | string Example: resourceGroup=PCR01-jpeast02 故障やメンテナンスにて影響を受ける範囲毎に割り当てられたグループ |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Response samples
- 200
{- "connections": [
- {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "”65515\""
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
]
}Create Premium Router to AWS(Private VIF) Premium Connection
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionName",
- "bandwidth": "100M",
- "source": {
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30"
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": null,
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Show Premium Router to AWS(Private VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Private VIF) Premium コネクションの詳細情報を取得します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 200
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
}Update Premium Router to AWS(Private VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Private VIF) Premium コネクションを変更します。
各種変更操作は同時実行できます。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionNameUpdate"
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Delete Premium Router to AWS(Private VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Private VIF) Premium コネクションを廃止します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Update Premium Router to AWS(Private VIF) Premium Connection Priority
指定したPremium Router to Amazon Web Services(Private VIF) Premium コネクションのPriortyを変更します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "source": {
- "priority": {
- "active": "secondary"
}
}
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "secondary",
- "startTime": "2026-03-01T06:48:00Z"
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}List Premium Router to AWS(Public VIF) Premium Connections
Premium Router to Amazon Web Services(Public VIF) Premium コネクション情報の一覧を取得します。
query Parameters
| id | string ^F[0-9]{12}$ Example: id=F930123456789 コネクションID |
| name | string [ 1 .. 64 ] characters Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
| tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=db8b0e40743f460685040c46167cf19e テナントID 半角英数32文字 |
| area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 'JPEAST'または'JPWEST' |
| resourceGroup | string Example: resourceGroup=PCR01-jpeast02 故障やメンテナンスにて影響を受ける範囲毎に割り当てられたグループ |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Response samples
- 200
{- "connections": [
- {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
]
}Create Premium Router to AWS(Public VIF) Premium Connection
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionName",
- "bandwidth": "100M",
- "source": {
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondry": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Show Premium Router to AWS(Public VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Public VIF) Premium コネクションの詳細情報を取得します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 200
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
}Update Premium Router to AWS(Public VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Public VIF) Premium コネクションを変更します。
各種変更操作は同時実行できます。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionNameUpdate"
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Delete Premium Router to AWS(Public VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Public VIF) Premium コネクションを廃止します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Update Premium Router to AWS(Public VIF) Premium Connection Priority
指定したPremium Router to Amazon Web Services(Public VIF) Premium コネクションのPriortyを変更します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "source": {
- "priority": {
- "active": "secondary"
}
}
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "customRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "natRoute"
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "community": {
- "out": "7224:9100"
}, - "priority": {
- "active": "primary",
- "startTime": "2026-03-01T06:48:00Z"
}
}, - "destination": {
- "primary": {
- "interconnect": "Equinix-TY2-1",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "@Tokyo-CC2-1",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012",
- "advertisedPublicPrefixes": [
- "123.1.0.0/32",
- "123.1.1.0/32"
], - "awsAccountName": "aaabbb"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}List Premium Router to AWS(Transit VIF) Premium Connections
Premium Router to Amazon Web Services(Transit VIF) Premium コネクション情報の一覧を取得します。
query Parameters
| id | string ^F[0-9]{12}$ Example: id=F930123456789 コネクションID |
| name | string [ 1 .. 64 ] characters Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
| tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=db8b0e40743f460685040c46167cf19e テナントID 半角英数32文字 |
| area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 'JPEAST'または'JPWEST' |
| resourceGroup | string Example: resourceGroup=CR01-jpeast01 故障やメンテナンスにて影響を受ける範囲毎に割り当てられたグループ |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Response samples
- 200
{- "connections": [
- {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
]
}Create Premium Router to AWS(Transit VIF) Premium Connection
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionName",
- "bandwidth": "100M",
- "source": {
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30"
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": null,
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Show Premium Router to AWS(Transit VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Transit VIF) Premium コネクションの詳細情報を取得します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
OK 成功しました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 200
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}
}
}Update Premium Router to AWS(Transit VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Transit VIF) Premium コネクションを変更します。
各種変更操作は同時実行できます。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "name": "YourConnectionNameUpdate"
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourPremiumConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Delete Premium Router to AWS(Transit VIF) Premium Connection
指定したPremium Router to Amazon Web Services(Transit VIF) Premium コネクションを廃止します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "primary",
- "startTime": null
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}Update Premium Router to AWS(Transit VIF) Premium Connection Priority
指定したPremium Router to Amazon Web Services(Transit VIF) Premium コネクションのPriortyを変更します。
path Parameters
| id required | string ^F[0-9]{12}$ Example: F930123456789 対象コネクションID |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Request Body schema: application/json
| connection required | object |
Responses
Accepted 要求は受け付けられました
Bad Request リクエストが不正
Unauthorized 認証エラー
Not Found 未検出エラー
Conflict 競合エラー
Request samples
- Payload
{- "connection": {
- "source": {
- "priority": {
- "active": "secondary"
}
}
}
}Response samples
- 202
{- "connection": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "db8b0e40743f460685040c46167cf19e",
- "routerId": "F920123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "prefixInType": "permit",
- "maxBgpPrefixListIn": 10,
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "out": "fullRouteWithDefaultRoute",
- "prefixOutType": "permit",
- "maxBgpPrefixListOut": 10,
- "customRoutePrefixOut": [
- {
- "address": "110.0.3.0/24",
- "filterType": "orlonger"
}, - {
- "address": "172.16.0.0/16",
- "filterType": "exact"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "primary": null,
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "priority": {
- "active": "secondary",
- "startTime": "2026-03-01T06:48:00Z"
}
}, - "destination": {
- "primary": {
- "interconnect": "TY2",
- "asn": "65515"
}, - "secondary": {
- "interconnect": "CC2",
- "asn": "65515"
}, - "qosType": "guarantee",
- "awsAccountId": "123456789012"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.0.1.0/30",
- "resourceGroup": {
- "source": "PCR01-jpeast02",
- "destination": null
}, - "operationId": "2fb5baa5a5834e0b952d3f0d93c3e64a"
}
}