Get /relocation/onboarding/blueprint/ {id}

Get /relocation/onboarding/blueprint/ {id}

Read the service document

Request
URI
GET
https://{api_host}/relocation/onboarding/blueprint/{id}
COPY
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


404

Error

Returns com_vmware_xenon_common_ServiceErrorResponse of type(s) application/json
"com_vmware_xenon_common_ServiceErrorResponse Object"
array of string
details
Optional

details

string
message
Optional

message

string
messageId
Optional

messageId

array of string
stackTrace
Optional

stackTrace

integer As int64 As int64
statusCode
Optional

statusCode


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/relocation/onboarding/blueprint/{id}