Handle Create 3
Create an onboarding blueprint in the current organization
Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/blueprint
COPY
Request Body
OnboardingBlueprintState
of type(s)
application/json
Required
Show optional properties
{
"planLink": "string"
}
{
"name": "string",
"autogenerate": false,
"templateLink": "string",
"deploymentLink": "string",
"planLink": "string"
}
string
name
Optional
Name of the auto-generated Template.
boolean
autogenerate
Optional
Automatically generate the Template if set.
string
templateLink
Optional
Link to an existing Template.
string
deploymentLink
Optional
Link to the parent deployment.
string
planLink
Required
Link to the parent plan.
Responses
200
Success
Returns
OnboardingBlueprintResponse
of type(s)
application/json
"OnboardingBlueprintResponse Object"
string
name
Optional
Name of the auto-generated Template.
boolean
autogenerate
Optional
Automatically generate the Template if set.
string
templateLink
Optional
Link to an existing Template.
string
deploymentLink
Optional
Link to the parent deployment.
string
planLink
Required
Link to the parent plan.
string
tenantLink
Optional
Link to blueprint's tenant.
string
documentSelfLink
Optional
Link to this blueprint.
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/blueprint
Onboarding Blueprints Operations
GET
Handle Get 6
POST
Handle Create 3
GET
Handle Get 5
DELETE
Handle Delete 3
PATCH
Handle Patch 3