Post /relocation/onboarding/plan

Post /relocation/onboarding/plan

Create service instance

Request
URI
POST
https://{api_host}/relocation/onboarding/plan
COPY
Request Body
{
    "description": "string",
    "endpointId": "string",
    "endpointName": "string",
    "name": "string",
    "projectId": "string",
    "projectName": "string",
    "tenantLink": "string"
}
string
description
Optional

description

string
endpointId
Optional

endpointId

string
endpointName
Optional

endpointName

string
name
Optional

name

string
projectId
Optional

projectId

string
projectName
Optional

projectName

string
tenantLink
Optional

Link to a tenant

Authentication
This operation uses the following authentication methods.
Responses
200

Success

"com_vmware_relocation_services_onboarding_plan_OnboardingPlanService_OnboardingPlanState Object"
string
description
Optional

description

string
endpointId
Optional

endpointId

string
endpointName
Optional

endpointName

string
name
Optional

name

string
projectId
Optional

projectId

string
projectName
Optional

projectName

string
tenantLink
Optional

Link to a tenant


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/relocation/onboarding/plan