FIC-Connection Azure(Microsoft Peering/Private Peering) - Flexible InterConnect API リファレンス (2.0.0)
Download OpenAPI specification:Download
本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。
Azure(Microsoft Peering/Private Peering)コネクションの購入・参照・変更・廃止等の操作に関するAPIドキュメントです。
List Port to Azure(Microsoft Peering) Connections
Port to Azure(Microsoft Peering)コネクション情報の一覧を取得します。
query Parameters
id | string ^F[0-9]{12}$ Example: id=F030123456789 コネクションID |
name | string Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=87e89b8f075a4ee1aa209f6ca6ce242c テナントID |
area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 ‘JPEAST’または’JPWEST’ |
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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32",
- "100.100.1.3/32"
], - "routingRegistryName": "ARIN"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30"
}
]
}
Create Port to Azure(Microsoft Peering) 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": {
- "asn": "65530",
- "primary": {
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "qosType": "guarantee",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32"
], - "routingRegistryName": "APNIC"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30"
}
}
Response samples
- 202
{- "connection": {
- "id": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32"
], - "routingRegistryName": "APNIC"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30",
- "operationId": "0c6449e13ad7454ba1d487e7615a2b39"
}
}
Show Port to Azure(Microsoft Peering) Connection
指定したPort to Azure(Microsoft Peering)コネクションの詳細情報を取得します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32",
- "100.100.1.3/32"
], - "routingRegistryName": "ARIN"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30"
}
}
Update Port to Azure(Microsoft Peering) Connection
指定したPort to Azure(Microsoft Peering)コネクションを変更します。各種変更操作は同時実行できます。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionNameUpdate",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "200M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32",
- "100.100.1.3/32"
], - "routingRegistryName": "ARIN"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30",
- "operationId": "8f3a27d111714af3b50830ab8a7f81d5"
}
}
Delete Port to Azure(Microsoft Peering) Connection
指定したPort to Azure(Microsoft Peering)コネクションを廃止します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9",
- "advertisedPublicPrefixes": [
- "100.100.1.1/32",
- "100.100.1.2/32",
- "100.100.1.3/32"
], - "routingRegistryName": "ARIN"
}, - "primaryConnectedNwAddress": "10.10.0.0/30",
- "secondaryConnectedNwAddress": "10.20.0.0/30",
- "operationId": "738e3b14255849659e1100c6ca69a872"
}
}
List Port to Azure(Private Peering) Connections
Port to Azure(Private Peering)コネクション情報の一覧を取得します。
query Parameters
id | string ^F[0-9]{12}$ Example: id=F030123456789 コネクションID |
name | string Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=87e89b8f075a4ee1aa209f6ca6ce242c テナントID |
area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 ‘JPEAST’または’JPWEST’ |
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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 1009
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 1010
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30"
}
]
}
Create Port to Azure(Private Peering) 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": {
- "asn": "65530",
- "primary": {
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30"
}
}
Response samples
- 202
{- "connection": {
- "id": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "0396d4367df248f2b0799090575d79ef"
}
}
Show Port to Azure(Private Peering) Connection
指定したPort to Azure(Private Peering)コネクションの詳細情報を取得します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30"
}
}
Update Port to Azure(Private Peering) Connection
指定したPort to Azure(Private Peering)コネクションを変更します。各種変更操作は同時実行できます。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionNameUpdate",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "200M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "bb16e2c4153b11e9ab14d663bd873d93"
}
}
Delete Port to Azure(Private Peering) Connection
指定したPort to Azure(Private Peering)コネクションを廃止します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "asn": "65530",
- "primary": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "portId": "F010123456789",
- "vlan": 113
}, - "secondary": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "portId": "F019876543210",
- "vlan": 114
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "sharedKey": "a8268f8c96a9"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "b403cf258f0f4e8e885b1a5652614d70"
}
}
List Router to Azure(Microsoft Peering) Connections
Router to Azure(Microsoft Peering)コネクション情報の一覧を取得します。
query Parameters
id | string ^F[0-9]{12}$ Example: id=F030123456789 コネクションID |
name | string Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=06a90740d6764465896091b1f0676048 テナントID |
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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "06a90740d6764465896091b1f0676048",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "routerId": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32"
]
}, - "primaryConnectedNwAddress": "100.131.67.0/30",
- "secondaryConnectedNwAddress": "100.131.67.4/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
]
}
Create Router to Azure(Microsoft Peering) 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": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32"
]
}
}
}
Response samples
- 202
{- "connection": {
- "id": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "06a90740d6764465896091b1f0676048",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "routerId": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32"
]
}, - "primaryConnectedNwAddress": null,
- "secondaryConnectedNwAddress": null,
- "resourceGroup": {
- "source": null,
- "destination": null
}, - "operationId": "adff6493165a40849d504eee0dd3fce4"
}
}
Show Router to Azure(Microsoft Peering) Connection
指定したRouter to Azure(Microsoft Peering)コネクションの詳細情報を取得します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "06a90740d6764465896091b1f0676048",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "routerId": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32"
]
}, - "primaryConnectedNwAddress": "100.131.67.0/30",
- "secondaryConnectedNwAddress": "100.131.67.4/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
}
Update Router to Azure(Microsoft Peering) Connection
指定したRouter to Azure(Microsoft Peering)コネクションを変更します。各種変更操作は同時実行できます。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionNameUpdate",
- "redundant": true,
- "tenantId": "06a90740d6764465896091b1f0676048",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "200M",
- "source": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "routerId": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32",
- "100.131.65.3/32"
]
}, - "primaryConnectedNwAddress": "100.131.67.12/30",
- "secondaryConnectedNwAddress": "100.131.67.16/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}, - "operationId": "98098f4df3934787b54a3aa4a655c3b8"
}
}
Delete Router to Azure(Microsoft Peering) Connection
指定したRouter to Azure(Microsoft Peering)コネクションを廃止します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "06a90740d6764465896091b1f0676048",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "06a90740d6764465896091b1f0676048",
- "routerId": "F020123456789",
- "groupName": "group_3",
- "routeFilter": {
- "in": "fullRoute",
- "out": "natRoute",
- "prefixInType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "100.250.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a",
- "advertisedPublicPrefixes": [
- "100.131.65.2/32"
]
}, - "primaryConnectedNwAddress": "100.131.67.0/30",
- "secondaryConnectedNwAddress": "100.131.67.4/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}, - "operationId": "97703fd14dd846cd9446a5dfb5874dc5"
}
}
List Router to Azure(Private Peering) Connections
Router to Azure(Private Peering)コネクション情報の一覧を取得します。
query Parameters
id | string ^F[0-9]{12}$ Example: id=F030123456789 コネクションID |
name | string Example: name=YourConnectionName コネクション名 半角英数及び一部記号&()-_ 64文字 |
tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=06a90740d6764465896091b1f0676048 テナントID |
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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Completed",
- "bandwidth": "100M",
- "source": {
- "tenantId": "1b7a09a680ed41ee8c7caafa2e1243b5",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}, - "maxPrefixLimit": 110
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
]
}
Create Router To Azure PrivatePeering 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": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30"
}
}
Response samples
- 202
{- "connection": {
- "id": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "1b7a09a680ed41ee8c7caafa2e1243b5",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}, - "maxPrefixLimit": 110
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": null,
- "destination": null
}, - "operationId": "52fc9064e62f4c08947eac106e6abf8b"
}
}
Show Router to Azure(Private Peering) Connection
指定したRouter to Azure(Private Peering)コネクションの詳細情報を取得します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "1b7a09a680ed41ee8c7caafa2e1243b5",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}, - "maxPrefixLimit": 110
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
}
Update Router to Azure(Private Peering) Connection
指定したRouter to Azure(Private Peering)コネクションを変更します。各種変更操作は同時実行できます。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionNameUpdate",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "200M",
- "source": {
- "tenantId": "1b7a09a680ed41ee8c7caafa2e1243b5",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": null
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 1
}
}, - "maxPrefixLimit": 110
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}, - "operationId": "eecf15b532d14d0cbf06b10df28fd431"
}
}
Delete Router to Azure(Private Peering) Connection
指定したRouter to Azure(Private Peering)コネクションを廃止します。
path Parameters
id required | string 対象コネクション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": "F030123456789",
- "name": "YourConnectionName",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "100M",
- "source": {
- "tenantId": "1b7a09a680ed41ee8c7caafa2e1243b5",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute",
- "prefixInType": "permit",
- "prefixOutType": "permit",
- "customRoutePrefixIn": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}
], - "customRoutePrefixOut": [
- {
- "address": "3.5.140.0/24",
- "filterType": "exact"
}, - {
- "address": "10.0.0.0/8",
- "filterType": "orlonger"
}, - {
- "address": "0.0.0.0/0",
- "filterType": "exact"
}
]
}, - "primary": {
- "asPathPrepend": {
- "out": 2
}
}, - "secondary": {
- "asPathPrepend": {
- "out": 3
}
}, - "maxPrefixLimit": 110
}, - "destination": {
- "interconnect": "Tokyo-1",
- "qosType": "guarantee",
- "serviceKey": "6191af11-82f9-4c15-9894-9a69c8f8628a"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}, - "operationId": "1e23eceb41f94ef0b035528702b146af"
}
}