Handle Create 1
Create an onboarding plan in the current organization
Show optional properties
{
"name": "string",
"projectId": "string"
}
{
"status": "string",
"lastRunTimeMicros": 0,
"nextRefreshTimeMicros": 0,
"refreshIntervalMicros": 0,
"description": "string",
"name": "string",
"endpointName": "string",
"projectName": "string",
"projectId": "string",
"endpointId": "string",
"endpointIds": [
"string"
],
"deploymentTagName": "string",
"deploymentTagType": "string",
"createdBy": "string",
"enableExtensibilityEvents": false,
"organizationId": "string",
"customProperties": {
"customProperties": "string"
},
"usePlacements": false
}
status
lastRunTimeMicros
nextRefreshTimeMicros
refreshIntervalMicros
Plan description
Plan name
endpointName
projectName
Project identifier the plan will onboard machines to.
endpointId
Cloud account identifiers to lookup for discovered machines.
deploymentTagName
deploymentTagType
createdBy
enableExtensibilityEvents
organizationId
customProperties
usePlacements
Success
"OnboardingPlanResponse Object"
status
lastRunTimeMicros
nextRefreshTimeMicros
refreshIntervalMicros
Plan description
Plan name
endpointName
projectName
Project identifier the plan will onboard machines to.
endpointId
Cloud account identifiers to lookup for discovered machines.
deploymentTagName
deploymentTagType
createdBy
enableExtensibilityEvents
organizationId
customProperties
usePlacements
Link to the plan's tenant.
Link to this plan.
Unauthorized
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","projectId:"string"}' https://{api_host}/relocation/onboarding/plan