FIC-Connection SDPF Cloud/Server - Flexible InterConnect API リファレンス (2.0.0)
Download OpenAPI specification:Download
本APIでは、Flexible InterConnectが提供するリソースの参照・操作が可能です。
Router to SDPF Cloud/Serverコネクションの購入・参照・変更・廃止等の操作に関するAPIドキュメントです。
Entry Packをご利用のお客様は下記をご参照ください。
APIリファレンスはこちら をご覧ください。
List Router to SDPF Cloud/Server Connections
Router to SDPF Cloud/Serverコネクション情報の一覧を取得します。
query Parameters
id | string ^F[0-9]{12}$ Example: id=F030123456789 コネクションID |
name | string Example: name=YourConnectionName コネクション名 |
tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=87e89b8f075a4ee1aa209f6ca6ce242c テナント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": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "noRoute",
- "out": "noRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
]
}
Create Router to SDPF Cloud/Server 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",
- "source": {
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "noRoute",
- "out": "noRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd",
- "eclApiKey": "oYRQOVmDz3L7vD4oDMX8zaqXa15R6MhL",
- "eclApiSecretKey": "kmoLb2n7rTzXCWvd"
}, - "bandwidth": "100M",
- "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": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "noRoute",
- "out": "noRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd",
- "eclApiKey": "oYRQOVmDz3L7vD4oDMX8zaqXa15R6MhL",
- "eclApiSecretKey": "kmoLb2n7rTzXCWvd"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "d981d661a4be48bca8b748a84b0325c4",
- "resourceGroup": {
- "source": null,
- "destination": null
}
}
}
Show Router to SDPF Cloud/Server Connection
指定したRouter to SDPF Cloud/Serverコネクションの詳細情報を取得します。
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": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "noRoute",
- "out": "noRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
}
Update Router to SDPF Cloud/Server Connection
指定したRouter to SDPF Cloud/Serverコネクションを変更します。各種変更操作は同時実行できます。
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": {
- "source": {
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute"
}
}
}
}
Response samples
- 202
{- "connection": {
- "id": "F030123456789",
- "name": "YourConnectionNameUpdate",
- "redundant": true,
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "area": "JPEAST",
- "operationStatus": "Processing",
- "bandwidth": "200M",
- "source": {
- "tenantId": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "fullRoute",
- "out": "fullRouteWithDefaultRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "8666715f42e84d6c8007e591f6e135f9",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
}
Delete Router to SDPF Cloud/Server Connection
指定したRouter to SDPF Cloud/Serverコネクションを廃止します。
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": "87e89b8f075a4ee1aa209f6ca6ce242c",
- "routerId": "F020123456789",
- "groupName": "group_1",
- "routeFilter": {
- "in": "noRoute",
- "out": "noRoute"
}
}, - "destination": {
- "interconnect": "JP5-1",
- "qosType": "guarantee",
- "eclTenantId": "20c33449388f4071bf629b15fd9237bd"
}, - "primaryConnectedNwAddress": "10.0.0.0/30",
- "secondaryConnectedNwAddress": "10.10.0.0/30",
- "operationId": "1de7b3decd0e45f9b1b7032cd10b3821",
- "resourceGroup": {
- "source": "CR01-jpeast01",
- "destination": null
}
}
}