5.227. VmNics


表 5.721. 方法概述
名称概述

add

为虚拟机添加一个 NIC。

list

 

5.227.1. 添加 POST

为虚拟机添加一个 NIC。

以下示例将使用 virtioovirtmgmt 网络名为 mynic 的网络接口添加到虚拟机。

POST /ovirt-engine/api/vms/123/nics
<nic>
  <interface>virtio</interface>
  <name>mynic</name>
  <network>
    <name>ovirtmgmt</name>
  </network>
</nic>

以下示例使用 curl 发送该请求:

curl \
--request POST \
--header "Version: 4" \
--header "Content-Type: application/xml" \
--header "Accept: application/xml" \
--user "admin@internal:mypassword" \
--cacert /etc/pki/ovirt-engine/ca.pem \
--data '
<nic>
  <name>mynic</name>
  <network>
    <name>ovirtmgmt</name>
  </network>
</nic>
' \
https://myengine.example.com/ovirt-engine/api/vms/123/nics
重要

热插拔功能只支持具有热插操作的虚拟机操作系统。操作系统示例包括:

  • Red Hat Enterprise Linux 6
  • Red Hat Enterprise Linux 5
  • Windows Server 2008 和
  • Windows Server 2003
表 5.722. 参数概述
名称类型方向概述

nic

Nic

in/Out

 
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.