Handle Get 5

Handle Get 5

Get the selected onboarding blueprint in the current organization

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

The id of the blueprint


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns OnboardingBlueprintResponse of type(s) application/json
{
    "name": "string",
    "autogenerate": false,
    "templateLink": "string",
    "deploymentLink": "string",
    "planLink": "string",
    "tenantLink": "string",
    "documentSelfLink": "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.

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 -H 'Authorization: <value>' https://{api_host}/relocation/onboarding/blueprint/{id}