Handle Patch 2
Update the selected onboarding deployment in the current organization
Request
URI
PATCH
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/deployment/{id}
COPY
Path Parameters
string
id
Required
The id of the deployment
Request Body
OnboardingDeploymentState
of type(s)
application/json
Required
Show optional properties
{
"planLink": "string"
}
{
"name": "string",
"description": "string",
"planLink": "string",
"tag": "string",
"consumerDeploymentLink": "string",
"owner": "string",
"ownerType": "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,
Responses
200
Success
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"planLink:"string"}'
On This Page
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