This method allows to remove host interfaces from the given hosts.该方法允许从给定的主机中删除主机接口。
Parameters 参数
Parameters containing the IDs of the hosts to be updated and the interfaces to be removed.含要更新的主机的ID和要删除的接口的参数。
Examples 示例
Removing interfaces 删除接口
Remove the “127.0.0.1” SNMP interface from two hosts.从两台主机中删除“127.0.0.1”SNMP界面。
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "interfaceids": [
- "30070"
- ]
- },
- "id": 1
- }