Handle Get
Get the selected onboarding resource in the current organization
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/relocation/onboarding/resource/{id}
COPY
Path Parameters
string
id
Required
The id of the resource
Responses
200
Success
Returns
OnboardingResourceResponse
of type(s)
application/json
{
"deploymentLink": "string",
"tagLinks": [
"string"
],
"ruleLinks": [
"string"
],
"diskLinks": [
"string"
],
"createdTimeMicros": 0,
"planLink": "string",
"resourceLink": "string",
"resourceName": "string",
"consumerResourceLink": "string",
"customProperties": {
"customProperties": "string"
},
"options": [
"string"
],
"tenantLink": "string",
"documentSelfLink": "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
string
tenantLink
Optional
Link to the resource's tenant.
string
documentSelfLink
Optional
Link to this resource.
401
Unauthorized
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/relocation/onboarding/resource/{id}
Onboarding Resources Operations
GET
Handle Get 1
POST
Handle Create
GET
Handle Get
DELETE
Handle Delete
PATCH
Handle Patch