Get /relocation/onboarding/plan/ {id}

Get /relocation/onboarding/plan/ {id}

Read the service document

Request
URI
GET
https://{api_host}/relocation/onboarding/plan/{id}
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Success

{
    "description": "string",
    "endpointId": "string",
    "endpointName": "string",
    "name": "string",
    "projectId": "string",
    "projectName": "string",
    "tenantLink": "string"
}
string
description
Optional

description

string
endpointId
Optional

endpointId

string
endpointName
Optional

endpointName

string
name
Optional

name

string
projectId
Optional

projectId

string
projectName
Optional

projectName

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/plan/{id}