Migrate Vdc Storage

Migrate Vdc Storage

Migrate all entities from selected source org VDC storage policy to target org VDC storage policy for the selected entity types.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/orgVdcStoragePolicies/{orgVdcStoragePolicyUrn}/migrateStorage
COPY
Path Parameters
string
orgVdcStoragePolicyUrn
Required

orgVdcStoragePolicyUrn

string
orgVdcStoragePolicyUrn
Required

orgVdcStoragePolicyUrn


Request Body
VdcStorageMigrationParams of type(s) application/json
Required
{
    "targetVdcStoragePolicy": {
        "name": "string",
        "id": "string"
    },
    "entityTypes": [
        {
            "name": "urn:vcloud:type:vmware:vm"
        }
    ]
}
targetVdcStoragePolicy
Optional

Entity reference used to describe VCD entities

entityTypes
Optional

List of entity types that should be migrated

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure