Priority Switched Connections - Flexible InterConnect API リファレンス (4.0)
Download OpenAPI specification:Download
List Priority Switched Connections
優先度入れ替え中のコネクション情報の一覧を取得します。
query Parameters
| tenantId | string <uuid> ^[0-9a-f]{32}$ Example: tenantId=db8b0e40743f460685040c46167cf19e テナントID 半角英数32文字 |
| area | string Enum: "JPEAST" "JPWEST" Example: area=JPEAST エリア名 'JPEAST'または'JPWEST' |
| startTime | string Example: startTime=2026-03-01T06:48:00Z 優先度入れ替えの開始日時(utc, RFC3339) |
header Parameters
| Content-Type required | string Value: "application/json" |
| X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
200
OK 成功しました
400
Bad Request リクエストが不正
401
Unauthorized 認証エラー
409
Conflict 競合エラー
get/v1/priority-switched-connections
https://api.ntt.com/fic-eri/v1/priority-switched-connections
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "connections": {
- "id": "F930123456789",
- "name": "YourConnectionName",
- "area": "JPEAST",
- "source": {
- "priority": {
- "active": "secondary",
- "startTime": "2026-03-01T06:48:00Z"
}
}, - "connectionType": "Premium-Router-to-AWS-Private-Premium-Connection"
}
}