Handle Patch 3

Handle Patch 3

Update the selected onboarding blueprint in the current organization

Request
URI
PATCH
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/blueprint/{id}
COPY
Path Parameters
string
id
Required

The id of the blueprint


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.

Authentication
This operation uses the following authentication methods.
Responses
200

Success

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"planLink:"string"}'