Get /relocation/onboarding/deployment/ {id}
Read the service document
Request
URI
GET
https://{api_host}/relocation/onboarding/deployment/{id}
COPY
Responses
200
Success
Returns
com_vmware_relocation_services_onboarding_plan_OnboardingDeploymentService_OnboardingDeploymentState
of type(s)
application/json
{
"name": "string",
"planLink": "string",
"tenantLink": "string"
}
string
name
Optional
name
string
planLink
Optional
planLink
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/deployment/{id}