Get /relocation/onboarding/deployment/ {id}
Read the service document
Request
URI
GET
https://{api_host}/relocation/onboarding/deployment/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
Success
Returns OnboardingDeploymentState of type(s) application/json
{
"name": "string",
"description": "string",
"tag": "string",
"consumerDeploymentLink": "string",
"planLink": "string",
"tenantLink": "string",
"documentSelfLink": "string"
}
string
name
Optional
name
string
description
Optional
description
string
tag
Optional
tag
string
consumerDeploymentLink
Optional
consumerDeploymentLink
string
planLink
Optional
planLink
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
404
Error
Returns ServiceErrorResponse of type(s) application/json
{
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
}
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