3.1.5.27.1.2.2 Response Body

The format for the response body for the networkControllerBackup GET method is as follows.

 {
   "resourceRef": "/networkControllerBackup/backup3",
   "resourceId": "backup3",
   "etag": "W/\"a7a81dab-826a-4adb-8176-1e2a8b4658c5\"",
   "instanceId": "90c0dbec-afa2-4378-a277-ffe822fb8288",
   "properties": {
     "provisioningState": "Succeeded",
     "backupPath": "\\\\cloudshare\\backup\\backup3",
     "credential": {
       "resourceRef": "/credentials/host1-credentials"
     },
     "errorMessage": "",
     "failedResourcesList": [],
     "successfulResourcesList": [
       "/networking/v1/credentials/238c0490-71c6-49ea-9189-fb325fa47eb9",
       "/networking/v1/credentials/host1-credentials",
       "/networking/v1/virtualNetworkManager/configuration",
       "/networking/v1/virtualSwitchManager/configuration",
       "/networking/v1/accessControlLists/00269b41-e4c8-4193-a8e3-73a31ad62ebd",
       "/networking/v1/accessControlLists/eb5d4509-f4e5-45ac-befd-05c841d85709",
       "/networking/v1/accessControlLists/f6d79b36-867c-4a8b-9ae7-f7229a511d01",
       "/networking/v1/logicalNetworks/a9ff429f-168c-4ed7-8cca-6fc623dfff9c",
       "/networking/v1/macPools/5baae598-b262-477c-8801-207431a9da6b",
       "/networking/v1/servers/host1",
       "/networking/v1/networkInterfaces/52f2414c-0b95-44ce-afab-e2f8c395fb96",
       "/networking/v1/networkInterfaces/e73f7a7f-adfa-47e2-ad2f-8014c9411902",
       "/networking/v1/virtualNetworks/9119efd6-9a34-4073-ba87-e862b2c60140"
     ],
     "inProgressResourcesList": []
   }
}

The JSON schema for the networkControllerBackup GET method is located in section 6.25.2.

The value for the returned properties depends on when the GET method is invoked. The value can contain any or all the following lists: a list of resources that are in progress of being backed up, lists of resources that have been successfully backed up, or a list of resources that could not be backed up. An error message can be returned if not all the resources were backed up successfully.