Handle Create 2
Create an onboarding deployment in the current organization
Show optional properties
{
"planLink": "string"
}
{
"name": "string",
"description": "string",
"planLink": "string",
"tag": "string",
"consumerDeploymentLink": "string",
"owner": "string",
"ownerType": "string"
}
Deployment name. Will be propagated to Assembler deployment.
Deployment description. Will be propagated to Assembler deployment.
Link to the parent plan.
tag
Link to the onboarded deployment in Assembler.
owner
ownerType
Success
"OnboardingDeploymentResponse Object"
Deployment name. Will be propagated to Assembler deployment.
Deployment description. Will be propagated to Assembler deployment.
Link to the parent plan.
tag
Link to the onboarded deployment in Assembler.
owner
ownerType
Link to the deployment's tenant.
Link to this deployment.
Unauthorized
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"planLink:"string"}' https://{api_host}/relocation/onboarding/deployment