This method allows to replace all host interfaces on a given host.此方法允许替换给定主机上的所有主机接口。
Parameters 参数
Parameters containing the ID of the host to be updated and the new host interfaces.包含要更新的主机ID和新主机接口的参数。
Examples 示例
Replacing host interfaces 更换主机接口
Replace all host interfaces with a single agent interface.用单个代理接口替换所有主机接口。
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "interfaceids": [
- ]
- },
- "id": 1
- }