功能介紹
查詢 云服務(wù)器 網(wǎng)卡信息。
調(diào)試
您可以在API Explorer中調(diào)試該接口。
請求消息
無
響應(yīng)消息
請求示例
查詢指定云服務(wù)器網(wǎng)卡信息。
GET https://{endpoint}/v2.1/{project_id}/servers/{server_id}/os-interface
響應(yīng)示例
{
"interfaceAttachments": [
{
"port_state": "ACTIVE",
"fixed_ips": [
{
"subnet_id": "f8a6e8f8-c2ec-497c-9f23-da9616de54ef",
"ip_address": "192.168.1.3"
}
],
"net_id": "3cb9bc59-5699-4588-a4b1-b87f96708bc6",
"port_id": "ce531f90-199f-48c0-816c-13e38010b442",
"mac_addr": "fa:16:3e:4c:2c:30"
}
]
}
返回值
請參考通用請求返回值。
