Pops - Super OCN Flexible Connect API リファレンス (1.0.0)
Download OpenAPI specification:Download
収容可能装置 一覧 API
収容可能装置 一覧 API
path Parameters
tenantId required | string ^[a-f0-9]{32}$ Example: 56b15fe666d34926a0fcd0a73c456c11 SSS管理のテナントID |
query Parameters
type | string Enum: "com" "regional" "housing" Example: type=com アクセス回線の種別 |
physicalSpeed | string Enum: "100M" "1G" "10G" "100G" 物理インタフェース速度 |
header Parameters
X-Auth-Token required | string ^[0-9a-f]{32}$ Example: dc03494823a841338430052e9ee95e07 クライアントが Keystone を利用して取得した認証 Token |
Responses
200
OK
get/v1/tenants/{tenantId}/pops
http://api.ntt.com/ocnx-transit/v1/tenants/{tenantId}/pops
Response samples
- 200
Content type
application/json
Example
type:com, physicalSpeed:100M
Copy
Expand all Collapse all {- "availableCircuits": [
- {
- "type": "com",
- "physicalSpeed": "100M",
- "pops": [
- {
- "pop": "tyo-a",
- "nodes": [
- "tyo-a-03",
- "tyo-a-04"
]
}, - {
- "pop": "osa-a",
- "nodes": [
- "osa-a-01",
- "osa-a-02"
]
}
]
}
]
}