Handle Post 1
Create or update an onboarding deployment and associated resources in the current organization
Show optional properties
{
"planLink": "string",
"deploymentLink": "string"
}
{
"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"
}
Link to a plan. Clients need not set this field, as it is automatically taken care of by the DeploymentBulkCreatorService
Link to an existing deployment. Only set this field when adding resources to an existing deployment.
Desired deployment name. If omitted, a name will be automatically generated
Deployment description
List of resources to be created
Indicates whether onboarding should generate a Template for this deployment.
Details of the template to be created
tag
owner
ownerType
Success
Unauthorized
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"deploymentLink:"string","planLink:"string"}' https://{api_host}/relocation/onboarding/task/create-deployment