Handle Patch
Update the selected onboarding resource in the current organization
Request
URI
PATCH
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/resource/{id}
COPY
Path Parameters
string
id
Required
The id of the resource
Request Body
OnboardingResourceState
of type(s)
application/json
Required
Show optional properties
{
"planLink": "string",
"resourceLink": "string"
}
{
"deploymentLink": "string",
"tagLinks": [
"string"
],
"ruleLinks": [
"string"
],
"diskLinks": [
"string"
],
"createdTimeMicros": 0,
"planLink": "string",
"resourceLink": "string",
"resourceName": "string",
"consumerResourceLink": "string",
"customProperties": {
"customProperties": "string"
},
"options": [
"string"
]
}
string
deploymentLink
Optional
Link to the parent deployment.
array of
string
tagLinks
Optional
Tag links in the Provisioning service inventory associated with the machine.
array of
string
ruleLinks
Optional
ruleLinks
array of
string
diskLinks
Optional
diskLinks
integer As int64
As int64
createdTimeMicros
Optional
createdTimeMicros
string
planLink
Required
Link to the parent plan.
string
resourceLink
Required
Link to the compute resource (machine) in the Provisioning service inventory.
string
resourceName
Optional
Resource name, usually the machine name. Will be propagated to Assembler.
string
consumerResourceLink
Optional
consumerResourceLink
object
customProperties
Optional
customProperties
array of
string
options
Optional
options
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","resourceLink:"string"}'
On This Page
Onboarding Resources Operations
GET
Handle Get 1
POST
Handle Create
GET
Handle Get
DELETE
Handle Delete
PATCH
Handle Patch