Handle Get 3
Get the selected onboarding deployment in the current organization
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/deployment/{id}
COPY
Path Parameters
string
id
Required
The id of the deployment
Responses
200
Success
Returns
OnboardingDeploymentResponse
of type(s)
application/json
{
"name": "string",
"description": "string",
"planLink": "string",
"tag": "string",
"consumerDeploymentLink": "string",
"owner": "string",
"ownerType": "string",
"tenantLink": "string",
"documentSelfLink": "string"
}
string
name
Optional
Deployment name. Will be propagated to Assembler deployment.
string
description
Optional
Deployment description. Will be propagated to Assembler deployment.
string
planLink
Required
Link to the parent plan.
string
tag
Optional
tag
string
consumerDeploymentLink
Optional
Link to the onboarded deployment in Assembler.
string
owner
Optional
owner
string
ownerType
Optional
ownerType
Possible values are :
USER,
AD_GROUP,
string
tenantLink
Optional
Link to the deployment's tenant.
string
documentSelfLink
Optional
Link to this deployment.
401
Unauthorized
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/relocation/onboarding/deployment/{id}
Onboarding Deployments Operations
POST
Handle Post
POST
Handle Post 1
GET
Handle Get 4
POST
Handle Create 2
GET
Handle Get 3
DELETE
Handle Delete 2
PATCH
Handle Patch 2