Handle Post

Handle Post

Create or update onboarding deployments in bulk in the current organization

Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/task/create-deployment-bulk
COPY
Request Body
BulkCreateDeploymentRequest of type(s) application/json
Required

Show optional properties

{
    "planLink": "string"
}
{
    "planLink": "string",
    "deployments": [
        {
            "planLink": "string",
            "deploymentLink": "string",
            "name": "string",
            "description": "string",
            "resources": [
                {
                    "link": "string",
                    "name": "string",
                    "tagLinks": [
                        "string"
                    ],
                    "ruleLinks": [
                        "string"
                    ]
                }
            ],
            "createBlueprint": false,
            "template": {
                "name": "string",
                "link": "string",
                "components": {
                    "vm-administrator-mcm234-2347342": "Cloud_vSphere_Machine_1",
                    "vm-administrator-mcm678-3429551": "Cloud_vSphere_Machine_2"
                }
            },
            "tag": "string",
            "owner": "string",
            "ownerType": "string"
        }
    ]
}
string
planLink
Required

A link to the parent plan to associate the new onboarding deployments with.

array of object
deployments
Optional

deployments

Authentication
This operation uses the following authentication methods.
Responses
200

Success

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"planLink:"string"}' https://{api_host}/relocation/onboarding/task/create-deployment-bulk