Handle Create
Create an onboarding resource in the current organization
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"
]
}
Link to the parent deployment.
Tag links in the Provisioning service inventory associated with the machine.
ruleLinks
diskLinks
createdTimeMicros
Link to the parent plan.
Link to the compute resource (machine) in the Provisioning service inventory.
Resource name, usually the machine name. Will be propagated to Assembler.
consumerResourceLink
customProperties
options
Success
"OnboardingResourceResponse Object"
Link to the parent deployment.
Tag links in the Provisioning service inventory associated with the machine.
ruleLinks
diskLinks
createdTimeMicros
Link to the parent plan.
Link to the compute resource (machine) in the Provisioning service inventory.
Resource name, usually the machine name. Will be propagated to Assembler.
consumerResourceLink
customProperties
options
Link to the resource's tenant.
Link to this resource.
Unauthorized
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"planLink:"string","resourceLink:"string"}' https://{api_host}/relocation/onboarding/resource