Post /relocation/onboarding/blueprint

Post /relocation/onboarding/blueprint

Create service instance

Request
URI
POST
https://{api_host}/relocation/onboarding/blueprint
COPY
Request Body
{
    "autoGenerate": false,
    "deploymentLink": "string",
    "name": "string",
    "planLink": "string",
    "templateLink": "string",
    "tenantLink": "string"
}
boolean
autoGenerate
Optional

Automatically generate a Tango blueprint if set.

string
deploymentLink
Optional

Link to onboarding deployment.

string
name
Optional

Name of the auto-generated Tango blueprint.

string
planLink
Optional

Link to the parent onboarding plan.

string
templateLink
Optional

Link to existing Tango blueprint.

string
tenantLink
Optional

Link to a tenant

Authentication
This operation uses the following authentication methods.
Responses
200

Success

{
    "autoGenerate": false,
    "deploymentLink": "string",
    "name": "string",
    "planLink": "string",
    "templateLink": "string",
    "tenantLink": "string"
}
boolean
autoGenerate
Optional

Automatically generate a Tango blueprint if set.

string
deploymentLink
Optional

Link to onboarding deployment.

string
name
Optional

Name of the auto-generated Tango blueprint.

string
planLink
Optional

Link to the parent onboarding plan.

string
templateLink
Optional

Link to existing Tango blueprint.

string
tenantLink
Optional

Link to a tenant