List Connected Interfaces of Network Connector Endpoint
指定したネットワークコネクタエンドポイントに接続しているインターフェースの一覧を表示します。
Request
URI
GET <network service endpoint>/v2.0/network_connector_endpoints/<network connector endpoint id>/interfaces
Example:
GET http://192.168.122.1:9696/v2.0/network_connector_endpoints/6ed3561f-087f-43f9-9a51-bf71f666b80f/interfaces
Headers
- X-Auth-Token: token delivered by identity service
Response
Status Code
- 200
Headers
- Content-Type: application/json
Body
Example:
{
"network_connector_endpoint" : {
"interfaces" : [
{
"port_id": "5fd5b822-c400-46dc-bc68-ea8c0dd20876"
},
{
"port_id": "8df2a059-2851-4938-b989-51ce156d6b29"
}
]
}
Elements
- interfaces:
指定したネットワークコネクタエンドポイントに接続しているインターフェースの情報
- Type: Array of Map
For availability_zone:
- port_id:
アベイラビリティゾーン内のポートリソース
- Type: String
Errors
- 401: Token is not specified or not authorized.
- 403: Token is not permitted to operate.
- 404: Network connector endpoint not found for specified ID