{
"vm_name": "云主机唯一标识",
"ip": "每次调用接口需要把云主机所有IP传过去,数组[x.x.x.x,x.x.x.x.x]"
}curl --location --request POST '/api/qzcloud/UpdateOrAddIpHyperVBat' \
--header 'apikey: 通讯密钥' \
--header 'Content-Type: application/json' \
--data-raw '{
"vm_name": "云主机唯一标识",
"ip": "每次调用接口需要把云主机所有IP传过去,数组[x.x.x.x,x.x.x.x.x]"
}'{
"code": 200,
"data": "",
"msg": ""
}