Post /relocation/api/wo/execute Plan
Create service instance
Request
URI
POST
https://{api_host}/relocation/api/wo/execute-plan
COPY
Request Body
PlanExecutionState of type(s) application/json
Optional
{
"failureMessage": "string",
"planLink": "string",
"taskInfo": {
"durationMicros": 0,
"failure": {
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
},
"isDirect": false,
"stage": "string"
},
"tenantLink": "string",
"documentSelfLink": "string"
}
string
failureMessage
Optional
failureMessage
string
planLink
Optional
planLink
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
Responses
200
Success
Returns PlanExecutionState of type(s) application/json
{
"failureMessage": "string",
"planLink": "string",
"taskInfo": {
"durationMicros": 0,
"failure": {
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
},
"isDirect": false,
"stage": "string"
},
"tenantLink": "string",
"documentSelfLink": "string"
}
string
failureMessage
Optional
failureMessage
string
planLink
Optional
planLink
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
/relocation/api/wo/execute Plan Operations
DELETE
Delete /relocation/api/wo/execute Plan/ {id}
GET
Get /relocation/api/wo/execute Plan
GET
Get /relocation/api/wo/execute Plan/ {id}
POST
Post /relocation/api/wo/execute Plan