MacTable - Flexible InterConnect API リファレンス (1.5.0)
Download OpenAPI specification:Download
Flexible InterConnect > Support-Monitoring > MacTable
List MacTable
指定したポートに紐づくMACアドレス情報の一覧を取得します。
path Parameters
| id required | string <uuid> ^[0-9a-f]{32}$ Example: db8b0e40743f460685040c46167cf19e 対象テナントID |
| id required | string ^F[0-9]{12}$ Example: F010123456789 対象ポートID |
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 認証エラー
404
Not Found 未検出エラー
get/v1/flexible-ic/tenants/{id}/ports/{id}/macTable
https://api.ntt.com/fic-monitoring/v1/flexible-ic/tenants/{id}/ports/{id}/macTable
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {- "macTable": [
- {
- "macAddress": "32:61:3c:4e:b6:05"
}
]
}