I would like to restore VM by API implemented by VBR v13, but I can't read its
information by vbr api.sourceNetwork
And it does't work if i only fill the
section.targetNetwork
Any approach that can help get the source network filled by VBR API?
Much appreciated if any help.
Kevin
Code: Select all
"network": {
"networks": [
{
"sourceNetwork": {
"platform": "VSphere",
"size": "string",
"hostName": "string",
"name": "string",
"type": "Unknown",
"objectId": "string",
"urn": "string",
"isEnabled": true,
"metadata": [
{
"field": "string",
"data": "string"
}
]
},
"targetNetwork": {
"platform": "VSphere",
"size": "string",
"hostName": "string",
"name": "string",
"type": "Unknown",
"objectId": "string",
"urn": "string",
"isEnabled": true,
"metadata": [
{
"field": "string",
"data": "string"
}
]
}