Post /relocation/onboarding/blueprint
Create service instance
Request
URI
POST
https://{api_host}/relocation/onboarding/blueprint
COPY
Request Body
OnboardingBlueprintState of type(s) application/json
Optional
{
"autoGenerate": false,
"deploymentLink": "string",
"name": "string",
"planLink": "string",
"templateLink": "string",
"tenantLink": "string",
"documentSelfLink": "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
string
documentSelfLink
Optional
documentSelfLink
Responses
200
Success
Returns OnboardingBlueprintState of type(s) application/json
{
"autoGenerate": false,
"deploymentLink": "string",
"name": "string",
"planLink": "string",
"templateLink": "string",
"tenantLink": "string",
"documentSelfLink": "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
string
documentSelfLink
Optional
documentSelfLink